summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-keba.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-07i2c: keba: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-6/+2
No need to check the argument of i2c_unregister_device() because the function itself does it. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
2024-09-10i2c: keba: Add KEBA I2C controller supportGerhard Engleder1-0/+598
The KEBA I2C controller is found in the system FPGA of KEBA PLC devices. It is used to connect EEPROMs and hardware monitoring chips. The It is a simple I2C controller with a fixed bus speed of 100 kbit/s. The whole message transmission is executed by the driver. The driver triggers all steps over control, status and data register. There are no FIFOs or interrupts. Signed-off-by: Gerhard Engleder <eg@keba.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>