commit | 8a9140cd38c5571fc23d1e7b293ca22325d41afc | [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 | 9f2b066cda3dd0b4bf583c40610eba347f2c03cd [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>