Re: SPI chip select problem

2012-06-25 Thread Johannes Stezenbach
On Mon, Jun 25, 2012 at 02:07:34PM +0400, Antony Pavlov wrote: > On 25 June 2012 12:53, Johannes Stezenbach wrote: > > On Mon, Jun 25, 2012 at 11:45:06AM +0400, Antony Pavlov wrote: > >> > >> There is the 'cs_change' flag for *_spi_transfer() method, but this > >> flag does not used at all! > > >

Re: SPI chip select problem

2012-06-25 Thread Antony Pavlov
On 25 June 2012 12:53, Johannes Stezenbach wrote: > Hi, > > On Mon, Jun 25, 2012 at 11:45:06AM +0400, Antony Pavlov wrote: >> I have added spi controller driver for one of my MIPS boards and >> found, that there is a problem with chip select. >> >> During initialisation we call *_spi_setup() metho

Re: SPI chip select problem

2012-06-25 Thread Johannes Stezenbach
Hi, On Mon, Jun 25, 2012 at 11:45:06AM +0400, Antony Pavlov wrote: > I have added spi controller driver for one of my MIPS boards and > found, that there is a problem with chip select. > > During initialisation we call *_spi_setup() method. It switch chip > select and frequency for every probing

SPI chip select problem

2012-06-25 Thread Antony Pavlov
Hi! I have added spi controller driver for one of my MIPS boards and found, that there is a problem with chip select. During initialisation we call *_spi_setup() method. It switch chip select and frequency for every probing spi slave chip. But after initialisation __we never__ call this method. S