u-boot-brain/board/compulab/cm_fx6
Nikita Kiryanov 8f488c1bac 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 <grinberg@compulab.co.il>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
2014-10-22 10:36:55 -06:00
..
cm_fx6.c arm: mx6: cm_fx6: use gpio request 2014-10-22 10:36:55 -06:00
common.c arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00
common.h arm: mx6: cm_fx6: add sata support 2014-09-09 15:37:08 +02:00
imximage.cfg arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00
Kconfig arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00
MAINTAINERS arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00
Makefile arm: mx6: add support for Compulab cm-fx6 CoM 2014-09-09 15:35:43 +02:00
spl.c arm: mx6: cm_fx6: add nand support 2014-09-09 15:37:07 +02:00