Searched hist:b892d127ffd448e8adf21e9703c0c5107e2a7814 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/asm-generic/ |
H A D | gpio.h | diff b892d127ffd448e8adf21e9703c0c5107e2a7814 Sat Oct 04 12:29:42 CDT 2014 Simon Glass <sjg@chromium.org> dm: gpio: Implement GPIO reservation in the uclass
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>
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | diff b892d127ffd448e8adf21e9703c0c5107e2a7814 Sat Oct 04 12:29:42 CDT 2014 Simon Glass <sjg@chromium.org> dm: gpio: Implement GPIO reservation in the uclass
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>
|