lkml.org 
[lkml]   [2020]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/3] Use MFD for Dallas/Maxim DS1374 driver series
    Date
    Hello all,

    This patch set uses MFD structure for DS1374 so that RTC and Watchdog
    functions can be separately. Therefore, we can add more Watchdog
    subfunctions here.

    A DS1374 MFD core driver supports the I2C communication to RTC and
    Watchdog devices.

    1. Add DS1374 MFD core driver with I2C bus.
    2. Let DS1374 RTC driver has RTC and Alarm functions only.
    3. Add DS1374 Watchdog driver.

    Thanks,
    Johnson

    Johnson Chen (3):
    mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver
    rtc: rtc-ds1374: Move out Watchdog function and I2C client
    watchdog: ds1374_wdt: Introduce Dallas/Maxim DS1374 Watchdog driver

    drivers/mfd/Kconfig | 11 +
    drivers/mfd/Makefile | 2 +
    drivers/mfd/ds1374.c | 101 ++++++++
    drivers/rtc/Kconfig | 9 +-
    drivers/rtc/rtc-ds1374.c | 458 ++++++----------------------------
    drivers/watchdog/Kconfig | 11 +
    drivers/watchdog/Makefile | 1 +
    drivers/watchdog/ds1374_wdt.c | 330 ++++++++++++++++++++++++
    8 files changed, 532 insertions(+), 391 deletions(-)
    create mode 100644 drivers/mfd/ds1374.c
    create mode 100644 drivers/watchdog/ds1374_wdt.c

    --
    2.20.1
    \
     
     \ /
      Last update: 2020-06-22 12:03    [W:5.195 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site