commit | 7383edc2fbd56573819f9ca7401105366191b715 | [log] [tgz] |
---|---|---|
author | Michael Auchter <michael.auchter@ni.com> | Fri Feb 07 10:55:31 2020 -0600 |
committer | Heiko Schocher <hs@denx.de> | Mon Mar 16 07:48:15 2020 +0100 |
tree | e5bf5f272b437804362e1f8854a159b64681ac27 | |
parent | 092d9ea26cde419141d340fd5de16c32f7273e00 [diff] |
dm: i2c-gpio: rework gpio get/set functions This patch reworks i2c-gpio to make it easier to switch out the implementation of the sda/scl get/set functions. This is in preparation for a patch to conditionally implement clock stretching support. Signed-off-by: Michael Auchter <michael.auchter@ni.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>