commit | ef754d635820102ec7719486d40ede3c94ba44c8 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@epfl.ch> | Wed May 06 11:44:20 2009 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Thu May 07 16:20:40 2009 +0200 |
tree | e1bd65eae010c08b9ed8af10a491c2b2a20a2ca5 | |
parent | 35c82da0bfa04b26cc642814d3e9557f93b7b365 [diff] |
mx31: remove gpio_request calls from iomux code Since iomux code is not directly related to gpio on mx31, the calls to gpio_request are removed from iomux.c file. These calls have to be done in platform initialization files. The name of the singe pin call for iomux is also changed to mxc_iomux_alloc_pin. Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>