]> git.baikalelectronics.ru Git - kernel.git/commit
spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral
authorCliff Cai <cliff.cai@analog.com>
Mon, 28 Mar 2011 08:57:11 +0000 (04:57 -0400)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 27 May 2011 07:23:54 +0000 (01:23 -0600)
commit300621ee642aabce7679e9d4d5f6dba25b93a7df
treef6c2486cb53b5a3089a498f1f60f07b474bacc2d
parentdf5b9abda7f75139bbc93ed39fcf6a2d129d2309
spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral

The Blackfin SPORT peripheral is a pretty flexible device.  With enough
coaching, we can make it generate SPI compatible waveforms.  This is
desirable as the SPORT can run at much higher clock frequencies than the
dedicated on-chip SPI peripheral, and it can do full duplex DMA.  It also
opens up the possibility of multiple SPI buses in case someone wants to
dedicate a whole bus to a specific part that does not play well with
others.

Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi_bfin_sport.c [new file with mode: 0644]