aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2014-03-21spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TESTAxel Lin
2014-03-21spi: nuc900: Fix setting multiple bits settings in registerAxel Lin
2014-03-21spi: atmel: fix printk format warningsRandy Dunlap
2014-03-18spi: remove obsolete spi-ti-ssp driverArnd Bergmann
2014-03-17spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin
2014-03-14spi: efm32: properly namespace location propertyUwe Kleine-König
2014-03-13spi: sh-sci: Prevent NULL pointer dereferenceAxel Lin
2014-03-13spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin
2014-03-13spi: altera: Use bits_per_word_maskAxel Lin
2014-03-13spi: oc-tiny: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin
2014-03-13spi: clps711x: Remove duplicate code to set default bits_per_word and max speedAxel Lin