Re: [PATCH] Added gpios property for SPI slaves

2008-10-24 Thread Wolfgang Ocker
On Sat, 2008-10-25 at 01:10 +0400, Anton Vorontsov wrote: > On Fri, Oct 24, 2008 at 10:08:59PM +0200, Wolfgang Ocker wrote: > > SPI slave devices require the specification of a chip select address. > > This patch allows that specification using the gpios property. The reg > > property remains sup

Re: [PATCH] Added gpios property for SPI slaves

2008-10-24 Thread Grant Likely
On Fri, Oct 24, 2008 at 3:10 PM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 10:08:59PM +0200, Wolfgang Ocker wrote: >> SPI slave devices require the specification of a chip select address. >> This patch allows that specification using the gpios property. The reg >> propert

Re: [PATCH] Added gpios property for SPI slaves

2008-10-24 Thread Anton Vorontsov
On Fri, Oct 24, 2008 at 10:08:59PM +0200, Wolfgang Ocker wrote: > SPI slave devices require the specification of a chip select address. > This patch allows that specification using the gpios property. The reg > property remains supported. > > Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]> > ---