Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Simon Glass authored
We have several GPIO drivers now and all are doing similar things to record which GPIOs are reserved. Move this logic into the uclass to make the drivers similar. We retain the request()/free() methods since currently one driver does use these for setting up the pin. Signed-off-by:
Simon Glass <sjg@chromium.org>
Simon Glass authoredWe have several GPIO drivers now and all are doing similar things to record which GPIOs are reserved. Move this logic into the uclass to make the drivers similar. We retain the request()/free() methods since currently one driver does use these for setting up the pin. Signed-off-by:
Simon Glass <sjg@chromium.org>