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.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED 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 DDF78C2BA80 for ; Tue, 7 Apr 2020 13:41:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAC0A206F7 for ; Tue, 7 Apr 2020 13:41:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728952AbgDGNlv (ORCPT ); Tue, 7 Apr 2020 09:41:51 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:37937 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728573AbgDGNlu (ORCPT ); Tue, 7 Apr 2020 09:41:50 -0400 Received: from localhost (lfbn-lyo-1-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id C9B56200010; Tue, 7 Apr 2020 13:41:47 +0000 (UTC) Date: Tue, 7 Apr 2020 15:41:47 +0200 From: Alexandre Belloni To: cristian.birsan@microchip.com Cc: balbi@kernel.org, gregkh@linuxfoundation.org, nicolas.ferre@microchip.com, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, Claudiu Beznea Subject: Re: [PATCH 2/7] usb: gadget: udc: atmel: add compatible for SAM9X60's PMC Message-ID: <20200407134147.GI3628@piout.net> References: <20200407122852.19422-1-cristian.birsan@microchip.com> <20200407122852.19422-3-cristian.birsan@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200407122852.19422-3-cristian.birsan@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 07/04/2020 15:28:47+0300, cristian.birsan@microchip.com wrote: > From: Claudiu Beznea > > Add compatible for SAM9X60's PMC. > > Signed-off-by: Claudiu Beznea > [cristian.birsan@microchip.com Add sentinel at the end of the array] > Signed-off-by: Cristian Birsan > --- > drivers/usb/gadget/udc/atmel_usba_udc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.c b/drivers/usb/gadget/udc/atmel_usba_udc.c > index 32e5b44d9fbd..c50902b91a96 100644 > --- a/drivers/usb/gadget/udc/atmel_usba_udc.c > +++ b/drivers/usb/gadget/udc/atmel_usba_udc.c > @@ -2056,6 +2056,8 @@ static const struct of_device_id atmel_pmc_dt_ids[] = { > { .compatible = "atmel,at91sam9g45-pmc" }, > { .compatible = "atmel,at91sam9rl-pmc" }, > { .compatible = "atmel,at91sam9x5-pmc" }, > + { .compatible = "microchip,sam9x60-pmc" }, > + { /* sentinel */ } This patch can be squashed in the previous one. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com