Re: [PATCH 3/3] [V2] mpc52xx_spi: add gpio chipselect

2009-11-13 Thread Grant Likely
On Fri, Nov 13, 2009 at 4:10 AM, Wolfram Sang wrote: > On Fri, Nov 13, 2009 at 11:41:17AM +0100, Luotao Fu wrote: >> This one enables the mpc52xx_spi driver for usage of user defined gpio lines >> as chipselect. This way we can control some more spi devices than only one >> >> V2 Changes: >> * pre

Re: [PATCH 3/3] [V2] mpc52xx_spi: add gpio chipselect

2009-11-13 Thread Wolfram Sang
On Fri, Nov 13, 2009 at 11:41:17AM +0100, Luotao Fu wrote: > This one enables the mpc52xx_spi driver for usage of user defined gpio lines > as chipselect. This way we can control some more spi devices than only one > > V2 Changes: > * preinitialize the gpio as output in probe function and call gpi

[PATCH 3/3] [V2] mpc52xx_spi: add gpio chipselect

2009-11-13 Thread Luotao Fu
This one enables the mpc52xx_spi driver for usage of user defined gpio lines as chipselect. This way we can control some more spi devices than only one V2 Changes: * preinitialize the gpio as output in probe function and call gpio_set_value in the chip select function instead of calling directio