commit | e2af341de38e3a0854f967ce0eb85a97236a92e9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Feb 07 16:57:50 2020 +0100 |
committer | Heiko Schocher <hs@denx.de> | Mon Mar 16 07:46:04 2020 +0100 |
tree | c1d050c01fe09c0f6ffa1cd8a70fc92f893ca9da | |
parent | 2ffffc36485c889917db6a014baacb6a059057cb [diff] |
i2c: Export i2c_deblock_gpio_loop() Export the i2c_deblock_gpio_loop() so it can be used in other places in U-Boot. In particular, this is useful in the GPIO I2C driver, which claims the SDA/SCL GPIOs and thus prevents the i2c_deblock() implementation from claiming the pins as GPIOs again. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>