commit | 8a4791fa08fb456f9cf8ef95083ddd4e0d07b48e | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Fri Aug 31 16:28:29 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:49:18 2018 -0400 |
tree | 7a9525acb8c0b1c338118da69876b732d3ef28c1 | |
parent | 8451942f7c86c7fc0e25e0b5df986be93e126995 [diff] |
spi: add support for ARM PL022 SPI controller This adds support for the ARM PL022 SPI controller for the standard variant (0x00041022) which has a 16bit wide and 8 locations deep TX/RX FIFO. A few parts were borrowed from the Linux kernel driver. Cc: Armando Visconti <armando.visconti@st.com> Cc: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>