commit | 4c2c96f40d43fb1008c9697ebf506a8f110e586a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Jan 13 11:35:02 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 16 23:06:54 2020 -0400 |
tree | 3e3d650af27de8c34aca8bbf3b42cb7a2ceede56 | |
parent | 758bba96d12411dbf1826d51946fdbc069cdaf92 [diff] |
gpio: add function _gpio_get_value Introduce the function _gpio_get_value to get the GPIO value without check if it is reserved. This patch prepare new ops introduction. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>