From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA3FBC32792 for ; Thu, 3 Oct 2019 19:50:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7BA5E207FF for ; Thu, 3 Oct 2019 19:50:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="sXOUhRdl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7BA5E207FF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ijlt+CJmW4REDBvdBeEUUc051HnD+Dpe0Og+PgDDKi4=; b=sXOUhRdl71yB0F rubOXPSeV/BBI77sAwZ2I2gBpb6ywyvaJerc2lTb/9zWKJ8YDP8coKEjkFV1PQ0r0cU8FgenD/EwQ TdDBDURI0qOmuLc0ZVO0is5Ua822t855H0yEZ+hDZkKfNKP92PSjFjtkAOiMjt6+5YWZgsJ0Rh6yk JmKJMnprCtCpbdHLoWWPlffZ1kNukfx+rZboVzJzSxoepHS55KjbJtrSnsvDL3omDOvKy15Crzvuj rCOwZZ/HadffaloK9kFeeA07wiC4RqV94pdj9EFRxW9OUfcn5XgJVQDom5xG65GBK55luvRm/F+I8 o8rsFBkjBzm0sSjNCkJQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iG77V-00078T-PJ; Thu, 03 Oct 2019 19:50:37 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iG77S-00077v-SC for linux-arm-kernel@lists.infradead.org; Thu, 03 Oct 2019 19:50:36 +0000 X-Originating-IP: 86.202.229.42 Received: from localhost (lfbn-lyo-1-146-42.w86-202.abo.wanadoo.fr [86.202.229.42]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 7119540002; Thu, 3 Oct 2019 19:50:25 +0000 (UTC) Date: Thu, 3 Oct 2019 21:50:25 +0200 From: Alexandre Belloni To: Claudiu Beznea Subject: Re: [PATCH] rtc: at91rm9200: use of_device_get_match_data() Message-ID: <20191003195025.GJ575@piout.net> References: <1569500132-21164-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1569500132-21164-1-git-send-email-claudiu.beznea@microchip.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191003_125035_060042_26141BFA X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, a.zummo@towertech.it, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 26/09/2019 15:15:32+0300, Claudiu Beznea wrote: > Use of_device_get_match_data() since all platforms should now use DT > bindings. AVR32 architecture has been removed in > commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). > > Signed-off-by: Claudiu Beznea > --- > drivers/rtc/Kconfig | 1 + > drivers/rtc/rtc-at91rm9200.c | 19 +------------------ > 2 files changed, 2 insertions(+), 18 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel