public inbox for linux-kernel@vger.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 6.1
Date: Sat, 15 Oct 2022 00:04:19 +0200	[thread overview]
Message-ID: <Y0nc49iertOPOB02@mail.local> (raw)

Linus,

Here is the RTC subsystem pull request for 6.1. A great rework of the
isl12022 driver makes up the bulk of the changes. There is also an
important fix for CMOS and then the usual small fixes.

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e5f12a398371280649ccc9d6eb0b97fd42a5df98:

  rtc: rv3028: Fix codestyle errors (2022-10-13 23:36:52 +0200)

----------------------------------------------------------------
RTC for 6.1

Drivers:
 - switch to devm_clk_get_enabled() where relevant
 - cmos: event handler registration fix
 - isl12022: code improvements

----------------------------------------------------------------
Bryan Brattlof (2):
      rtc: k3: wait until the unlock field is not zero
      rtc: k3: detect SoC to determine erratum fix

Christophe JAILLET (4):
      rtc: mxc: Use devm_clk_get_enabled() helper
      rtc: mpfs: Use devm_clk_get_enabled() helper
      rtc: jz4740: Use devm_clk_get_enabled() helper
      rtc: k3: Use devm_clk_get_enabled() helper

Colin Ian King (1):
      rtc: ds1685: Fix spelling of function name in comment block

Emmanuel Gil Peyrot (1):
      rtc: gamecube: Always reset HW_SRNPROT after read

Geert Uytterhoeven (1):
      rtc: mpfs: Remove printing of stray CR

Ke Sun (1):
      rtc: rv3028: Fix codestyle errors

Lin Yujun (1):
      rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()

Rafael J. Wysocki (1):
      rtc: cmos: Fix event handler registration ordering issue

Rasmus Villemoes (8):
      rtc: isl12022: stop using deprecated devm_rtc_device_register()
      rtc: isl12022: specify range_min and range_max
      rtc: isl12022: drop a dev_info()
      rtc: isl12022: simplify some expressions
      rtc: isl12022: use %ptR
      rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
      rtc: isl12022: drop redundant write to HR register
      rtc: isl12022: switch to using regmap API

 drivers/rtc/Kconfig        |   1 +
 drivers/rtc/rtc-cmos.c     |  29 +++++---
 drivers/rtc/rtc-ds1685.c   |   2 +-
 drivers/rtc/rtc-gamecube.c |  11 ++--
 drivers/rtc/rtc-isl12022.c | 161 +++++++++++----------------------------------
 drivers/rtc/rtc-jz4740.c   |  25 +------
 drivers/rtc/rtc-mpfs.c     |  26 ++------
 drivers/rtc/rtc-mxc.c      |  27 +-------
 drivers/rtc/rtc-rv3028.c   |   5 +-
 drivers/rtc/rtc-stmp3xxx.c |   2 +
 drivers/rtc/rtc-ti-k3.c    |  56 ++++++----------
 11 files changed, 98 insertions(+), 247 deletions(-)

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

             reply	other threads:[~2022-10-14 22:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14 22:04 Alexandre Belloni [this message]
2022-10-15  1:44 ` [GIT PULL] RTC for 6.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=Y0nc49iertOPOB02@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox