]> Git Repo - linux.git/commitdiff
Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
authorLinus Torvalds <[email protected]>
Mon, 3 May 2021 19:15:21 +0000 (12:15 -0700)
committerLinus Torvalds <[email protected]>
Mon, 3 May 2021 19:15:21 +0000 (12:15 -0700)
Pull RTC updates from Alexandre Belloni:
 "Mostly small fixes and two drivers gaining alarm support. Summary:

  Subsystem:

    - UIE emulation has been reworked to avoid calling driver callbacks
      when it is known it will not work

  Drivers:

   - ab-eoz9: add alarm support

   - pcf8523: add alarm support"

* tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (27 commits)
  rtc: sysfs: check features instead of ops
  rtc: omap: use rtc_write to access OMAP_RTC_OSC_REG
  rtc: s5m: Remove reference to parent's device pdata
  rtc: ds1307: Fix wday settings for rx8130
  rtc: pcf8523: report oscillator failures
  rtc: pcf8523: add alarm support
  rtc: pcf8523: remove useless define
  rtc: rtc_update_irq_enable: rework UIE emulation
  rtc: ds1307: remove flags
  rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARM
  rtc: imx-sc: remove .read_alarm
  rtc: ds1511: remove unused function
  rtc: fsl-ftm-alarm: add MODULE_TABLE()
  rtc: rtc-spear: replace spin_lock_irqsave by spin_lock in hard IRQ
  dt-bindings: rtc: qcom-pm8xxx-rtc: Add qcom pm8xxx rtc bindings
  rtc: pm8xxx: Add RTC support for PMIC PMK8350
  rtc: ab-eoz9: make use of RTC_FEATURE_ALARM
  rtc: ab-eoz9: add alarm support
  rtc: ab-eoz9: set regmap max_register
  rtc: pcf85063: fallback to parent of_node
  ...

1  2 
drivers/rtc/Kconfig

diff --combined drivers/rtc/Kconfig
index 773386b4aeb78342cff005ca8f7009c597bebc83,993fd399f5908a4cffb34ea00b7f1ae69a0dab8b..d8c13fded164f8549aeee92651d32e22fcd95864
@@@ -501,11 -501,11 +501,11 @@@ config RTC_DRV_M41T80_WD
          watchdog timer in the ST M41T60 and M41T80 RTC chips series.
  
  config RTC_DRV_BD70528
 -      tristate "ROHM BD70528 PMIC RTC"
 -      depends on MFD_ROHM_BD70528 && (BD70528_WATCHDOG || !BD70528_WATCHDOG)
 +      tristate "ROHM BD70528, BD71815 and BD71828 PMIC RTC"
 +      depends on MFD_ROHM_BD71828 || MFD_ROHM_BD70528 && (BD70528_WATCHDOG || !BD70528_WATCHDOG)
        help
          If you say Y here you will get support for the RTC
 -        block on ROHM BD70528 and BD71828 Power Management IC.
 +        block on ROHM BD70528, BD71815 and BD71828 Power Management IC.
  
          This driver can also be built as a module. If so, the module
          will be called rtc-bd70528.
@@@ -1296,14 -1296,6 +1296,14 @@@ config RTC_DRV_CROS_E
          This driver can also be built as a module. If so, the module
          will be called rtc-cros-ec.
  
 +config RTC_DRV_NTXEC
 +      tristate "Netronix embedded controller RTC"
 +      depends on MFD_NTXEC
 +      help
 +        Say yes here if you want to support the RTC functionality of the
 +        embedded controller found in certain e-book readers designed by the
 +        original design manufacturer Netronix.
 +
  comment "on-CPU RTC drivers"
  
  config RTC_DRV_ASM9260
@@@ -1339,6 -1331,7 +1339,7 @@@ config RTC_DRV_DIGICOLO
  config RTC_DRV_IMXDI
        tristate "Freescale IMX DryIce Real Time Clock"
        depends on ARCH_MXC
+       depends on OF
        help
           Support for Freescale IMX DryIce RTC
  
@@@ -1906,7 -1899,7 +1907,7 @@@ config RTC_DRV_HID_SENSOR_TIM
  
  config RTC_DRV_GOLDFISH
        tristate "Goldfish Real Time Clock"
-       depends on OF && HAS_IOMEM
+       depends on HAS_IOMEM
        help
          Say yes to enable RTC driver for the Goldfish based virtual platform.
  
This page took 0.09149 seconds and 4 git commands to generate.