From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Hauer Subject: Re: [PATCH V2] added device tree support to gpio-generic driver Date: Thu, 11 Jun 2015 13:40:05 +0200 Message-ID: <20150611114005.GF6325@pengutronix.de> References: <1434018735-10176-1-git-send-email-romain.baeriswyl@alitech.com> <1434019336.14615543@f356.i.mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]:40125 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944AbbFKLkW (ORCPT ); Thu, 11 Jun 2015 07:40:22 -0400 Content-Disposition: inline In-Reply-To: <1434019336.14615543@f356.i.mail.ru> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Alexander Shiyan Cc: Romain Baeriswyl , Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Christian Ruppert , Anton Vorontsov , Rojhalat Ibrahim , abdoulaye berthe , Anthony Fee , devicetree@vger.kernel.org On Thu, Jun 11, 2015 at 01:42:16PM +0300, Alexander Shiyan wrote: > Hello. >=20 > =D0=A7=D0=B5=D1=82=D0=B2=D0=B5=D1=80=D0=B3, 11 =D0=B8=D1=8E=D0=BD=D1=8F= 2015, 12:32 +02:00 =D0=BE=D1=82 Romain Baeriswyl : > > This patch adds support of device tree to the gpio-generic driver. > >=20 > > Signed-off-by: Romain Baeriswyl =20 > > --- >=20 > The only issue how the direction will be handled in this case? The bgpio driver uses named resources for the different registers, like "dat", "set", "clr", "dirout". That of course should be described in th= e binding. Sascha --=20 Pengutronix e.K. | = | Industrial Linux Solutions | http://www.pengutronix.de/= | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 = | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-555= 5 | -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752427AbbFKLk3 (ORCPT ); Thu, 11 Jun 2015 07:40:29 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:40126 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbbFKLkV (ORCPT ); Thu, 11 Jun 2015 07:40:21 -0400 Date: Thu, 11 Jun 2015 13:40:05 +0200 From: Sascha Hauer To: Alexander Shiyan Cc: Romain Baeriswyl , Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Christian Ruppert , Anton Vorontsov , Rojhalat Ibrahim , abdoulaye berthe , Anthony Fee , devicetree@vger.kernel.org Subject: Re: [PATCH V2] added device tree support to gpio-generic driver Message-ID: <20150611114005.GF6325@pengutronix.de> References: <1434018735-10176-1-git-send-email-romain.baeriswyl@alitech.com> <1434019336.14615543@f356.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1434019336.14615543@f356.i.mail.ru> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 13:38:14 up 86 days, 23:30, 119 users, load average: 0.10, 0.11, 0.13 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 11, 2015 at 01:42:16PM +0300, Alexander Shiyan wrote: > Hello. > > Четверг, 11 июня 2015, 12:32 +02:00 от Romain Baeriswyl : > > This patch adds support of device tree to the gpio-generic driver. > > > > Signed-off-by: Romain Baeriswyl > > --- > > The only issue how the direction will be handled in this case? The bgpio driver uses named resources for the different registers, like "dat", "set", "clr", "dirout". That of course should be described in the binding. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |