Re: [PATCH v4 09/35] acpi: Support generation of GPIO descriptor

2020-07-12 Thread Bin Meng
On Mon, Jul 13, 2020 at 10:47 AM Bin Meng wrote: > > Hi Simon, > > On Wed, Jul 8, 2020 at 3:12 AM Simon Glass wrote: > > > > Add a function to write a GPIO descriptor to the generated ACPI code. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Wolfgang Wallner > > --- > > > > Changes in v4:

Re: [PATCH v4 09/35] acpi: Support generation of GPIO descriptor

2020-07-12 Thread Bin Meng
Hi Simon, On Wed, Jul 8, 2020 at 3:12 AM Simon Glass wrote: > > Add a function to write a GPIO descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v4: > - Drop comment about the type always being ACPI_GPIO_TYPE_IO > - Rename

[PATCH v4 09/35] acpi: Support generation of GPIO descriptor

2020-07-07 Thread Simon Glass
Add a function to write a GPIO descriptor to the generated ACPI code. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v4: - Drop comment about the type always being ACPI_GPIO_TYPE_IO - Rename the length-writing functions to indicate they are for large resources - Update