Re: [PATCH v3 2/4] ACPI / gpio: Add hogging support

2016-10-23 Thread Linus Walleij
On Fri, Oct 21, 2016 at 4:21 PM, Mika Westerberg
 wrote:

> GPIO hogging means that the GPIO controller can "hog" and configure certain
> GPIOs without need for a driver or userspace to do that. This is useful in
> open-connected boards where BIOS cannot possibly know beforehand which
> devices will be connected to the board.
>
> This adds GPIO hogging mechanism to ACPI analogous to Device Tree.
>
> Signed-off-by: Mika Westerberg 
> Acked-by: Rafael J. Wysocki 

Patch applied.

Fixed the small typo in the process. No need to resend.

Yours,
Linus Walleij


Re: [PATCH v3 2/4] ACPI / gpio: Add hogging support

2016-10-21 Thread Mika Westerberg
On Fri, Oct 21, 2016 at 05:21:30PM +0300, Mika Westerberg wrote:
> +See Documentation/devicetree/bindings/gpio/gpio.tx for more information

Andy noticed there is a typo in the above, should be .txt instead. Let
me know if you want me to resend the series with this fixed.