Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1187272 > unrolled thread

[GIT PULL] RTC fixes for 4.2

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2015-07-18 01:00 +0200
Last post2015-07-18 01:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] RTC fixes for 4.2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-07-18 01:00 +0200

#1187272 — [GIT PULL] RTC fixes for 4.2

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-07-18 01:00 +0200
Subject[GIT PULL] RTC fixes for 4.2
Message-ID<pNmLM-2yN-9@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi Linus,

A few fixes for the RTC susbsystem for 4.2.

The mt6397 driver was introduce in 4.2 so it is worth fixing before the
final release. I though the compilation warning for armada38x was fixed
by akpm in f98b733e93e00365b4df78fbb33c2cad3080f6bb but he actually
missed some occurrences of the variables. Since I received 4 patches for
that, I think we can include it now.

The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to d80238bbcad33218c8d34662f144dfb146c2d57b:

  rtc: armada38x: Remove unused variable from armada38x_rtc_set_time() (2015-07-18 00:42:31 +0200)

----------------------------------------------------------------
RTC fixes for 4.2

Drivers:
 - fix mt6397 wakealarm creation
 - remove a compilation warning for armada38x that was forgotten

----------------------------------------------------------------
Fabio Estevam (1):
      rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()

Wei-Ning Huang (1):
      rtc: mt6397: enable wakeup before registering rtc device

 drivers/rtc/rtc-armada38x.c | 2 +-
 drivers/rtc/rtc-mt6397.c    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web