diff options
author | Luotao Fu <l.fu@pengutronix.de> | 2009-11-13 10:41:17 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-08 18:48:13 -0700 |
commit | b8d4e2ce60b63294e3408d1c5211b8a8dc4af095 (patch) | |
tree | 39fc865075d3828f0891434b482948245738021e /drivers/spi/Makefile | |
parent | d65aea99bd9e1d2e9560c5fff6c512d93c4a78d5 (diff) | |
download | op-kernel-dev-b8d4e2ce60b63294e3408d1c5211b8a8dc4af095.zip op-kernel-dev-b8d4e2ce60b63294e3408d1c5211b8a8dc4af095.tar.gz |
mpc52xx_spi: add gpio chipselect
This one enables the mpc52xx_spi driver for usage of user defined gpio lines
as chipselect. This way we can control some more spi devices than only one
V2 Changes:
* preinitialize the gpio as output in probe function and call gpio_set_value in
the chip select function instead of calling direction_output every time.
* initialize the gpio line with output high, since we don't support CS_HIGH
in the driver currently any way. change gpio value setting to default active
low in chip select call.
* free the gpio array while error or removing.
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Makefile')
0 files changed, 0 insertions, 0 deletions