summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2014-06-02spi: rspi: Use SPI core DMA mapping frameworkGeert Uytterhoeven
2014-06-02spi: rspi: SPI DMA core needs both RX and TX DMA to functionGeert Uytterhoeven
2014-06-02spi: rspi: Remove unneeded resource test in DMA setupGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_request_dma_chan()Geert Uytterhoeven
2014-06-02spi: rspi: Don't consider DMA configuration failures fatalGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_pio_transfer()Geert Uytterhoeven
2014-06-02spi: rspi: Use core SPI_MASTER_MUST_[RT]X handlingGeert Uytterhoeven
2014-06-02spi: rspi: Remove unused 16-bit DMA supportGeert Uytterhoeven
2014-06-02spi: rspi: Do not call rspi_receive_init() for TX-onlyGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()Geert Uytterhoeven
2014-05-26spi: rspi: Round up division to avoid slave overclockingGeert Uytterhoeven
2014-04-11Merge tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown
2014-04-08spi: qup: Depend on ARCH_QCOMPaul Bolle
2014-04-03spi: omap2-mcspi: Convert to use devm_kcallocAxel Lin
2014-04-03spi: Always check complete callback before calling itAxel Lin
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle
2014-03-30Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2014-03-30Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-03-30Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2014-03-30spi: Fix handling of cs_change in core implementationMark Brown
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin
2014-03-29spi: mpc52xx: Convert to use bits_per_word_maskAxel Lin
2014-03-29spi: omap-100k: Fix memory leakAxel Lin
2014-03-28spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin
2014-03-28spi: fsl-dspi: Fix memory leakAxel Lin
2014-03-27spi: omap-uwire: add missing iounmapNishanth Menon
2014-03-27spi: clps711x: Convert to use master->max_speed_hzAxel Lin
2014-03-27spi: clps711x: Enable driver compilation with COMPILE_TESTAxel Lin
2014-03-26MIPS: Alchemy: Unify Devboard support.Manuel Lauss
2014-03-26spi: omap-uwire: Remove full duplex checkAxel Lin
2014-03-25spi: Do not require a completionMark Brown
2014-03-25spi: topcliff-pch: Transform noisy message to dev_vdbgAlexander Stein
2014-03-25spi: coldfire-qspi: Simplify the code to set register bits for transfer speedAxel Lin
2014-03-25spi: bcm63xx: Remove unused define for PFXAxel Lin
2014-03-25spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König
2014-03-25spi: clps711x: Remove <mach/hardware.h> dependencyAlexander Shiyan
2014-03-24spi: topcliff-pch: Properly unregister platform devices on probe() error pathsAxel Lin
2014-03-21spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufsAxel Lin
2014-03-21spi: altera: Remove the code to get unused platform_dataAxel Lin
2014-03-21spi: fsl-lib: Fix memory leak of pinfoAxel Lin