aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-01-05spi: loopback-test: write rx pattern also when running without tx_bufMartin Sperl1-4/+4
2016-01-05spi: fsl-espi: expose maximum transfer size limitMichal Suchanek1-0/+6
2016-01-05spi: zynq: use to_platform_device()Geliang Tang1-6/+2
2016-01-05spi: cadence: use to_platform_device()Geliang Tang1-4/+2
2016-01-01ACPI / spi: attach GPIO IRQ from ACPI description to SPI deviceChristophe RICARD1-0/+3
2015-12-31spi: mediatek: Add spi support for mt2701 ICLeilk Liu1-0/+3
2015-12-31spi: mediatek: merge all identical compat to mtk_common_compatLeilk Liu1-5/+10
2015-12-30spi: mediatek: Prevent overflows in FIFO transfersNicolas Boichat1-10/+18
2015-12-30spi: s3c64xx: Remove unused platform_device_id entriesSylwester Nawrocki1-6/+0
2015-12-23spi: use to_spi_deviceGeliang Tang1-2/+1
2015-12-23spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang1-1/+1
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-12-16Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-l...Mark Brown2-7/+7
2015-12-16Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-1/+1
2015-12-16spi: fix parent-device reference leakJohan Hovold1-1/+1
2015-12-16spi: spidev: Hold spi_lock over all defererences of spi in release()Mark Brown1-1/+1
2015-12-15spi: imx: defer spi initialization, if DMA engine isAnton Bondarenko1-0/+3
2015-12-15spi: imx: return error from dma channel requestAnton Bondarenko1-11/+16
2015-12-15spi: imx: enable loopback only for ECSPI controller familyAnton Bondarenko1-5/+6
2015-12-15spi: imx: fix loopback mode setup after controller resetAnton Bondarenko1-1/+3
2015-12-13spi: loopback: added additional non-power of 2 transfer lengthesMartin Sperl1-3/+4
2015-12-13spi: loopback: match configuration of test to descriptionMartin Sperl1-1/+1
2015-12-13spi: loopback: fix printk format issues with size_tMartin Sperl1-3/+3
2015-12-12spi: add spi-loopback-test to build frameworkMartin Sperl2-0/+10
2015-12-12spi: add loopback test driver to allow for spi_master regression testsMartin Sperl2-0/+1130
2015-12-12spi: davinci: use dev_err() for error reportingSekhar Nori1-7/+7
2015-12-12spi: davinci: fix spurious i/o errorSekhar Nori1-1/+2
2015-12-12spi-fsl-dspi: Fix CTAR Register accessBhuvanchandra DV1-6/+6
2015-12-07spi: lm70llp: remove printkSudip Mukherjee1-4/+4
2015-12-07spi: lm70llp: use dev_warnSudip Mukherjee1-4/+3
2015-12-07spi: imx: add function to check for IMX51 family controllerAnton Bondarenko1-3/+8
2015-12-07spi: imx: replace multiple watermarks with single for RX, TX and RXTAnton Bondarenko1-16/+13
2015-12-07spi: imx: reorder HW operations enable order to avoid possible RX data lossAnton Bondarenko1-2/+10
2015-12-07spi: imx: terminate RX DMA transaction in case of TX DMA timeoutAnton Bondarenko1-0/+1
2015-12-04spi: lm70llp: use new parport device modelSudip Mukherjee1-4/+8
2015-12-04spi: lm70llp: remove spaceSudip Mukherjee1-1/+1
2015-12-04spi: lm70llp: correct alignmentSudip Mukherjee1-3/+3
2015-12-04spi: lm70llp: remove cast to voidSudip Mukherjee1-2/+2
2015-12-04spi: lm70llp: add blank line after declarationSudip Mukherjee1-0/+4
2015-12-04spi: lm70llp: remove multiple blank linesSudip Mukherjee1-4/+0
2015-12-04spi: imx: Add loopback mode supportFabio Estevam1-2/+13
2015-12-02spi: butterfly: use new parport device modelSudip Mukherjee1-4/+6
2015-12-02spi: butterfly: correct alignmentSudip Mukherjee1-6/+5
2015-12-02spi: butterfly: remove cast to voidSudip Mukherjee1-2/+2
2015-12-02spi: butterfly: remove multiple blank linesSudip Mukherjee1-9/+0
2015-12-01spi: Mark instantiated device nodes with OF_POPULATEGeert Uytterhoeven1-2/+17
2015-12-01spi: Uninline spi_unregister_device()Geert Uytterhoeven1-0/+14
2015-12-01spi: omap2-mcspi: Prevent duplicate gpio_requestMichael Welling1-9/+10
2015-11-30spi: topcliff-pch: allow build for MIPS platformsPaul Burton1-1/+1
2015-11-30spi: spidev: Use "%u" to format __u32Geert Uytterhoeven1-1/+1