Re: [RFT][PATCH v1] gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO

2019-01-12 Thread Hans de Goede
Hi, On 11-01-19 20:49, Andy Shevchenko wrote: On Fri, Jan 11, 2019 at 03:21:39PM +0100, Linus Walleij wrote: On Tue, Jan 8, 2019 at 7:02 PM Andy Shevchenko wrote: New quirk enforces search for GPIO based on its type. Note, supplied index in the mapping table must be 0. Signed-off-by: Andy

Re: [RFT][PATCH v1] gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO

2019-01-11 Thread Andy Shevchenko
On Fri, Jan 11, 2019 at 03:21:39PM +0100, Linus Walleij wrote: > On Tue, Jan 8, 2019 at 7:02 PM Andy Shevchenko > wrote: > > > New quirk enforces search for GPIO based on its type. > > Note, supplied index in the mapping table must be 0. > > > > Signed-off-by: Andy Shevchenko > > (...) > > >

Re: [RFT][PATCH v1] gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO

2019-01-11 Thread Andy Shevchenko
On Fri, Jan 11, 2019 at 09:49:29PM +0200, Andy Shevchenko wrote: > On Fri, Jan 11, 2019 at 03:21:39PM +0100, Linus Walleij wrote: > I hope to get Hans' Tested-by on this. Btw there is v2 of it with Mika's Ack (not enough, I know). -- With Best Regards, Andy Shevchenko

Re: [RFT][PATCH v1] gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO

2019-01-11 Thread Linus Walleij
On Tue, Jan 8, 2019 at 7:02 PM Andy Shevchenko wrote: > New quirk enforces search for GPIO based on its type. > Note, supplied index in the mapping table must be 0. > > Signed-off-by: Andy Shevchenko (...) > sound/soc/intel/boards/bytcr_rt5651.c | 74 --- Do we have

Re: [RFT][PATCH v1] gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO

2019-01-09 Thread Mika Westerberg
On Tue, Jan 08, 2019 at 08:02:05PM +0200, Andy Shevchenko wrote: > New quirk enforces search for GPIO based on its type. > Note, supplied index in the mapping table must be 0. Can you document this where you define the new flag so new users do not need go through git history? Otherwise looks