On Wed, Jul 8, 2020 at 11:34 AM Simon Glass <s...@chromium.org> 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 <s...@chromium.org> > --- > > (no changes since v1) > > Changes in v1: > - Use acpi_get_path() to get device path > > drivers/gpio/intel_gpio.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>