mbox

[GIT,PULL] RTC fixes for 4.10

Message ID 20170130195948.awqujnclhsydbqeb@piout.net
State Accepted
Headers show

Pull-request

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

Message

Alexandre Belloni Jan. 30, 2017, 7:59 p.m. UTC
Hi Linus,

A single fix for this cycle. It is worth taking it for 4.10 so
distributions will not have CONFIG_RTC_DRV_JZ4740 switching from m to y
in their config.

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

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

for you to fetch changes up to 586655d278ba08af7b198b93217746f9a506ee8a:

  rtc: jz4740: make the driver buildable as a module again (2017-01-26 23:03:21 +0100)

----------------------------------------------------------------
RTC fixes for 4.10:

 - Allow jz4740 to build as a module again by using kernel_halt()

----------------------------------------------------------------
Alexandre Belloni (1):
      rtc: jz4740: make the driver buildable as a module again

 drivers/rtc/Kconfig      |  5 ++++-
 drivers/rtc/rtc-jz4740.c | 12 ++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)