From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Subject: Re: [PATCH v2] arm: dts: sun7i-a20-bananapi: name the GPIO lines Date: Fri, 28 Apr 2017 11:03:19 +0200 Message-ID: References: <1470384404-6796-1-git-send-email-linux@rempel-privat.de> <60d2e24d-91c8-7563-9ecc-f203b12e0983@rempel-privat.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1247649043493596360==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: "devicetree@vger.kernel.org" , Chen-Yu Tsai , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============1247649043493596360== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xXc6cMRedQI8Fujsks8hk4b6hqvN4C4fw" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xXc6cMRedQI8Fujsks8hk4b6hqvN4C4fw Content-Type: multipart/mixed; boundary="rR7mScJ7N5xjV9c40SCPL1uKXfAqqtKX7"; protected-headers="v1" From: Oleksij Rempel To: Linus Walleij Cc: "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Chen-Yu Tsai Message-ID: Subject: Re: [PATCH v2] arm: dts: sun7i-a20-bananapi: name the GPIO lines References: <1470384404-6796-1-git-send-email-linux@rempel-privat.de> <60d2e24d-91c8-7563-9ecc-f203b12e0983@rempel-privat.de> In-Reply-To: --rR7mScJ7N5xjV9c40SCPL1uKXfAqqtKX7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Am 28.04.2017 um 10:45 schrieb Linus Walleij: > On Fri, Apr 28, 2017 at 7:11 AM, Oleksij Rempel wrote: >> Am 08.08.2016 um 19:51 schrieb Linus Walleij: >>> On Fri, Aug 5, 2016 at 10:06 AM, Oleksij Rempel wrote: >>> >>>> This names the GPIO lines on the Banana Pi board in accordance with >>>> the A20_Banana_Pi v1.4 Specification. >>>> >>>> This will make these line names reflect through to userspace >>>> so that they can easily be identified and used with the new >>>> character device ABI. >>>> >>>> Some care has been taken to name all lines, not just those used >>>> by the external connectors, also lines that are muxed into some >>>> other function than GPIO: these are named "[FOO]" so that users >>>> can see with lsgpio what all lines are used for. >>>> >>>> Ps: most of the text was taken from Linus Wallej patch. >>>> >>>> Cc: devicetree@vger.kernel.org >>>> Cc: Linus Walleij >>>> Cc: linux-arm-kernel@lists.infradead.org >>>> Cc: Chen-Yu Tsai >>>> Signed-off-by: Oleksij Rempel >>> >>> Acked-by: Linus Walleij >> >> Hm... i assume this patch was lost. Should i resend it? >=20 > Yes, but I'm not applying DTS patches. Make sure that the > sunxi maintainers get it and merge it. Chen-Yu Tsai - ping. --=20 Regards, Oleksij --rR7mScJ7N5xjV9c40SCPL1uKXfAqqtKX7-- --xXc6cMRedQI8Fujsks8hk4b6hqvN4C4fw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlkDBVcACgkQHwImuRkmbWktBAD/b9C/I0dXWHyFNoUsTITRNTND bVOyhSLPd9kNZtfoHXEA+wcaKcHKt3mZxyfbgX7u5mzGc9yJ03gD1RsWMovhVv3n =6n1U -----END PGP SIGNATURE----- --xXc6cMRedQI8Fujsks8hk4b6hqvN4C4fw-- --===============1247649043493596360== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1247649043493596360==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@rempel-privat.de (Oleksij Rempel) Date: Fri, 28 Apr 2017 11:03:19 +0200 Subject: [PATCH v2] arm: dts: sun7i-a20-bananapi: name the GPIO lines In-Reply-To: References: <1470384404-6796-1-git-send-email-linux@rempel-privat.de> <60d2e24d-91c8-7563-9ecc-f203b12e0983@rempel-privat.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am 28.04.2017 um 10:45 schrieb Linus Walleij: > On Fri, Apr 28, 2017 at 7:11 AM, Oleksij Rempel wrote: >> Am 08.08.2016 um 19:51 schrieb Linus Walleij: >>> On Fri, Aug 5, 2016 at 10:06 AM, Oleksij Rempel wrote: >>> >>>> This names the GPIO lines on the Banana Pi board in accordance with >>>> the A20_Banana_Pi v1.4 Specification. >>>> >>>> This will make these line names reflect through to userspace >>>> so that they can easily be identified and used with the new >>>> character device ABI. >>>> >>>> Some care has been taken to name all lines, not just those used >>>> by the external connectors, also lines that are muxed into some >>>> other function than GPIO: these are named "[FOO]" so that users >>>> can see with lsgpio what all lines are used for. >>>> >>>> Ps: most of the text was taken from Linus Wallej patch. >>>> >>>> Cc: devicetree at vger.kernel.org >>>> Cc: Linus Walleij >>>> Cc: linux-arm-kernel at lists.infradead.org >>>> Cc: Chen-Yu Tsai >>>> Signed-off-by: Oleksij Rempel >>> >>> Acked-by: Linus Walleij >> >> Hm... i assume this patch was lost. Should i resend it? > > Yes, but I'm not applying DTS patches. Make sure that the > sunxi maintainers get it and merge it. Chen-Yu Tsai - ping. -- Regards, Oleksij -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: