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

2012-10-17 Thread Mark Brown
On Sun, Oct 07, 2012 at 06:19:44PM +0200, Daniel Mack wrote: > Allow D0 to be an input and D1 to be an output, configurable via > platform data and a new DT property. Applied, thanks. -- Everyone hates slow websites. So d

[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 Signed-off-by: Daniel Mack Cc: Matus Ujhelyi Cc: Mark Brown Cc: Grant Likely Cc: Linus Walleij Cc: Samuel Ortiz Cc: Juha Yrjola --- changes from v1: a