From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Jarzmik Subject: Re: [PATCH 1/4] gpio: pxa: convert to one gpiochip Date: Thu, 10 Dec 2015 18:28:00 +0100 Message-ID: <87h9jqjjrz.fsf@belgarion.home> References: <1448746665-13422-1-git-send-email-robert.jarzmik@free.fr> <1448746665-13422-2-git-send-email-robert.jarzmik@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Linus Walleij's message of "Thu, 10 Dec 2015 16:04:22 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , Haojian Zhuang , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Daniel Mack List-Id: linux-gpio@vger.kernel.org Linus Walleij writes: > On Sat, Nov 28, 2015 at 10:37 PM, Robert Jarzmik wrote: > >> The pxa gpio IP is provided by one chip, which holds multiple banks. >> >> Another reason the driver should register only one gpiochip instead of >> multiple gpiochips (ie. 1 per each bank) is that for pincontrol and >> devicetree integration (think gpio-ranges), it's impossible to have the >> contiguous pin range 0..127 mapped to gpios 0..127. >> >> This patch, amongst other thinks, paves the path to loosen the bond with >> the global structure variable pxa_gpio_chip. >> >> Signed-off-by: Robert Jarzmik > > Patch applied. > > Since noone else seems to care, would you consider sending a patch > to MAINTAINERS listing yourself as maintainer of this GPIO driver? > > Yours, > Linus Walleij But of course, I'll do it with pleasure right after work :) Cheers. -- Robert