Re: [PATCH v4 12/35] acpi: Support generation of SPI descriptor

2020-08-29 Thread Simon Glass
Hi Bin, On Sun, 12 Jul 2020 at 23:49, Bin Meng wrote: > > Hi Simon, > > On Mon, Jul 13, 2020 at 12:22 PM Bin Meng wrote: > > > > On Wed, Jul 8, 2020 at 3:12 AM Simon Glass wrote: > > > > > > Add a function to write a SPI descriptor to the generated ACPI code. > > > > > > Signed-off-by: Simon Gl

Re: [PATCH v4 12/35] acpi: Support generation of SPI descriptor

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

Re: [PATCH v4 12/35] acpi: Support generation of SPI descriptor

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 3:12 AM Simon Glass wrote: > > Add a function to write a SPI descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > Reviewed-by: Bin Meng > --- > > Changes in v4: > - Move SPI macros to next patch > - Rename the length-writ

[PATCH v4 12/35] acpi: Support generation of SPI descriptor

2020-07-07 Thread Simon Glass
Add a function to write a SPI descriptor to the generated ACPI code. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner Reviewed-by: Bin Meng --- Changes in v4: - Move SPI macros to next patch - Rename the length-writing functions to indicate they are for large resources Changes in v3: