summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNikita Kiryanov <[email protected]>2014-10-02 17:17:24 +0300
committerSimon Glass <[email protected]>2014-10-22 10:36:55 -0600
commit8f488c1bac744bcaa8558c9d099144ea70e8316d (patch)
tree5fdb6a0adec955758dd6b33627916709ea9820df /include/linux
parentc6f3f32356b21f3220cfb4a17c37645249ba6d30 (diff)
arm: mx6: cm_fx6: use gpio request
Use gpio_request for all the gpios that are utilized by various subsystems in cm-fx6, and refactor the relevant init functions so that all gpios are requested during board_init(), not during subsystem init, thus avoiding the need to manage gpio ownership each time a subsystem is initialized. The new division of labor is: During board_init() muxes are setup and gpios are requested. During subsystem init gpios are toggled. Cc: Igor Grinberg <[email protected]> Cc: Simon Glass <[email protected]> Signed-off-by: Nikita Kiryanov <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions