Re: [PATCH] spi-gpio: init CS before spi_bitbang_setup()

2013-04-10 Thread Mark Brown
On Tue, Apr 09, 2013 at 06:25:34PM +0100, Josef Ahmad wrote: > spi_bitbang_setup() deasserts the chip select line to initialise > the device. The chip select GPIO line is obtained from > spi_gpio->cs_gpios[] private data. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] spi-gpio: init CS before spi_bitbang_setup()

2013-04-09 Thread Mark Brown
On Tue, Apr 09, 2013 at 07:11:21PM +0200, Daniel Mack wrote: > The reply was fyi only, as the patch also went to spi-devel-general. Can > you pick it from there or should Josef send it again with your address > in Cc:? Please make sure stuff goes to my inbox, I *can* pick up from -devel-general b

Re: [PATCH] spi-gpio: init CS before spi_bitbang_setup()

2013-04-09 Thread Daniel Mack
On 09.04.2013 19:08, Mark Brown wrote: > On Tue, Apr 09, 2013 at 07:06:32PM +0200, Daniel Mack wrote: >> Cc: Mark >> >> On 09.04.2013 18:40, Josef Ahmad wrote: >>> spi_bitbang_setup() deasserts the chip select line to initialise >>> the device. The chip select GPIO line is obtained from > > Please

Re: [PATCH] spi-gpio: init CS before spi_bitbang_setup()

2013-04-09 Thread Mark Brown
On Tue, Apr 09, 2013 at 07:06:32PM +0200, Daniel Mack wrote: > Cc: Mark > > On 09.04.2013 18:40, Josef Ahmad wrote: > > spi_bitbang_setup() deasserts the chip select line to initialise > > the device. The chip select GPIO line is obtained from Please resend the patch - git am doesn't know how to

Re: [PATCH] spi-gpio: init CS before spi_bitbang_setup()

2013-04-09 Thread Daniel Mack
Cc: Mark On 09.04.2013 18:40, Josef Ahmad wrote: > spi_bitbang_setup() deasserts the chip select line to initialise > the device. The chip select GPIO line is obtained from > spi_gpio->cs_gpios[] private data. > Currently, devices that are not registered under devicetree > environment will call in