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

2020-08-29 Thread Simon Glass
Hi Wolfgang, On Wed, 8 Jul 2020 at 05:06, Wolfgang Wallner wrote: > > Hi Simon, Bin, > > -"Simon Glass" schrieb: ----- > > Betreff: Re: [PATCH v1 25/43] x86: gpio: Add support for obtaining ACPI > > info for a GPIO > > > > Hi Bin, > &g

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

2020-07-08 Thread Wolfgang Wallner
Hi Simon, Bin, -"Simon Glass" schrieb: - > Betreff: Re: [PATCH v1 25/43] x86: gpio: Add support for obtaining ACPI info > for a GPIO > > Hi Bin, > > On Tue, 30 Jun 2020 at 01:47, Bin Meng wrote: > > > > Hi Simon, > > > >

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

2020-07-07 Thread Simon Glass
Hi Bin, On Tue, 30 Jun 2020 at 01:47, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 15, 2020 at 11:58 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 > > --- >

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

2020-06-30 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 11:58 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 > --- > > Changes in v1: > - Use acpi_get_path() to get device path > >