From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 8 Sep 2011 10:01:30 +0200 Subject: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib In-Reply-To: References: <1315383085-26352-1-git-send-email-linus.walleij@stericsson.com> <20110907180207.GC9937@ponder.secretlab.ca> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 8, 2011 at 7:02 AM, Grant Likely wrote: > On Wed, Sep 7, 2011 at 11:02 AM, Grant Likely wrote: >> On Wed, Sep 07, 2011 at 10:11:25AM +0200, Linus Walleij wrote: >>> From: Linus Walleij >>> >>> This rewrites the U300 GPIO so as to use gpiolib and >>> struct gpio_chip instead of just generic GPIO, hiding >>> all the platform specifics and passing in GPIO chip >>> variant as platform data at runtime instead of the >>> compiletime kludges. >>> >>> As a result is now empty for U300 and >>> using just defaults. >>> >>> Cc: Russell King >>> Cc: Grant Likely >>> Cc: Debian kernel maintainers >>> Cc: Arnaud Patard >>> Reported-by: Ben Hutchings >>> Signed-off-nu: Linus Walleij >> ? ? ? ? ? ? ^^ >> Your keyboard needs to be shifted 1cm to the right. :-) >> >> I'll pick it up, but there are some things that I've commented on >> below that needs to be addressed in follow up patches. I know this... Cut me some slack will ya. Atleast it makes things better, not worse. > Hmmm, it doesn't apply against mainline. ?Do you want to take it > through your tree? I will feed it to Russells GPIO cleanup branch, where the prerequisites are. Thanks! Linus Walleij