1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-28 14:01:16 +02:00
Files
u-boot-megous/drivers
Harm Berntsen 6befb51f34 i2c: i2c-gpio: Fix GPIO output
The dm_gpio_set_dir_flags function cannot be used to update the
configuration of a GPIO pin because it does a bitwise OR with the
existing flags. Looks like commit 788ea83412 ("gpio: add function
_dm_gpio_set_dir_flags") has introduced this behaviour and the i2c-gpio
driver has been broken since.

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
CC: Heiko Schocher <hs@denx.de>
CC: Patrick Delaunay <patrick.delaunay@st.com>
2021-02-21 06:04:49 +01:00
..
2021-02-07 19:22:54 +01:00
2021-02-21 06:04:49 +01:00
2021-01-05 16:20:26 -05:00
2020-12-18 20:32:21 -07:00
2021-01-23 11:30:31 +01:00
2020-11-06 10:18:20 +08:00