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

2020-07-07 Thread Simon Glass
Hi Bin, On Sun, 28 Jun 2020 at 19:27, Bin Meng wrote: > > Hi Simon, > > On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > > > Add a function to write a SPI descriptor to the generated ACPI code. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v3: > > - Make acpi_device_write

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

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Add a function to write a SPI descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Make acpi_device_write_spi() static > - Add an extra comment about scope to acpi_device_set_spi() > -

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

2020-06-16 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v3 12/35] acpi: Support generation of SPI descriptor > > Add a function to write a SPI descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Make a

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

2020-06-13 Thread Simon Glass
Add a function to write a SPI descriptor to the generated ACPI code. Signed-off-by: Simon Glass --- Changes in v3: - Make acpi_device_write_spi() static - Add an extra comment about scope to acpi_device_set_spi() - Use BIT() in a few places - Resist the temptation to go to >80 characters Change