Re: [PATCH RESEND 0/6 v10] gpio: Add block GPIO

From: Wolfgang Grandegger
Date: Fri Dec 14 2012 - 12:57:58 EST


This is a multi-part message in MIME format.On 12/14/2012 03:26 PM, Roland Stigge wrote:
> This set of patches adds:
>
> * Block GPIO API to gpiolib
> * Sysfs support for GPIO API, to provide userland access
> * Device interface for userland access (alternative to sysfs)
> * Devicetree support to instantiate GPIO blocks via DT
> * Example implementations in several gpio drivers since they need
> special accessor functions for block wise GPIO access
> * Fix for race condition in gpiolib on device creation
>
> Signed-off-by: Roland Stigge <stigge@xxxxxxxxx>
> Tested by: Wolfgang Grandegger <wg@xxxxxxxxxxxxxx>

I'm going to re-test this version next week. Attached you will find my
GPIO block adoptions for the AT91.

Wolfgang