Re: [PATCH 002/108] spi: Add SPI mode enums

2020-02-08 Thread Bin Meng
On Mon, Jan 27, 2020 at 1:08 PM 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 > --- > > include/spi.h | 33 + > 1 file changed, 33 insertions(+) > Reviewed-by: Bin Meng

[PATCH 002/108] spi: Add SPI mode enums

2020-01-26 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 --- include/spi.h | 33 + 1 file changed, 33 insertions(+) diff --git a/include/spi.h b/include/spi.h index ef5d87f476..77fa3800fd 100644 --- a/includ