Hi Simon,
On 1/15/21 3:04 PM, Simon Glass wrote:
The new update_flags() method is more flexible since it allows the
driver to see the full flags all at once. Use that in preference to these
two functions. Add comments to that effect.
Signed-off-by: Simon Glass <s...@chromium.org>
---
drivers/gpio/gpio-uclass.c | 15 ++++++---------
include/asm-generic/gpio.h | 26 +++++++++++++++++++++++++-
2 files changed, 31 insertions(+), 10 deletions(-)
Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com>
Thanks
Patrick