From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753044AbbGQWxQ (ORCPT ); Fri, 17 Jul 2015 18:53:16 -0400 Received: from down.free-electrons.com ([37.187.137.238]:44804 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750967AbbGQWxP (ORCPT ); Fri, 17 Jul 2015 18:53:15 -0400 Date: Sat, 18 Jul 2015 00:53:12 +0200 From: Alexandre Belloni To: Linus Torvalds Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] RTC fixes for 4.2 Message-ID: <20150717225312.GA30377@piout.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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() (201= 5-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(-) --=20 Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVqYdYAAoJEKbNnwlvZCyzEw8P/j7I6z4G3xKvyD2wsFD/fqVj sl0aXYBowOAjmoOvYvDD9khNSjHNpNCB6disbZwxdLvYHs4i7u0LqQyuYnlxrD6v EKHoqHYx5x5mXTjuXI+dM9WQBEpYm/ib+WAasBaUol5JdccS4e1sqE3ZzAmYRSuZ U4Zu7LVdAA3vZGPgsXVMYxmeVECvp85bVu/FUP9pCU3lM0wYPvOtFmD+Qsmofq+o bEzokMKchnnUrRbMI01V+yHVWhDvSES7yVnCECb5ewLB0WzQB2MTo+H6L3UvACc4 eIJWaSnqyzyEwSKjLSVMCAy9Ns3IW+BlLLWsrXzoIL4ZRPJ46rUYIuUJIApO3HUs GzRJty52PUwQs+QyP4B/k5Ske6MFGuY9+RNvPBejTTlDETMKG/aneNR6IjLtMf9F ymreuVcqZ60Xk6Dvqy+0c7P0idy0ZF/QeSpU9W8UCR4vaWntdJ23McgYrxnnP8bE 5gekyMqNCGAUEWLWm1OkkNiXT8Ir9D4J/HcnlHVSItSimUv6pO7UC+Y6UzR2Rgqi WVXRsAbgkRmd6m0SU7dvMfldJHp7wJPc+eQu7Ou5CHep2RzLpM6eA4jZm8HQ6BUC iwEYHdGUTy9MulIcjsI5nzxDwhjyU87h9DCpuG4bD1WFxBGSp3B/BYLxxmjR3JHT YTmpfaCuUQNQ60iYW3O9 =BL/M -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--