Re: [PATCH 17/18] gpio: gpiolib-acpi: Export acpi_get_gpiod()

2020-11-30 Thread Andy Shevchenko
On Mon, Nov 30, 2020 at 01:31:28PM +, Daniel Scally wrote: > I need to be able to translate GPIO resources in an acpi_device's _CRS > into gpio_descs. Those are represented in _CRS as a pathname to a GPIO > device plus the pin's index number: this function is perfect for that > purpose. Destin

Re: [PATCH 17/18] gpio: gpiolib-acpi: Export acpi_get_gpiod()

2020-11-30 Thread kernel test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on driver-core/driver-core-testing pm/linux-next v5.10-rc6 next-20201130] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitti

Re: [PATCH 17/18] gpio: gpiolib-acpi: Export acpi_get_gpiod()

2020-11-30 Thread kernel test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on driver-core/driver-core-testing pm/linux-next v5.10-rc6 next-20201130] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitti

[PATCH 17/18] gpio: gpiolib-acpi: Export acpi_get_gpiod()

2020-11-30 Thread Daniel Scally
I need to be able to translate GPIO resources in an acpi_device's _CRS into gpio_descs. Those are represented in _CRS as a pathname to a GPIO device plus the pin's index number: this function is perfect for that purpose. Signed-off-by: Daniel Scally --- Changes since RFC v3: - Patch intr