Bryan means following lines belong to other patch, should not be moved up.
Sonic >> +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. >> + > -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Frysinger Sent: Friday, March 06, 2009 1:45 AM To: Bryan Wu Cc: [email protected]; [email protected] Subject: Re: [Linux-kernel-commits] [6149] trunk/drivers/spi: fixupdescription of the driver and remove "5xx" usage On Thu, Mar 5, 2009 at 11:15, Bryan Wu wrote: > 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. i dont really know what you mean -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
