Re: [PATCH 1/1] ARM: Add option to configure output line for McSPI driver

2012-10-08 Thread Tony Lindgren
* Stan Hu sta...@gmail.com [120926 11:36]: 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 sta...@gmail.com

[PATCH 1/1] ARM: Add option to configure output line for McSPI driver

2012-09-26 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 sta...@gmail.com --- arch/arm/plat-omap/include/plat/mcspi.h |