summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-09-30MLK-11660: spi: spi-imx: fix building errorRobin Gong
2015-09-30MLK-11648: spi: spi-imx: remove duplicated code lineRobin Gong
2015-09-17MLK-11405 spi: imx : sets spi IOMUX to default stateGao Pan
2015-09-17MLK-10689: spi: fix 'git am' patchRobin Gong
2015-09-17spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong
2015-09-17MLK-10502-2 spi: imx: use tc interrupt for the tail data in DMA modeRobin Gong
2015-09-17MLK-10502-1 spi: spi-imx: add bits_per_word checking in dma modeRobin Gong
2015-09-17MLK-10404-1 spi: spi-imx: use XCH mode even in DMA modeRobin Gong
2015-09-17spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax
2015-09-17MLK-9986-5 spi: spi-imx: decrease tx fifo wartermark levelRobin Gong
2015-09-17MLK-9986-2 spi: spi-imx: use pio mode for the tail data in DMA modeRobin Gong
2015-09-17MLK-9986-1 spi: spi-imx: change dma timeout value with transfer lengthRobin Gong
2015-09-17spi: spi-imx: add DMA supportRobin Gong
2015-09-17spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan
2015-09-17spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam
2015-09-17spi: Use reinit_completion at appropriate placesAxel Lin
2015-09-17spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2015-09-17spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven
2015-09-17spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven
2015-09-17spi: Remove unused variableMark Brown
2015-09-17spi: Remove redundant OOM message in spi.cSachin Kamat
2015-09-17spi: core: Ignore unsupported spi-[tr]x-bus-width property valuesGeert Uytterhoeven
2015-09-17spi: core: Don't destroy master queue if we fail to create itMark Brown
2015-09-17spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2015-09-17spi: add "spi-lsb-first" to devicetreeZhao Qiang
2015-09-17spi: core: Increase timeout valueHarini Katakam
2015-09-17spi: Fix handling of cs_change in core implementationMark Brown
2015-09-17spi: Do not require a completionMark Brown
2015-09-17spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin
2015-09-17spi: core: make zero length transfer valid againAtsushi Nemoto
2015-09-17spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin
2015-09-17spi: core: Validate length of the transfers in messageIvan T. Ivanov
2015-09-17spi: Clean up probe and remove functionsJean Delvare
2015-09-17spi: Make max_tx and max_rx the same typeMark Brown
2015-09-17spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin
2015-09-17spi: Make core DMA mapping functions generate scatterlistsMark Brown
2015-09-17spi: Provide core support for full duplex devicesMark Brown
2015-09-17spi: Provide core support for DMA mapping transfersMark Brown
2015-09-17spi: Add a timeout when waiting for transfersMark Brown
2015-09-17MLK-9817 spi: imx: convert all clk_enable to clk_prepare_enableBai Ping
2015-09-17clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2015-08-03spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl
2015-05-06spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott
2015-04-13spi: trigger trace event for message-done before mesg->completeUwe Kleine-König
2015-03-26spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin
2015-03-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer
2015-02-05spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg
2015-02-05spi: dw-mid: fix FIFO sizeAndy Shevchenko
2015-01-16spi: fsl: Fix problem with multi message transfersStefan Roese
2014-12-06spi: dw: Fix dynamic speed change.Thor Thayer