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=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 8C153C0044C for ; Mon, 5 Nov 2018 09:19:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F70C20862 for ; Mon, 5 Nov 2018 09:19:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5F70C20862 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729253AbeKESiU (ORCPT ); Mon, 5 Nov 2018 13:38:20 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46113 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726086AbeKESiT (ORCPT ); Mon, 5 Nov 2018 13:38:19 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7AF54807E4; Mon, 5 Nov 2018 10:19:30 +0100 (CET) Date: Mon, 5 Nov 2018 10:19:32 +0100 From: Pavel Machek To: Lubomir Rintel Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Greg Kroah-Hartman , Eric Miao , Haojian Zhuang , Kishon Vijay Abraham I , Alan Stern Subject: Re: [PATCH 02/14] dt-bindings: phy-pxa-usb: add bindings Message-ID: <20181105091932.GF4439@amd> References: <20180822204307.13251-1-lkundrak@v3.sk> <20180822204307.13251-3-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SxgehGEc6vB0cZwN" Content-Disposition: inline In-Reply-To: <20180822204307.13251-3-lkundrak@v3.sk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --SxgehGEc6vB0cZwN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-08-22 22:42:55, Lubomir Rintel wrote: > This is the PHY chip for USB OTG on PXA platforms. >=20 > Signed-off-by: Lubomir Rintel > --- > .../devicetree/bindings/phy/phy-pxa-usb.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt >=20 > diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Docu= mentation/devicetree/bindings/phy/phy-pxa-usb.txt > new file mode 100644 > index 000000000000..5b12ab44c9e6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt > @@ -0,0 +1,17 @@ > +Marvell PXA USB PHY > +------------------- > + > +Required properties: > +- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", > + "marvell,pxa168-usb-phy", > +- #phy-cells: must be 0 > + > +Example: > + usb-phy: usbphy@d4207000 { > + compatible =3D "marvell,mmp2-usb-phy"; > + reg =3D <0xd4207000 0x40>; > + #phy-cells =3D <0>; > + status =3D "okay"; > + }; > +This document explains only the device tree data binding. For general > +information about PHY subsystem refer to Documentation/phy.txt Add empty space between last paragraph? Delete "only" and "data"? Acked-by: Pavel Machek Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --SxgehGEc6vB0cZwN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlvgCyQACgkQMOfwapXb+vL/yACgv1MFtxXrWKXvNP3xKw8WYuOr LQAAoJmIje6ccB4EM2TKjFEZgaSNDNO+ =weir -----END PGP SIGNATURE----- --SxgehGEc6vB0cZwN-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [02/14] dt-bindings: phy-pxa-usb: add bindings From: Pavel Machek Message-Id: <20181105091932.GF4439@amd> Date: Mon, 5 Nov 2018 10:19:32 +0100 To: Lubomir Rintel Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Greg Kroah-Hartman , Eric Miao , Haojian Zhuang , Kishon Vijay Abraham I , Alan Stern List-ID: T24gV2VkIDIwMTgtMDgtMjIgMjI6NDI6NTUsIEx1Ym9taXIgUmludGVsIHdyb3RlOgo+IFRoaXMg aXMgdGhlIFBIWSBjaGlwIGZvciBVU0IgT1RHIG9uIFBYQSBwbGF0Zm9ybXMuCj4gCj4gU2lnbmVk LW9mZi1ieTogTHVib21pciBSaW50ZWwgPGxrdW5kcmFrQHYzLnNrPgo+IC0tLQo+ICAuLi4vZGV2 aWNldHJlZS9iaW5kaW5ncy9waHkvcGh5LXB4YS11c2IudHh0ICAgICB8IDE3ICsrKysrKysrKysr KysrKysrCj4gIDEgZmlsZSBjaGFuZ2VkLCAxNyBpbnNlcnRpb25zKCspCj4gIGNyZWF0ZSBtb2Rl IDEwMDY0NCBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvcGh5L3BoeS1weGEtdXNi LnR4dAo+IAo+IGRpZmYgLS1naXQgYS9Eb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3Mv cGh5L3BoeS1weGEtdXNiLnR4dCBiL0RvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9w aHkvcGh5LXB4YS11c2IudHh0Cj4gbmV3IGZpbGUgbW9kZSAxMDA2NDQKPiBpbmRleCAwMDAwMDAw MDAwMDAuLjViMTJhYjQ0YzllNgo+IC0tLSAvZGV2L251bGwKPiArKysgYi9Eb2N1bWVudGF0aW9u L2RldmljZXRyZWUvYmluZGluZ3MvcGh5L3BoeS1weGEtdXNiLnR4dAo+IEBAIC0wLDAgKzEsMTcg QEAKPiArTWFydmVsbCBQWEEgVVNCIFBIWQo+ICstLS0tLS0tLS0tLS0tLS0tLS0tCj4gKwo+ICtS ZXF1aXJlZCBwcm9wZXJ0aWVzOgo+ICstIGNvbXBhdGlibGU6IG9uZSBvZjogIm1hcnZlbGwsbW1w Mi11c2ItcGh5IiwgIm1hcnZlbGwscHhhOTEwLXVzYi1waHkiLAo+ICsJIm1hcnZlbGwscHhhMTY4 LXVzYi1waHkiLAo+ICstICNwaHktY2VsbHM6IG11c3QgYmUgMAo+ICsKPiArRXhhbXBsZToKPiAr CXVzYi1waHk6IHVzYnBoeUBkNDIwNzAwMCB7Cj4gKwkJY29tcGF0aWJsZSA9ICJtYXJ2ZWxsLG1t cDItdXNiLXBoeSI7Cj4gKwkJcmVnID0gPDB4ZDQyMDcwMDAgMHg0MD47Cj4gKwkJI3BoeS1jZWxs cyA9IDwwPjsKPiArCQlzdGF0dXMgPSAib2theSI7Cj4gKwl9Owo+ICtUaGlzIGRvY3VtZW50IGV4 cGxhaW5zIG9ubHkgdGhlIGRldmljZSB0cmVlIGRhdGEgYmluZGluZy4gRm9yIGdlbmVyYWwKPiAr aW5mb3JtYXRpb24gYWJvdXQgUEhZIHN1YnN5c3RlbSByZWZlciB0byBEb2N1bWVudGF0aW9uL3Bo eS50eHQKCkFkZCBlbXB0eSBzcGFjZSBiZXR3ZWVuIGxhc3QgcGFyYWdyYXBoPwoKRGVsZXRlICJv bmx5IiBhbmQgImRhdGEiPwoKQWNrZWQtYnk6IFBhdmVsIE1hY2hlayA8cGF2ZWxAdWN3LmN6PgoJ CQkJCQkJCQlQYXZlbAo= From mboxrd@z Thu Jan 1 00:00:00 1970 From: pavel@ucw.cz (Pavel Machek) Date: Mon, 5 Nov 2018 10:19:32 +0100 Subject: [PATCH 02/14] dt-bindings: phy-pxa-usb: add bindings In-Reply-To: <20180822204307.13251-3-lkundrak@v3.sk> References: <20180822204307.13251-1-lkundrak@v3.sk> <20180822204307.13251-3-lkundrak@v3.sk> Message-ID: <20181105091932.GF4439@amd> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed 2018-08-22 22:42:55, Lubomir Rintel wrote: > This is the PHY chip for USB OTG on PXA platforms. > > Signed-off-by: Lubomir Rintel > --- > .../devicetree/bindings/phy/phy-pxa-usb.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt > > diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt > new file mode 100644 > index 000000000000..5b12ab44c9e6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt > @@ -0,0 +1,17 @@ > +Marvell PXA USB PHY > +------------------- > + > +Required properties: > +- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", > + "marvell,pxa168-usb-phy", > +- #phy-cells: must be 0 > + > +Example: > + usb-phy: usbphy at d4207000 { > + compatible = "marvell,mmp2-usb-phy"; > + reg = <0xd4207000 0x40>; > + #phy-cells = <0>; > + status = "okay"; > + }; > +This document explains only the device tree data binding. For general > +information about PHY subsystem refer to Documentation/phy.txt Add empty space between last paragraph? Delete "only" and "data"? Acked-by: Pavel Machek Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: