
8 Dec
2019
8 Dec
'19
5:25 a.m.
On Sat, Dec 7, 2019 at 12:51 PM Simon Glass sjg@chromium.org wrote:
Apollo Lake (APL) only supports hardware sequencing. Add support for this into the SPI driver, as an option.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v6:
- Add a comment as to why dev_read_bool() is not used
Changes in v5: None Changes in v4:
- Fix comment for exec_sync_hwseq_xfer()
- apollolake -> Apollo Lake
Changes in v3: None Changes in v2: None
drivers/spi/ich.c | 209 +++++++++++++++++++++++++++++++++++++++++++++- drivers/spi/ich.h | 39 +++++++++ 2 files changed, 245 insertions(+), 3 deletions(-)
applied to u-boot-x86/next, thanks!