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 5.9
Date: Wed, 12 Aug 2020 23:36:55 +0200	[thread overview]
Message-ID: <20200812213655.GA81005@piout.net> (raw)

Hello Linus,

I'm sorry for the very late pull request. There is not much this cycle
anyway, mostly non urgent fixes.

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 27006416be16b7887fb94b3b445f32453defb3f1:

  rtc: pcf2127: fix alarm handling (2020-08-12 11:48:29 +0200)

----------------------------------------------------------------
RTC for 5.9

Drivers:
 - ds1374: use watchdog core
 - pcf2127: add alarm and pcf2129 support

----------------------------------------------------------------
Alexander A. Klimov (1):
      rtc: Replace HTTP links with HTTPS ones

Alexandre Belloni (3):
      rtc: ds1374: fix RTC_DRV_DS1374_WDT dependencies
      rtc: ds1374: remove unused define
      rtc: pcf2127: fix alarm handling

Chris Packham (1):
      rtc: ds1307: provide an indication that the watchdog has fired

Huacai Chen (1):
      rtc: goldfish: Enable interrupt in set_alarm() when necessary

Johnson CH Chen (陳昭勳) (1):
      rtc: ds1374: wdt: Use watchdog core for watchdog part

Jon Hunter (1):
      rtc: max77686: Fix wake-ups for max77620

Krzysztof Kozlowski (1):
      rtc: max77686: Do not allow interrupt to fire before system resume

Liam Beguin (2):
      rtc: pcf2127: add pca2129 device id
      rtc: pcf2127: add alarm support

Misono Tomohiro (1):
      rtc: cleanup obsolete comment about struct rtc_class_ops

Sebastian Reichel (1):
      rtc: cpcap: fix range

Sudeep Holla (1):
      rtc: pl031: fix set_alarm by adding back call to alarm_irq_enable

Tales L. da Aparecida (1):
      rtc: imxdi: fix trivial typos

 .../devicetree/bindings/rtc/trivial-rtc.yaml       |   2 +
 drivers/rtc/Kconfig                                |   3 +-
 drivers/rtc/rtc-ab-b5ze-s3.c                       |   2 +-
 drivers/rtc/rtc-bq32k.c                            |   2 +-
 drivers/rtc/rtc-cpcap.c                            |   2 +-
 drivers/rtc/rtc-ds1307.c                           |   6 +
 drivers/rtc/rtc-ds1374.c                           | 262 +++++----------------
 drivers/rtc/rtc-goldfish.c                         |   1 +
 drivers/rtc/rtc-imxdi.c                            |   4 +-
 drivers/rtc/rtc-max77686.c                         |  23 +-
 drivers/rtc/rtc-mcp795.c                           |   2 +-
 drivers/rtc/rtc-pcf2127.c                          | 144 ++++++++++-
 drivers/rtc/rtc-pcf85063.c                         |   4 +-
 drivers/rtc/rtc-pl031.c                            |   1 +
 include/linux/rtc.h                                |   4 -
 15 files changed, 244 insertions(+), 218 deletions(-)

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

             reply	other threads:[~2020-08-12 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 21:36 Alexandre Belloni [this message]
2020-08-13  0:50 ` [GIT PULL] RTC for 5.9 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=20200812213655.GA81005@piout.net \
    --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.