On Wed, Mar 4, 2009 at 3:09 AM, <[email protected]> wrote: > Revision 6149 Author vapier Date 2009-03-03 13:09:35 -0600 (Tue, 03 Mar > 2009) > > Log Message > > fixup description of the driver and remove "5xx" usage > > Modified Paths > > trunk/drivers/spi/Kconfig > trunk/drivers/spi/Makefile > > Added Paths > > trunk/drivers/spi/bfin_sport_spi.c > > Removed Paths > > trunk/drivers/spi/bfin5xx_sport_spi.c > > Diff > > Modified: trunk/drivers/spi/Kconfig (6148 => 6149) > > --- trunk/drivers/spi/Kconfig 2009-03-03 10:11:28 UTC (rev 6148) > +++ trunk/drivers/spi/Kconfig 2009-03-03 19:09:35 UTC (rev 6149) > @@ -66,12 +66,24 @@ > help > This is the SPI controller master driver for Blackfin 5xx processor. > > +config SPI_BFIN_LOCK > + bool "SPI bus lock" > + depends on SPI_BFIN > + default n > + help > + Enable support for spi_lock_bus()/spi_unlock_bus(). Useful when > multiple > + SPI devices share a bus, especially for devices like MMC_SPI. > +
This should be touched in this driver. > config SPI_BFIN_SPORT > - tristate "SPORT emulated SPI driver for ADI Blackfin5xx" > + tristate "emulate SPI bus with Blackfin SPORT" > depends on BLACKFIN > help > - This is SPORT emulated SPI master driver for Blackfin 5xx processor. > + Enable support for emulating a SPI bus over the Blackfin SPORT > + peripheral. > > + This driver can also be built as a module. If so, the module > + will be called bfin_sport_spi. > + > config BLACKFIN_SPORT > int "Blackfin SPORT port num" > depends on SPI_BFIN_SPORT > @@ -80,14 +92,6 @@ > Enter the number of Blackfin SPORT port which SPI is occupied. > acceptable values are 0 or 1 > > -config SPI_BFIN_LOCK > - bool "SPI bus lock" > - depends on SPI_BFIN > - default n > - help > - Enable support for spi_lock_bus()/spi_unlock_bus(). Useful when > multiple > - SPI devices share a bus, especially for devices like MMC_SPI. > - ditto Thanks -Bryan _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
