summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-01-15spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax
2015-01-15MLK-9986-5 spi: spi-imx: decrease tx fifo wartermark levelRobin Gong
2015-01-15MLK-9986-2 spi: spi-imx: use pio mode for the tail data in DMA modeRobin Gong
2015-01-15MLK-9986-1 spi: spi-imx: change dma timeout value with transfer lengthRobin Gong
2015-01-15spi: spi-imx: add DMA supportRobin Gong
2015-01-15spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan
2015-01-15spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam
2015-01-15spi: Use reinit_completion at appropriate placesAxel Lin
2015-01-15spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2015-01-15spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven
2015-01-15spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven
2015-01-15spi: Remove unused variableMark Brown
2015-01-15spi: Remove redundant OOM message in spi.cSachin Kamat
2015-01-15spi: core: Ignore unsupported spi-[tr]x-bus-width property valuesGeert Uytterhoeven
2015-01-15spi: core: Don't destroy master queue if we fail to create itMark Brown
2015-01-15spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2015-01-15spi: add "spi-lsb-first" to devicetreeZhao Qiang
2015-01-15spi: core: Increase timeout valueHarini Katakam
2015-01-15spi: Fix handling of cs_change in core implementationMark Brown
2015-01-15spi: Do not require a completionMark Brown
2015-01-15spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin
2015-01-15spi: core: make zero length transfer valid againAtsushi Nemoto
2015-01-15spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin
2015-01-15spi: core: Validate length of the transfers in messageIvan T. Ivanov
2015-01-15spi: Clean up probe and remove functionsJean Delvare
2015-01-15spi: Make max_tx and max_rx the same typeMark Brown
2015-01-15spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin
2015-01-15spi: Make core DMA mapping functions generate scatterlistsMark Brown
2015-01-15spi: Provide core support for full duplex devicesMark Brown
2015-01-15spi: Provide core support for DMA mapping transfersMark Brown
2015-01-15spi: Add a timeout when waiting for transfersMark Brown
2015-01-15MLK-9817 spi: imx: convert all clk_enable to clk_prepare_enableBai Ping
2015-01-15clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-12-06spi: dw: Fix dynamic speed change.Thor Thayer
2014-11-14spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov
2014-11-14spi: fsl-dspi: Fix CTAR selectionAlexander Stein
2014-11-14spi: pl022: Fix incorrect dma_unmap_sgRay Jui
2014-10-30spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko
2014-10-30spi: dw-mid: check that DMA was inited before exitAndy Shevchenko
2014-10-30spi: dw-mid: respect 8 bit modeAndy Shevchenko
2014-10-05spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko
2014-10-05spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura
2014-09-17spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox
2014-09-17spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer
2014-09-17spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni
2014-06-07spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven
2014-05-06spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin
2014-05-06spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König
2014-03-07Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col...Mark Brown
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang