diff options
| author | Mark Brown <broonie@kernel.org> | 2020-06-15 16:16:05 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2020-06-15 16:16:05 +0100 |
| commit | 064e8af7159539fc2310870841e7f215b4f633e9 (patch) | |
| tree | 2d714d837bf5c02e96a50ef232029e61ed715906 /include/uapi/linux | |
| parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) | |
| parent | 27784a256c2a453d891c0aaff84c3ac3f2e8a5a0 (diff) | |
Merge existing fixes from spi/for-5.8
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/spi/spidev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/spi/spidev.h b/include/uapi/linux/spi/spidev.h index ee0f2460bff6..d56427c0b3e0 100644 --- a/include/uapi/linux/spi/spidev.h +++ b/include/uapi/linux/spi/spidev.h @@ -48,6 +48,10 @@ #define SPI_TX_QUAD 0x200 #define SPI_RX_DUAL 0x400 #define SPI_RX_QUAD 0x800 +#define SPI_CS_WORD 0x1000 +#define SPI_TX_OCTAL 0x2000 +#define SPI_RX_OCTAL 0x4000 +#define SPI_3WIRE_HIZ 0x8000 /*---------------------------------------------------------------------------*/ |
