From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:51612 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085AbcEBSlw (ORCPT ); Mon, 2 May 2016 14:41:52 -0400 Subject: Patch "rtc: rx8025: remove rv8803 id" has been added to the 4.4-stable tree To: alexandre.belloni@free-electrons.com, gregkh@linuxfoundation.org Cc: , From: Date: Mon, 02 May 2016 11:41:51 -0700 Message-ID: <1462214511120132@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled rtc: rx8025: remove rv8803 id to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: rtc-rx8025-remove-rv8803-id.patch and it can be found in the queue-4.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From aaa3cee5deffa28415a6e1852c5afae0f5d210e2 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Thu, 21 Jan 2016 13:24:21 +0100 Subject: rtc: rx8025: remove rv8803 id From: Alexandre Belloni commit aaa3cee5deffa28415a6e1852c5afae0f5d210e2 upstream. The rv8803 has its own driver that should be used. Remove its id from the rx8025 driver. Fixes: b1f9d790b59dc04f8813a49a92ddd8651770ffee Signed-off-by: Alexandre Belloni Signed-off-by: Greg Kroah-Hartman --- drivers/rtc/rtc-rx8025.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c @@ -65,7 +65,6 @@ static const struct i2c_device_id rx8025_id[] = { { "rx8025", 0 }, - { "rv8803", 1 }, { } }; MODULE_DEVICE_TABLE(i2c, rx8025_id); Patches currently in stable-queue which might be from alexandre.belloni@free-electrons.com are queue-4.4/rtc-max77686-properly-handle-regmap_irq_get_virq-error-code.patch queue-4.4/rtc-vr41xx-wire-up-alarm_irq_enable.patch queue-4.4/rtc-rx8025-remove-rv8803-id.patch queue-4.4/rtc-hym8563-fix-invalid-year-calculation.patch queue-4.4/rtc-ds1685-passing-bogus-values-to-irq_restore.patch