From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from smtp.natisbad.org (2a02-8428-026f-b200-0221-70ff-fe55-8f78.rev.sfr.net. [2a02:8428:26f:b200:221:70ff:fe55:8f78]) by gmr-mx.google.com with ESMTP id v14si500004wmf.0.2016.07.14.13.16.12 for ; Thu, 14 Jul 2016 13:16:12 -0700 (PDT) From: arno@natisbad.org (Arnaud Ebalard) To: Alexandre Belloni Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: [rtc-linux] Re: [PATCH 0/3] rtc: remove intersil isl12057 References: <1468371571-22641-1-git-send-email-alexandre.belloni@free-electrons.com> Date: Thu, 14 Jul 2016 22:16:07 +0200 In-Reply-To: <1468371571-22641-1-git-send-email-alexandre.belloni@free-electrons.com> (Alexandre Belloni's message of "Wed, 13 Jul 2016 02:59:28 +0200") Message-ID: <87vb08gem0.fsf@natisbad.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Hi Alexandre, Alexandre Belloni writes: > This is the series I intend to apply once you confirm my previous patch > is working. For previous patch and that series, once the typos are fixed: Acked-by: Arnaud Ebalard Thanks for spotting the duplication and your work. Cheers, a+ > > Alexandre Belloni (3): > Documentation: dt: Intersil isl12057 is not a trivial device > rtc: ds1307: add Intersil ISL12057 support > rtc: isl12057: remove driver > > .../devicetree/bindings/i2c/trivial-devices.txt | 1 - > drivers/rtc/Kconfig | 18 +- > drivers/rtc/Makefile | 1 - > drivers/rtc/rtc-ds1307.c | 6 + > drivers/rtc/rtc-isl12057.c | 643 --------------------- > 5 files changed, 10 insertions(+), 659 deletions(-) > delete mode 100644 drivers/rtc/rtc-isl12057.c -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751983AbcGNUQT (ORCPT ); Thu, 14 Jul 2016 16:16:19 -0400 Received: from 36.223.133.77.rev.sfr.net ([77.133.223.36]:56955 "EHLO smtp.natisbad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbcGNUQR (ORCPT ); Thu, 14 Jul 2016 16:16:17 -0400 From: arno@natisbad.org (Arnaud Ebalard) To: Alexandre Belloni Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] rtc: remove intersil isl12057 References: <1468371571-22641-1-git-send-email-alexandre.belloni@free-electrons.com> X-PGP-Key-URL: http://natisbad.org/arno@natisbad.org.asc X-Fingerprint: D3A5 B68A 839B 38A5 815A 781B B77C 0748 A7AE 341B X-Hashcash: 1:20:160714:rtc-linux@googlegroups.com::qtlh0VgMiSdMjkDm:0000000000000000000000000000000000036g/ X-Hashcash: 1:20:160714:a.zummo@towertech.it::P8fImlUzdKejGJoT:000000000000000000000000000000000000000003RlS X-Hashcash: 1:20:160714:alexandre.belloni@free-electrons.com::VJFz55IeyjzJhZft:00000000000000000000000004tjk X-Hashcash: 1:20:160714:linux-kernel@vger.kernel.org::gG52nfqvM8KL8lhQ:0000000000000000000000000000000006agF Date: Thu, 14 Jul 2016 22:16:07 +0200 In-Reply-To: <1468371571-22641-1-git-send-email-alexandre.belloni@free-electrons.com> (Alexandre Belloni's message of "Wed, 13 Jul 2016 02:59:28 +0200") Message-ID: <87vb08gem0.fsf@natisbad.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, Alexandre Belloni writes: > This is the series I intend to apply once you confirm my previous patch > is working. For previous patch and that series, once the typos are fixed: Acked-by: Arnaud Ebalard Thanks for spotting the duplication and your work. Cheers, a+ > > Alexandre Belloni (3): > Documentation: dt: Intersil isl12057 is not a trivial device > rtc: ds1307: add Intersil ISL12057 support > rtc: isl12057: remove driver > > .../devicetree/bindings/i2c/trivial-devices.txt | 1 - > drivers/rtc/Kconfig | 18 +- > drivers/rtc/Makefile | 1 - > drivers/rtc/rtc-ds1307.c | 6 + > drivers/rtc/rtc-isl12057.c | 643 --------------------- > 5 files changed, 10 insertions(+), 659 deletions(-) > delete mode 100644 drivers/rtc/rtc-isl12057.c