mbox series

[GIT,PULL] RTC fixes for 4.18

Message ID 20180714205654.GA24863@piout.net
State Accepted
Headers show
Series [GIT,PULL] RTC fixes for 4.18 | expand

Pull-request

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

Message

Alexandre Belloni July 14, 2018, 8:56 p.m. UTC
Hi Linus,

Here are two fixes for 4.18.

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

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

for you to fetch changes up to fd6792bb022e43faa0c4a45b6f25285e21206f9d:

  rtc: fix alarm read and set offset (2018-07-13 10:37:54 +0200)

----------------------------------------------------------------
RTC fixes for 4.18

 - an important core fix for RTCs using the core offsetting only one driver is
affected.
 - a fix for the error path of mrst

----------------------------------------------------------------
Alexandre Belloni (1):
      rtc: fix alarm read and set offset

Dan Carpenter (1):
      rtc: mrst: fix error code in probe()

 drivers/rtc/interface.c | 8 +++++---
 drivers/rtc/rtc-mrst.c  | 4 +---
 2 files changed, 6 insertions(+), 6 deletions(-)