Re: [PATCH v2 25/44] x86: gpio: Add support for obtaining ACPI info for a GPIO

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:34 AM Simon Glass wrote: > > Implement the method that converts a GPIO into the form used by ACPI, so > that GPIOs can be added to ACPI tables. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > Changes in v1: > - Use acpi_get_path() to get device path >

[PATCH v2 25/44] x86: gpio: Add support for obtaining ACPI info for a GPIO

2020-07-07 Thread Simon Glass
Implement the method that converts a GPIO into the form used by ACPI, so that GPIOs can be added to ACPI tables. Signed-off-by: Simon Glass --- (no changes since v1) Changes in v1: - Use acpi_get_path() to get device path drivers/gpio/intel_gpio.c | 34 ++ 1 fi