
5 May
2015
5 May
'15
5:16 a.m.
On 27 April 2015 at 21:20, Simon Glass sjg@chromium.org wrote:
On 25 April 2015 at 21:05, Axel Lin axel.lin@ingics.com wrote:
dm_gpio_set_dir_flags() will also set gpio output value when switching to gpio output. So it's not necessary to call dm_gpio_set_value() after dm_gpio_set_dir_flags() call.
Signed-off-by: Axel Lin axel.lin@ingics.com
drivers/i2c/i2c-gpio.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!