
Hello Stefan,
Am 28.03.2020 um 10:43 schrieb Stefan Bosch:
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- i2c/nx_i2c.c: Some adaptions mainly because of changes in "struct udevice".
- several Bugfixes in nx_i2c.c.
- the driver has been for s5p6818 only. Code extended appropriately in order s5p4418 is also working.
- "probe_chip" added.
Signed-off-by: Stefan Bosch stefan_b@posteo.net
Changes in v2:
commit "i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)" splitted into separate commits for gpio, i2c, mmc, pwm.
several Bugfixes in nx_i2c.c.
the i2c-driver has been for s5p6818 only. Code extended approriately in order s5p4418 is also working.
"probe_chip" added to the i2c-driver.
doc/device-tree-bindings/i2c/nx_i2c.txt added.
doc/device-tree-bindings/i2c/nx_i2c.txt | 28 ++ drivers/i2c/Kconfig | 9 + drivers/i2c/Makefile | 1 + drivers/i2c/nx_i2c.c | 649 ++++++++++++++++++++++++++++++++ 4 files changed, 687 insertions(+) create mode 100644 doc/device-tree-bindings/i2c/nx_i2c.txt create mode 100644 drivers/i2c/nx_i2c.c
I do not find this patch in patchwork ...
Thanks for splitting the big patch into several patches.
Reviewed-by: Heiko Schocher hs@denx.de
bye, Heiko