From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755696AbbALTS2 (ORCPT ); Mon, 12 Jan 2015 14:18:28 -0500 Received: from down.free-electrons.com ([37.187.137.238]:57208 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753667AbbALTSY (ORCPT ); Mon, 12 Jan 2015 14:18:24 -0500 Date: Mon, 12 Jan 2015 20:18:16 +0100 From: Boris Brezillon To: Cc: Greg Kroah-Hartman , , Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , , , Sergei Shtylyov , David Laight Subject: Re: [PATCH v3 3/5] ARM: at91/dt: update udc compatible strings Message-ID: <20150112201816.6e57fe74@bbrezillon> In-Reply-To: <20150112182349.GJ6525@saruman> References: <1421060278-27329-1-git-send-email-boris.brezillon@free-electrons.com> <1421060278-27329-4-git-send-email-boris.brezillon@free-electrons.com> <20150112182349.GJ6525@saruman> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Felipe, On Mon, 12 Jan 2015 12:23:49 -0600 Felipe Balbi wrote: > On Mon, Jan 12, 2015 at 11:57:56AM +0100, Boris Brezillon wrote: > > at91sam9g45, at91sam9x5 and sama5 SoCs should not use > > "atmel,at91sam9rl-udc" for their USB device compatible property since > > this compatible is attached to a specific hardware bug fix. > > > > Signed-off-by: Boris Brezillon > > Acked-by: Alexandre Belloni > > WARNING: DT compatible string "atmel,at91sam9g45-udc" appears un-documented -- check ./Documentation/devicetree/bindings/ > #177: FILE: drivers/usb/gadget/udc/atmel_usba_udc.c:1827: > + { .compatible = "atmel,at91sam9g45-udc" }, > > WARNING: DT compatible string "atmel,sama5d3-udc" appears un-documented -- check ./Documentation/devicetree/bindings/ > #178: FILE: drivers/usb/gadget/udc/atmel_usba_udc.c:1828: > + { .compatible = "atmel,sama5d3-udc" }, > > please fix and resend. Also, when resending, could you add Nicolas' > Acked-by since he's already given it ? Actually these compatible strings are documented in the first patch (where they were introduced), but I'll send a v4 with Nicolas' ack. Thanks, Boris -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris Brezillon) Date: Mon, 12 Jan 2015 20:18:16 +0100 Subject: [PATCH v3 3/5] ARM: at91/dt: update udc compatible strings In-Reply-To: <20150112182349.GJ6525@saruman> References: <1421060278-27329-1-git-send-email-boris.brezillon@free-electrons.com> <1421060278-27329-4-git-send-email-boris.brezillon@free-electrons.com> <20150112182349.GJ6525@saruman> Message-ID: <20150112201816.6e57fe74@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Felipe, On Mon, 12 Jan 2015 12:23:49 -0600 Felipe Balbi wrote: > On Mon, Jan 12, 2015 at 11:57:56AM +0100, Boris Brezillon wrote: > > at91sam9g45, at91sam9x5 and sama5 SoCs should not use > > "atmel,at91sam9rl-udc" for their USB device compatible property since > > this compatible is attached to a specific hardware bug fix. > > > > Signed-off-by: Boris Brezillon > > Acked-by: Alexandre Belloni > > WARNING: DT compatible string "atmel,at91sam9g45-udc" appears un-documented -- check ./Documentation/devicetree/bindings/ > #177: FILE: drivers/usb/gadget/udc/atmel_usba_udc.c:1827: > + { .compatible = "atmel,at91sam9g45-udc" }, > > WARNING: DT compatible string "atmel,sama5d3-udc" appears un-documented -- check ./Documentation/devicetree/bindings/ > #178: FILE: drivers/usb/gadget/udc/atmel_usba_udc.c:1828: > + { .compatible = "atmel,sama5d3-udc" }, > > please fix and resend. Also, when resending, could you add Nicolas' > Acked-by since he's already given it ? Actually these compatible strings are documented in the first patch (where they were introduced), but I'll send a v4 with Nicolas' ack. Thanks, Boris -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com