[PATCH 1/3 v3] spi: move master of_node init to spi_alloc_master

2012-03-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: devicetree-disc...@lists.ozlabs.org Cc: spi-devel-general@lists.sourceforge.net Cc: Grant Likely --- drivers/spi/spi-altera.c |3 --- drivers/spi/spi-fsl-lib.c |1 - drivers/spi/spi-imx.c |1 - drivers/spi/spi-mpc51

[PATCH 3/3 v3] spi/atmel: add DT support

2012-03-02 Thread Jean-Christophe PLAGNIOL-VILLARD
The atmel_spi use only gpio for chip select. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: devicetree-disc...@lists.ozlabs.org Cc: spi-devel-general@lists.sourceforge.net --- .../devicetree/bindings/spi/spi_atmel.txt |6 ++ drivers/spi/spi-atmel.c

[PATCH 2/3 v3] of_spi: add generic binding support to specify ncs gpio

2012-03-02 Thread Jean-Christophe PLAGNIOL-VILLARD
This will allow to use gpio for chip select with no modification in the driver binding When use the ncs-gpios, the gpio number will be passed via the controller_data and the number of chip select will automatically increased. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: devicetree-disc...

Re: [PATCH 1/3 v3] spi: move master of_node init to spi_alloc_master

2012-03-02 Thread Grant Likely
On Fri, 2 Mar 2012 11:03:05 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: devicetree-disc...@lists.ozlabs.org > Cc: spi-devel-general@lists.sourceforge.net > Cc: Grant Likely Actually, the of_node pointer setting was purposefully left o

A Saisir : les offres du jours, la livraison offerte

2012-03-02 Thread Cdiscount par Galeriedesmarques.fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9NzMxMCZjPTE5NjE2NDEmZD0yMDEyLTAzLTAzIDAwOjIwOjAxJmU9MSZoPTczMDkmZj03MzEwJmc9NzMxMA== Lien de désinscription : http://m10-fr.com/mc10_unsub/YT04JmI9NzMxMCZjPTE5NjE2NDEmZD0yMD

Re: [PATCH 2/3 v3] of_spi: add generic binding support to specify ncs gpio

2012-03-02 Thread Grant Likely
On Fri, 2 Mar 2012 11:03:06 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > This will allow to use gpio for chip select with no modification in the > driver binding > > When use the ncs-gpios, the gpio number will be passed via the controller_data > and the number of chip select will automatic

Re: [PATCH 3/3] spi/atmel: add DT support

2012-03-02 Thread Grant Likely
On Thu, 9 Feb 2012 17:14:37 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > the atmel_spi use only gpio for chip select > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: devicetree-disc...@lists.ozlabs.org > Cc: spi-devel-general@lists.sourceforge.net Looks good to me; applied. g.

Re: [PATCH 2/3 v3] of_spi: add generic binding support to specify ncs gpio

2012-03-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:32 Fri 02 Mar , Grant Likely wrote: > On Fri, 2 Mar 2012 11:03:06 +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > This will allow to use gpio for chip select with no modification in the > > driver binding > > > > When use the ncs-gpios, the gpio number will be passed via the > >

Re: [PATCH 3/3] spi/atmel: add DT support

2012-03-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:39 Fri 02 Mar , Grant Likely wrote: > On Thu, 9 Feb 2012 17:14:37 +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > the atmel_spi use only gpio for chip select > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cc: devicetree-disc...@lists.ozlabs.org > > Cc: spi-devel-gen