[PATCH 1/1] spi: omap2-mcspi: add option to configure output line for McSPI driver

2012-10-08 Thread Stan Hu
McSPI driver previously assumed that D0 was input (MISO) and D1 was output (MOSI). This forces the hardware designer to wire all SPI peripherals in this way when it should be a software configuration option. Signed-off-by: Stan Hu --- drivers/spi/spi-omap2-mcspi.c | 11 +++

Re: [PATCH V4] MXS: Implement DMA support into mxs-i2c

2012-10-08 Thread Marek Vasut
Dear Wolfram Sang, > On Fri, Aug 24, 2012 at 05:44:31AM +0200, Marek Vasut wrote: > > This patch implements DMA support into mxs-i2c. DMA transfers are now > > enabled via DT. The DMA operation is enabled by default. > > > > Signed-off-by: Marek Vasut > > Thanks, applied to -next. > > I am mea