commit | 17cd2a851f3dc6c3acbb449de81ffa5ec1e60381 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Nov 15 11:23:23 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 19 08:49:00 2012 +0100 |
tree | 1e6c7fc5617a0714e43528e7a09578e784b146d5 | |
parent | a82fee0b3647652d768fb30eaf5eb86cdecff1c6 [diff] |
spi: mxc_spi: Fix handling of chip select In decode_cs() function the polarity of the chip select must be taken into account. Also, for the case of low active chip select, the CS was activated too early. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>