RE: [PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-03-17 Thread Nori, Sekhar
Hi Cyril, On Mon, Jan 31, 2011 at 06:10:02, Samuel Ortiz wrote: > Hi Kevin, > > On Wed, Jan 19, 2011 at 09:43:43AM -0800, Kevin Hilman wrote: > > Samuel, > > > > Cyril Chemparathy writes: > > > > > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of > > > serial port > > > dev

Re: [PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-01-30 Thread Samuel Ortiz
Hi Kevin, On Wed, Jan 19, 2011 at 09:43:43AM -0800, Kevin Hilman wrote: > Samuel, > > Cyril Chemparathy writes: > > > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > > port > > device. It has a built-in programmable execution engine that can be > > programmed > >

Re: [PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-01-19 Thread Kevin Hilman
Samuel, Cyril Chemparathy writes: > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > port > device. It has a built-in programmable execution engine that can be > programmed > to operate as almost any serial bus (I2C, SPI, EasyScale, and others). > > This patch adds

[PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-01-18 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch adds a driver for this controller device. The driver do

[PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-01-17 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch adds a driver for this controller device. The driver do