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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 38171C2D0DA for ; Wed, 25 Dec 2019 17:25:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13E3F2075B for ; Wed, 25 Dec 2019 17:25:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726893AbfLYRZI (ORCPT ); Wed, 25 Dec 2019 12:25:08 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:53253 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726866AbfLYRZI (ORCPT ); Wed, 25 Dec 2019 12:25:08 -0500 Received: from localhost (unknown [94.238.217.212]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 47887100002; Wed, 25 Dec 2019 17:25:04 +0000 (UTC) Date: Wed, 25 Dec 2019 18:25:04 +0100 From: Alexandre Belloni To: Claudiu Beznea Cc: nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ARM: at91: pm: use of_device_id array to find the proper shdwc node Message-ID: <20191225172504.GC1111840@piout.net> References: <1576062248-18514-1-git-send-email-claudiu.beznea@microchip.com> <1576062248-18514-3-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1576062248-18514-3-git-send-email-claudiu.beznea@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/12/2019 13:04:08+0200, Claudiu Beznea wrote: > Use of_device_id array to find the proper shdwc compatibile node. > SAM9X60's shdwc changes were not integrated when > commit eaedc0d379da ("ARM: at91: pm: add ULP1 support for SAM9X60") > was integrated. > > Fixes: eaedc0d379da ("ARM: at91: pm: add ULP1 support for SAM9X60") > Signed-off-by: Claudiu Beznea > --- > arch/arm/mach-at91/pm.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com