[PATCH v2 0/7][SRU][F] Support Advantech UNO-420 platform

AceLan Kao acelan.kao at canonical.com
Wed Nov 25 06:37:38 UTC 2020


BugLink: https://bugs.launchpad.net/bugs/1902672

[Impact]
There are some drivers are required to enable Advantech UNO-420 platform.

[Fix]
Advantech is submitting their drivers to upstream for review, and
considering that the patches are new drivers, it should be safe pull them
back to ubuntu kernel.
https://lkml.org/lkml/2020/11/12/203

[Test]
Verified on Advantech UNO-420 platform.

[Regression Potential]
Low, those commits create 3 new drivers, and doesn't modify any existing
driver code. Should introduce no regression.

AceLan Kao (1):
  UBUNTU: [Config] update config for Advantech devices

Shihlun Lin (6):
  UBUNTU: SAUCE: MAINTAINERS: Add Advantech embedded controller entry
  UBUNTU: SAUCE: mfd: ahc1ec0: Add Advantech EC include file used by
    dt-bindings
  UBUNTU: SAUCE: dt-bindings: mfd: ahc1ec0.yaml: Add Advantech embedded
    controller - AHC1EC0
  UBUNTU: SAUCE: mfd: ahc1ec0: Add support for Advantech embedded
    controller
  UBUNTU: SAUCE: hwmon: ahc1ec0-hwmon: Add sub-device hwmon for
    Advantech embedded controller
  UBUNTU: SAUCE: watchdog: ahc1ec0-wdt: Add sub-device watchdog for
    Advantech embedded controller

 .../devicetree/bindings/mfd/ahc1ec0.yaml      |   70 +
 MAINTAINERS                                   |   11 +
 debian.master/config/config.common.ubuntu     |    3 +
 drivers/hwmon/Kconfig                         |    8 +
 drivers/hwmon/Makefile                        |    1 +
 drivers/hwmon/ahc1ec0-hwmon.c                 | 1504 +++++++++++++++++
 drivers/mfd/Kconfig                           |   10 +
 drivers/mfd/Makefile                          |    2 +-
 drivers/mfd/ahc1ec0.c                         | 1405 +++++++++++++++
 drivers/watchdog/Kconfig                      |    8 +
 drivers/watchdog/Makefile                     |    1 +
 drivers/watchdog/ahc1ec0-wdt.c                |  489 ++++++
 include/dt-bindings/mfd/ahc1ec0.h             |   25 +
 include/linux/mfd/ahc1ec0.h                   |  338 ++++
 14 files changed, 3874 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/ahc1ec0.yaml
 create mode 100644 drivers/hwmon/ahc1ec0-hwmon.c
 create mode 100644 drivers/mfd/ahc1ec0.c
 create mode 100644 drivers/watchdog/ahc1ec0-wdt.c
 create mode 100644 include/dt-bindings/mfd/ahc1ec0.h
 create mode 100644 include/linux/mfd/ahc1ec0.h

-- 
2.25.1




More information about the kernel-team mailing list