[PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-10-07 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/spi/spi-omap2-mcspi.c | 1 - 1 file changed, 1 deletion(-) diff

[PATCH] SPI: McSPI: allow configuration of pin directions

2012-10-07 Thread Daniel Mack
Allow D0 to be an input and D1 to be an output, configurable via platform data and a new DT property. Based on a patch from Matus Ujhelyi matus.ujhe...@streamunlimited.com Signed-off-by: Daniel Mack zon...@gmail.com Cc: Matus Ujhelyi matus.ujhe...@streamunlimited.com Cc: Mark Brown

[PATCH v2] SPI: McSPI: allow configuration of pin directions

2012-10-07 Thread Daniel Mack
Allow D0 to be an input and D1 to be an output, configurable via platform data and a new DT property. Based on a patch from Matus Ujhelyi matus.ujhe...@streamunlimited.com Signed-off-by: Daniel Mack zon...@gmail.com Cc: Matus Ujhelyi matus.ujhe...@streamunlimited.com Cc: Mark Brown

[PATCH v3] SPI: McSPI: allow configuration of pin directions

2012-10-07 Thread Daniel Mack
Allow D0 to be an input and D1 to be an output, configurable via platform data and a new DT property. Based on a patch from Matus Ujhelyi matus.ujhe...@streamunlimited.com Signed-off-by: Daniel Mack zon...@gmail.com Cc: Matus Ujhelyi matus.ujhe...@streamunlimited.com Cc: Mark Brown

Re: [PATCH V2 3/3] spi: spi-pl022: Minor simplification for runtime pm

2012-10-07 Thread Rafael J. Wysocki
On Friday 05 of October 2012 14:19:57 Linus Walleij wrote: On Thu, Oct 4, 2012 at 11:07 AM, Ulf Hansson ulf.hans...@linaro.org wrote: Mark, I am not sure this particular patch is actually wanted. Realized that when reading up on the driver/base/* patches for PM changes this summer.