Skip to content
  • Linus Torvalds's avatar
    Merge tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux · bf644990
    Linus Torvalds authored
    Pull RTC updates from Alexandre Belloni:
     "Not much this cycle. I've pushed the at32ap700x removal late but it is
      unlikely to cause any issues.
    
      Summary:
    
      Subsystem:
       - Move ABI documentation to Documentation/ABI
    
      New driver:
       - NXP i.MX53 SRTC
       - Chrome OS EC RTC
    
      Drivers:
       - Remove at32ap700x
       - Many fixes in various error paths"
    
    * tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
      rtc: remove rtc-at32ap700x
      Documentation: rtc: move iotcl interface documentation to ABI
      Documentation: rtc: add sysfs file permissions
      Documentation: rtc: move sysfs documentation to ABI
      rtc: mxc_v2: remove __exit annotation
      rtc: mxc_v2: Remove unnecessary platform_get_resource() error check
      rtc: add mxc driver for i.MX53 SRTC
      dt-bindings: rtc: add bindings for i.MX53 SRTC
      rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_set_time
      rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_read_time
      rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepare
      rtc: ac100: Fix multiple race conditions
      rtc: sun6i: ensure rtc is kfree'd on error
      rtc: cros-ec: add cros-ec-rtc driver.
      mfd: cros_ec: Introduce RTC commands and events definitions.
      rtc: stm32: Fix copyright
      rtc: Remove unused RTC_DEVICE_NAME_SIZE
      rtc: r9701: Remove r9701_remove function
      rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
    bf644990