Re: [PATCH] powerpc: SPI: specify chip select active high

2008-10-20 Thread Kumar Gala
On Oct 15, 2008, at 8:00 AM, Wolfgang Ocker wrote: The patch allows to specify that an SPI device needs an active high chip select. Signed-off-by: Wolfgang Ocker [EMAIL PROTECTED] --- applied - k ___ Linuxppc-dev mailing list

[PATCH] powerpc: SPI: specify chip select active high

2008-10-15 Thread Wolfgang Ocker
The patch allows to specify that an SPI device needs an active high chip select. Signed-off-by: Wolfgang Ocker [EMAIL PROTECTED] --- --- linux-2.6.27-rc7/drivers/of/of_spi.c.of_spi_cshigh 2008-09-22 00:29:55.0 +0200 +++ linux-2.6.27-rc7/drivers/of/of_spi.c2008-09-29

Re: [PATCH] powerpc: SPI: specify chip select active high

2008-10-15 Thread Grant Likely
On Wed, Oct 15, 2008 at 03:00:47PM +0200, Wolfgang Ocker wrote: The patch allows to specify that an SPI device needs an active high chip select. This look reasonable to me. Anyone else have comments on this binding? g. Signed-off-by: Wolfgang Ocker [EMAIL PROTECTED] --- ---

Re: [PATCH] powerpc: SPI: specify chip select active high

2008-10-15 Thread Anton Vorontsov
On Wed, Oct 15, 2008 at 08:22:28AM -0600, Grant Likely wrote: On Wed, Oct 15, 2008 at 03:00:47PM +0200, Wolfgang Ocker wrote: The patch allows to specify that an SPI device needs an active high chip select. This look reasonable to me. Anyone else have comments on this binding? Looks