Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Arnd Bergmann
On Sunday 05 June 2011, Grant Likely wrote: rename drivers/spi/{omap2_mcspi.c = spi_omap2_mcspi.c} (100%) rename drivers/spi/{omap_spi_100k.c = spi_omap_100k.c} (100%) rename drivers/spi/{omap_uwire.c = spi_omap_uwire.c} (100%) rename drivers/spi/{orion_spi.c = spi_orion.c} (100%) rename

Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Russell King - ARM Linux
On Mon, Jun 06, 2011 at 11:00:38AM +0200, Arnd Bergmann wrote: This leaves out the two most common buses, USB and PCI, mostly because the directories contain a lot of stuff that is not really bus code but actual drivers. It does include i2c and spi, which stick out by being a lot larger than

Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Jean Delvare
On Mon, 6 Jun 2011 11:00:38 +0200, Arnd Bergmann wrote: On Sunday 05 June 2011, Grant Likely wrote: rename drivers/spi/{omap2_mcspi.c = spi_omap2_mcspi.c} (100%) rename drivers/spi/{omap_spi_100k.c = spi_omap_100k.c} (100%) rename drivers/spi/{omap_uwire.c = spi_omap_uwire.c} (100%)

Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Arnd Bergmann
On Monday 06 June 2011, James Bottomley wrote: I'd say it only makes sense if we do it for all busses ... so USB and PCI would have to move too. Logically, the bus code should move and we should be left with the drivers in both of those directories. I'd also say that we don't have to deepen

RFC pcmcia soc_common/pcmcia_low_level: Making socket_init and socket_suspend optional

2011-06-06 Thread Jonathan Cameron
Hi All, Whilst looking at tidying up some of the glue code in pcmcia/pxa2xx_* I noticed a lot of boards (10) define empty versions of socket_init and socket_suspend. This seems to me to indicate that these two functions should be optional. Does anyone have any objection to making them so?

Re: RFC pcmcia soc_common/pcmcia_low_level: Making socket_init and socket_suspend optional

2011-06-06 Thread Jonathan Cameron
Sorry, sent this to the long dead old arm list. Hi All, Whilst looking at tidying up some of the glue code in pcmcia/pxa2xx_* I noticed a lot of boards (10) define empty versions of socket_init and socket_suspend. This seems to me to indicate that these two functions should be optional.

Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Arnd Bergmann
On Monday 06 June 2011, Stefan Richter wrote: On Jun 06 Arnd Bergmann wrote: On Monday 06 June 2011, Jean Delvare wrote: On drivers/firewire/: FireWire drivers are currently spread over drivers/firewire (three link-layer controller drivers + the IEEE 1394 core + two IEEE 1394 application