commit | fa0fcde66ac3360678360104b24492015e7b852b | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassi.brar@samsung.com> | Wed Jan 20 13:49:45 2010 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Jan 20 13:49:45 2010 -0700 |
tree | 58464da260602842c14ab8d8ffb261d1897814a2 | |
parent | e6b873c9666015484a01373a4eebc6cfa82e670d [diff] |
spi/s3c64xx: Add new parameter to cs callback Since most of the chip-selects are simply going to be like gpio_set_value, it would do good to have the same callback type so that it could simply be made to point at gpio_set_value. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>