commit | c6f0ede7c563497f6d7fef847a965d7fd63d86f9 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Apr 12 19:31:04 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Apr 13 10:34:43 2011 -0700 |
tree | 9f8dec3acd22c4f24f418112449a65fd6d2bbf17 | |
parent | 13319699113a78e90625ece124666d3ee53033f6 [diff] |
ASoC: JZ4740: qi_lb60: Use gpio_request_array to request and setup gpios This patch changes the qi_lb60 setup code to use gpio_request_array instead of manually calling gpio_request and gpio_direction_output for each gpio. Doing so makes the code a bit more compact. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>