On 06/01/2021 09:37, Yicong Yang wrote:
Add driver and MAINTAINERS for HiSilicon I2C controller on Kunpeng server. Also provide the devm_*() variants for adding the I2C adapters.
How about resend with cc linuxarm@openeuler.org?
thanks
Yicong Yang (3): i2c: core: add managed functions for adding i2c adapters i2c: add support for HiSilicon I2C controller MAINTAINERS: Add maintainer for HiSilicon I2C driver
MAINTAINERS | 7 + drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-hisi.c | 555 ++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/i2c-core-base.c | 82 +++++++ include/linux/i2c.h | 2 + 6 files changed, 657 insertions(+) create mode 100644 drivers/i2c/busses/i2c-hisi.c
Hi John,
On 2021/1/6 17:43, John Garry wrote:
On 06/01/2021 09:37, Yicong Yang wrote:
Add driver and MAINTAINERS for HiSilicon I2C controller on Kunpeng server. Also provide the devm_*() variants for adding the I2C adapters.
How about resend with cc linuxarm@openeuler.org?
As the linuxarm@openeuler.org is an external mailing list, so I was told not to CC it for those internal review patches.
Thanks, Yicong
thanks
Yicong Yang (3): i2c: core: add managed functions for adding i2c adapters i2c: add support for HiSilicon I2C controller MAINTAINERS: Add maintainer for HiSilicon I2C driver
MAINTAINERS | 7 + drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-hisi.c | 555 ++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/i2c-core-base.c | 82 +++++++ include/linux/i2c.h | 2 + 6 files changed, 657 insertions(+) create mode 100644 drivers/i2c/busses/i2c-hisi.c
.