zephyr/drivers/spi
Jesus Sanchez-Palencia abd7496225 ext qmsi: Update to QMSI 1.1-Beta
QMSI 1.1 Beta is available on Github:
https://github.com/01org/qmsi/releases/tag/v1.1.0-beta

Update the QMSI drop we maintain in Zephyr and
keep the modification to qm_soc_regs.h introduced on commit
6b88a6b945 "ext qmsi: Add USB base and interrupt defines" since
that patch hasn't made into the QMSI 1.1-Beta release in time.

Also, fix the build where needed:
- add hard dependency from qm_i2c to qm_dma
- fix spi_qmsi_ss.c due to new parameter naming
- fix adc_qmsi.c and adc_qmsi_ss.c due to a new parameter

Change-Id: I01388c787f5ee6ee97fece2e42b24a717522207f
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2016-07-01 13:43:02 -07:00
..
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Kconfig.dw Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile spi: quark se: Add QMSI 1.1-based SPI shim driver 2016-05-23 21:30:43 +00:00
spi_dw.c spi: Stability improvements to the DesignWare SPI driver 2016-05-21 00:48:16 +00:00
spi_dw.h spi: can use a tx threshold of 50% 2016-05-26 17:34:32 +00:00
spi_dw_quark_se_ss_regs.h spi: dw: arc: add delay between writing DR strobe bit and reading FIFO 2016-03-12 03:18:54 +00:00
spi_dw_regs.h spi: add macro so that txftlr register can be read 2016-05-18 23:18:19 +00:00
spi_intel.c spi: use syslog infratructure for debugging 2016-05-12 10:57:27 +00:00
spi_intel.h spi: consalidate and simplify 2016-05-12 10:57:26 +00:00
spi_k64.c sys_log: replace old debug macros on K64 PSI driver 2016-06-30 17:50:56 +00:00
spi_k64_priv.h arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
spi_qmsi.c spi: Use locking mechanism to guard critical regions. 2016-05-26 21:41:00 +00:00
spi_qmsi_ss.c ext qmsi: Update to QMSI 1.1-Beta 2016-07-01 13:43:02 -07:00