summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2016-05-12spi: use syslog infratructure for debuggingAnas Nashif
2016-05-12spi: consalidate and simplifyAnas Nashif
2016-05-12spi: remove kconfig variables that can be define in headersAnas Nashif
2016-05-12spi: intel: move soc specific values to header fileAnas Nashif
2016-04-28spi/qmsi: don't assign driver_api if init failsDaniel Leung
2016-04-22qmsi: spi: use built-in qmsi driverAnas Nashif
2016-04-22qmsi: spi: fixed warning due to const paramter in API callAnas Nashif
2016-04-22spi: use global init priorityAnas Nashif
2016-04-18kinetis: reorganise soc directory using soc familyAnas Nashif
2016-04-15spi/k64: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15spi/dw: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-12spi/intel: move driver_api assignment laterDaniel Leung
2016-04-02spi_dw: use SPI bus frequency in spi_dw_configure()Laurentiu Palcu
2016-03-28refactor common driver initialization prioritiesDaniel Leung
2016-03-26spi/k64: remove SoC specific SPI constants from kconfigDaniel Leung
2016-03-23drivers: spi: Make K64 spi submenu available only for K64 socYannis Damigos
2016-03-17spi: restructure kconfig optionsDaniel Leung
2016-03-16drivers: Replace DEV_NOT_CONFIG by -EPERMAndre Guedes
2016-03-16drivers: Replace DEV_USED by -EBUSYAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_CONF by -EINVALAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_OP by -ENOTSUPAndre Guedes
2016-03-16drivers: Replace DEV_FAIL by -EIOAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-12spi: dw: arc: add delay between writing DR strobe bit and reading FIFOLaurentiu Palcu
2016-03-09arm: K64 SPI module driverJeff Blais
2016-03-04SPI: Change read/write buffer pointers to void *Johan Hedberg
2016-03-04drivers/spi: intel: Fix typo in DBG logJohan Hedberg
2016-03-04drivers/spi: dw: Fix unaligned accessJohan Hedberg
2016-03-03spi: intel: fix write failures at low speedsVlad Lungu
2016-03-03spi: intel: fix typo in port 1 configurationVlad Lungu
2016-02-24spi: Remove default value from platform-specific optionsAndre Guedes
2016-02-20spi: dw: Quark SE Sensor Sub-System supportTomasz Bursztyka
2016-02-20spi: Enable QMSI driver for Quark D2000Andre Guedes
2016-02-11spi : moving to a single SPI namingDan Kalowsky
2016-02-10struct packingDan Kalowsky
2016-02-08spi: dw: Improve debug outputTomasz Bursztyka
2016-02-08spi: dw: If an error occurs, nothing should prevent to stopTomasz Bursztyka
2016-02-05spi: qmsi: Fix enabling the CS line too lateVinicius Costa Gomes
2016-02-05spi: qmsi: Add support for selecting the driver's init priorityVinicius Costa Gomes
2016-02-05spi: qmsi: Add support for using a GPIO pin as CSVinicius Costa Gomes
2016-02-05spi: Add QMSI-based implementationVinicius Costa Gomes
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05device: rename synchronous_call_ APIsBenjamin Walsh
2016-02-05spi: dw: Fix Tx and Rx threshold after each push/pullTomasz Bursztyka
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05spi: dw: Rework the logic on testing/setting controller's readynessTomasz Bursztyka