All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RTC for 7.1
Date: Sat, 25 Apr 2026 20:33:35 +0200	[thread overview]
Message-ID: <20260425183335392f3a5c@mail.local> (raw)

Hello Linus,

Here is the RTC subsystem pull request for 7.1. It is super late, I
hoped I could squeeze a few more patches in but I didn't have the time.
It is quite small and half of the changes are in device tree bindings.

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-7.1

for you to fetch changes up to 0fedce7244e4b85c049ce579c87e298a1b0b811d:

  rtc: abx80x: Disable alarm feature if no interrupt attached (2026-04-13 00:02:59 +0200)

----------------------------------------------------------------
RTC for 7.1

Subsystem:
 - add data_race() in rtc_dev_poll()

Drivers:
 - remove i2c_match_id usage
 - abx80x: Disable alarm feature if no interrupt attached
 - ti-k3: support resuming from IO DDR low power mode

----------------------------------------------------------------
Akashdeep Kaur (1):
      rtc: ti-k3: Add support to resume from IO DDR low power mode

Andrew Davis (6):
      rtc: abx80x: Remove use of i2c_match_id()
      rtc: m41t80: Remove use of i2c_match_id()
      rtc: pcf2127: Remove use of i2c_match_id()
      rtc: rs5c372: Remove use of i2c_match_id()
      rtc: rv8803: Remove use of i2c_match_id()
      rtc: rx8025: Remove use of i2c_match_id()

Anthony Pighin (Nokia) (1):
      rtc: abx80x: Disable alarm feature if no interrupt attached

Anushka Badhe (1):
      dt-bindings: rtc: add olpc,xo1-rtc to trivial-rtc

Brian Masney (1):
      rtc: pic32: allow driver to be compiled with COMPILE_TEST

Conor Dooley (1):
      dt-bindings: rtc: mpfs-rtc: permit resets

Frieder Schrempf (1):
      dt-bindings: rtc: microcrystal,rv3028: Allow to specify vdd-supply

Johan Hovold (1):
      rtc: ntxec: fix OF node reference imbalance

Mauricio Faria de Oliveira (1):
      rtc: add data_race() in rtc_dev_poll()

Otto Pflüger (1):
      dt-bindings: rtc: sc2731: Add compatible for SC2730

Piyush Patle (1):
      dt-bindings: rtc: isl12026: convert to YAML schema

Rafael J. Wysocki (1):
      rtc: cmos: Use platform_get_irq_optional() in cmos_platform_probe()

Rosen Penev (1):
      rtc: armada38x: zalloc + calloc to single allocation

Svyatoslav Ryhel (1):
      rtc: max77686: convert to i2c_new_ancillary_device

 .../devicetree/bindings/rtc/isil,isl12026.txt      | 28 ----------
 .../devicetree/bindings/rtc/isil,isl12026.yaml     | 59 ++++++++++++++++++++++
 .../bindings/rtc/microchip,mpfs-rtc.yaml           |  3 ++
 .../bindings/rtc/microcrystal,rv3028.yaml          |  2 +
 .../devicetree/bindings/rtc/olpc-xo1-rtc.txt       |  5 --
 .../devicetree/bindings/rtc/sprd,sc2731-rtc.yaml   |  7 ++-
 .../devicetree/bindings/rtc/trivial-rtc.yaml       |  2 +
 drivers/rtc/Kconfig                                |  2 +-
 drivers/rtc/dev.c                                  | 11 +++-
 drivers/rtc/rtc-abx80x.c                           |  5 +-
 drivers/rtc/rtc-armada38x.c                        |  9 +---
 drivers/rtc/rtc-cmos.c                             | 13 ++++-
 drivers/rtc/rtc-m41t80.c                           |  8 +--
 drivers/rtc/rtc-max77686.c                         | 14 ++++-
 drivers/rtc/rtc-ntxec.c                            |  2 +-
 drivers/rtc/rtc-pcf2127.c                          | 23 +++------
 drivers/rtc/rtc-rs5c372.c                          |  7 +--
 drivers/rtc/rtc-rv8803.c                           |  8 +--
 drivers/rtc/rtc-rx8025.c                           |  4 +-
 drivers/rtc/rtc-ti-k3.c                            | 10 +++-
 20 files changed, 132 insertions(+), 90 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/isil,isl12026.txt
 create mode 100644 Documentation/devicetree/bindings/rtc/isil,isl12026.yaml
 delete mode 100644 Documentation/devicetree/bindings/rtc/olpc-xo1-rtc.txt

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2026-04-25 18:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-25 18:33 Alexandre Belloni [this message]
2026-04-26 19:35 ` [GIT PULL] RTC for 7.1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260425183335392f3a5c@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.