Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-21 | rockchip: gpio: Implement the get_function() method | Simon Glass | |
Provide this method so that 'gpio status' works fully. It now shows whether a pin is used for input, output or some other function. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2016-01-21 | rockchip: gpio: Read the GPIO value correctly | Simon Glass | |
This function should return 0 or 1, not a mask. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-09-02 | rockchip: gpio: Add rockchip GPIO driver | Simon Glass | |
This supports RK3288 at present. It does not implement functions or support for pull up/down. Signed-off-by: Simon Glass <sjg@chromium.org> |