summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2016-02-05spi: dw: Add an initialization priority Kconfig optionTomasz Bursztyka
2016-02-05spi: dw: Add Kconfig option to emulate CS through a GPIO pinTomasz Bursztyka
2016-02-05spi: dw: Fix how internal FIFO is handledTomasz Bursztyka
2016-02-05spi: Rework constants for better identificationTomasz Bursztyka
2016-02-05spi: dw: Add support for auxiliariy registers based accessTomasz Bursztyka
2016-02-05spi: dw: Differentiate ARC to other arch supportTomasz Bursztyka
2016-02-05spi: dw:support all frame sizesRamesh Thomas
2016-02-05spi: Make sure option are generated according to their dependenciesTomasz Bursztyka
2016-02-05spi: Rename files according to rulesTomasz Bursztyka
2016-02-05spi: dw: Fix build issueTomasz Bursztyka
2016-02-05spi: dw: Fix build errorTomasz Bursztyka
2016-02-05spi: Make the API fully synchronousTomasz Bursztyka
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05drivers: pci: struct pci_dev_info rename classJavier B Perez Hernandez
2016-02-05drivers: set default priority for driversAnas Nashif
2016-02-05Use SoC instead of platform.Anas Nashif
2016-02-05spi: dw: intel: move IOAPIC interrupt trigger flags into driverDaniel Leung
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05quark_se: rename platform and remove x86 suffixAnas Nashif
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05kconfig: define architecture as a kconfig variableAnas Nashif
2016-02-05spi: dw: Fix various building and support issuesTomasz Bursztyka
2016-02-05spi: Add support for Designware SPI controllerTomasz Bursztyka
2016-02-05irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() functionDmitriy Korovkin
2016-02-05spi: intel: Fix byte flow and error handlingTomasz Bursztyka
2016-02-05galileo: SPI and pinmux init level need to be reversedTomasz Bursztyka
2016-02-05spi: galileo: SPI port 1 uses DW GPIO pin 2 for CSTomasz Bursztyka
2016-02-05spi: intel: Fix the retrieval of the clock dividerTomasz Bursztyka
2016-02-05intel_spi: convert SPI to new driver init methodDan Kalowsky
2016-02-05Fix various default IRQ prioritiesPeter Mitsis