RE: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.

2013-03-07 Thread Yang, Wenyou
ou; spi-devel-gene...@lists.sourceforge.net; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect > wrongly set. > > On Tue, 26 Feb 2013 14:47:54 +0800, Wenyou Yang > wrote: > > if the spi property "cs-gpios" i

Re: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.

2013-03-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:47 Tue 26 Feb , Wenyou Yang wrote: > if the spi property "cs-gpios" is set as below: > > cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; > > the master->num_chipselect will wrongly be set to 0, > and the spi fail to probe. > > Signed-off-by: Wenyou Yang > Cc: spi-devel-gene...@lists.sou

Re: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.

2013-03-03 Thread Grant Likely
On Tue, 26 Feb 2013 14:47:54 +0800, Wenyou Yang wrote: > if the spi property "cs-gpios" is set as below: > > cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; > > the master->num_chipselect will wrongly be set to 0, > and the spi fail to probe. > > Signed-off-by: Wenyou Yang > Cc: spi-devel-gene..

[PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.

2013-02-25 Thread Wenyou Yang
if the spi property "cs-gpios" is set as below: cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; the master->num_chipselect will wrongly be set to 0, and the spi fail to probe. Signed-off-by: Wenyou Yang Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org --- drivers/sp