Re: [PATCH v2 02/39] spi: Add SPI mode enums

2020-03-09 Thread Andy Shevchenko
On Mon, Mar 9, 2020 at 5:45 AM Simon Glass wrote: > > With ACPI we need to describe the settings of the SPI bus. Add enums to > handle this. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Don't bracket the definitions with DM_SPI > > include/spi.h | 33

Antwort: [PATCH v2 02/39] spi: Add SPI mode enums

2020-03-09 Thread Wolfgang Wallner
-"Simon Glass" schrieb: - > > With ACPI we need to describe the settings of the SPI bus. Add enums to > handle this. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Don't bracket the definitions with DM_SPI > > include/spi.h | 33

[PATCH v2 02/39] spi: Add SPI mode enums

2020-03-08 Thread Simon Glass
With ACPI we need to describe the settings of the SPI bus. Add enums to handle this. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Don't bracket the definitions with DM_SPI include/spi.h | 33 + 1 file changed, 33 insertions(+) diff