Re: [STLinux Kernel] [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' SPI Controller

2014-12-04 Thread Mark Brown
On Wed, Dec 03, 2014 at 09:17:07AM +, Lee Jones wrote: > Would you mind casting your eye over this submission prior to > the v3 please? This all seems fine (which also means that the DT updates are good to go). signature.asc Description: Digital signature

Re: [STLinux Kernel] [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' SPI Controller

2014-12-03 Thread Lee Jones
> Some minors remarks below Thanks Patrice. I will fix these up in v3. Mark, Would you mind casting your eye over this submission prior to the v3 please? > On 12/02/2014 04:40 PM, Lee Jones wrote: > >This patch adds support for the SPI portion of ST's SSC device. > > > >Signed-off-by: Lee Jo

Re: [STLinux Kernel] [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' SPI Controller

2014-12-02 Thread Patrice Chotard
Hi Lee Some minors remarks below Thanks On 12/02/2014 04:40 PM, Lee Jones wrote: This patch adds support for the SPI portion of ST's SSC device. Signed-off-by: Lee Jones --- drivers/spi/Kconfig | 7 + drivers/spi/Makefile | 1 + drivers/spi/spi-st-ssc4.c | 509