Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3864868imu; Mon, 28 Jan 2019 12:15:08 -0800 (PST) X-Google-Smtp-Source: ALg8bN5S8n9+c/axpEg40AcgJffS6ox9VCwwLz8OWPA9fsfxo78RhglG7f4Qti3X1z/Q5De7vUBu X-Received: by 2002:a17:902:8ec8:: with SMTP id x8mr23351102plo.210.1548706508164; Mon, 28 Jan 2019 12:15:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548706508; cv=none; d=google.com; s=arc-20160816; b=IqVmF2zEFjW/AjiiHIzUHrlX3Mbvv/xd+kBRdus14iptZQHq6NNLq+SgB84SNma8RQ Klvvm2t4XYoPiooQNPsV+dj0TTegWPtf0wp21Pg57tHHEQErgjqwZ/iYVA7g3xWFnccV gk+5zcrOUl9Olv0hQUd7tUVfwtA5eDVTYFgRKg+Qwg/MHIquRXpdcSexCNLI0pLthTA4 d+pf6GhJacxYu+woB6D940gWBdJofV4hD48S9L31+nhIHx0HIv5HUtxIonnju35R7VEb HmJ7IVdvRx+YlgKJ5UTA9qBFjs+FSeg8On5EABuDHPGW0U6Jk2ugCxItEgT1FKAKhyHo 8Ggw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KwExGi8eWl4/1rpTq/qsHA4/Wa5Lb1zvwdQ6U6Ek/nQ=; b=f/FFYVtRzKj3QLE3oATYdeQWGqz8ye9hregomj/mGrwDmcX0usMk3kE+UsgS+uFoyI 9K6GUFQhc+zRWtHRhkoLuxj4ER8jHIiqCdYANagTmq2AmWKGlxOor0xtNnHzlsxpQag+ knhEnDAJQ/HVl/xDloYgQJJmrbuDPKKl5JJemYjGF8YlVz024hqcPQxHO1UUipS1ndzC MT14nIZaj4HnTW7OKVxpoUUpjHfbnUXzGRsZU7TVaZ5555kuYUOn0Ls7/hIUJO4gpQC3 hun7G3ikrV0k2gB8qdwZVF9tIqPBTYgyRsjICHq37RXrCtIQnkfSilJ66ow35n5phqwc rv7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s5si33059825pfi.134.2019.01.28.12.14.51; Mon, 28 Jan 2019 12:15:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727404AbfA1UNS (ORCPT + 99 others); Mon, 28 Jan 2019 15:13:18 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50667 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726719AbfA1UNS (ORCPT ); Mon, 28 Jan 2019 15:13:18 -0500 X-Originating-IP: 86.202.150.119 Received: from localhost (lfbn-lyo-1-59-119.w86-202.abo.wanadoo.fr [86.202.150.119]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id EDEDF6000A; Mon, 28 Jan 2019 20:13:13 +0000 (UTC) Date: Mon, 28 Jan 2019 21:13:13 +0100 From: Alexandre Belloni To: Zhou Yanjie Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, a.zummo@towertech.it, robh+dt@kernel.org, paul.burton@mips.com, mark.rutland@arm.com, syq@debian.org, jiaxun.yang@flygoat.com, 772753199@qq.com Subject: Re: [PATCH 3/3] RTC: Ingenic: Replace jz47xx with XBurst. Message-ID: <20190128201313.GD18309@piout.net> References: <1548696599-53639-1-git-send-email-zhouyanjie@zoho.com> <1548696599-53639-4-git-send-email-zhouyanjie@zoho.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1548696599-53639-4-git-send-email-zhouyanjie@zoho.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/01/2019 01:29:59+0800, Zhou Yanjie wrote: > Ingenic had changed their product code name. > Latest SoCs had divided to several series such as > T30/M200/X1000 and no longer called JZ47xx. > > Signed-off-by: Zhou Yanjie > --- > drivers/rtc/Kconfig | 4 ++-- > drivers/rtc/rtc-jz4740.c | 15 +++------------ > 2 files changed, 5 insertions(+), 14 deletions(-) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index 225b0b8..8b41853 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -1576,10 +1576,10 @@ config RTC_DRV_MPC5121 > will be called rtc-mpc5121. > > config RTC_DRV_JZ4740 > - tristate "Ingenic JZ4740 SoC" > + tristate "Ingenic XBurst SoC" > depends on MIPS || COMPILE_TEST > help > - If you say yes here you get support for the Ingenic JZ47xx SoCs RTC > + If you say yes here you get support for the Ingenic XBurst SoCs RTC > controllers. > > This driver can also be built as a module. If so, the module > diff --git a/drivers/rtc/rtc-jz4740.c b/drivers/rtc/rtc-jz4740.c > index 0c7ae65..a262632 100644 > --- a/drivers/rtc/rtc-jz4740.c > +++ b/drivers/rtc/rtc-jz4740.c > @@ -1,17 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2009-2010, Lars-Peter Clausen > * Copyright (C) 2010, Paul Cercueil > - * JZ4740 SoC RTC driver > - * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2 of the License, or (at your > - * option) any later version. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, write to the Free Software Foundation, Inc., > - * 675 Mass Ave, Cambridge, MA 02139, USA. > - * This change is unrelated. > + * Ingenic XBurst platform RTC support > */ > > #include > @@ -450,5 +441,5 @@ module_platform_driver(jz4740_rtc_driver); > > MODULE_AUTHOR("Lars-Peter Clausen "); > MODULE_LICENSE("GPL"); > -MODULE_DESCRIPTION("RTC driver for the JZ4740 SoC\n"); > +MODULE_DESCRIPTION("RTC driver for Ingenic XBurst platform\n"); > MODULE_ALIAS("platform:jz4740-rtc"); > -- > 2.7.4 > > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com