summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2014-03-13spi: sc18is602: Convert to let spi core validate transfer speedAxel Lin
2014-03-13spi: add xtfpga SPI controller driverMax Filippov
2014-03-12spi: efm32: Clean up non-DT pathsAxel Lin
2014-03-11spi: rspi: Add runtime PM support, using spi core auto_runtime_pmGeert Uytterhoeven
2014-03-11spi: sh-msiof: Convert to spi core auto_runtime_pm frameworkGeert Uytterhoeven
2014-03-11spi: sh-hspi: Add missing call to pm_runtime_disable() in failure pathGeert Uytterhoeven
2014-03-10spi: coldfire-qspi: Prevent NULL pointer dereferenceAxel Lin
2014-03-10spi: clps711x: Provide label argument for devm_gpio_requestAxel Lin
2014-03-10spi: coldfire-qspi: Enable clock before calling spi_master_resumeAxel Lin
2014-03-10spi/ti-qspi: Fix return from mmap pathSourav Poddar
2014-03-07spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin
2014-03-07Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col...Mark Brown
2014-03-06spi: pl022: Don't ignore power domain and amba bus at system suspendUlf Hansson
2014-03-06spi: pl022: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson
2014-03-06Merge branch 'pm-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Mark Brown
2014-03-05spi: fsl-dspi: Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-03-05spi: bcm63xx-hsspi: Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-03-05spi: omap-100k: fix spacing coding style issueJingoo Han
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang
2014-03-05spi: coldfire-qspi: Use core message handlingAxel Lin
2014-03-05spi: coldfire-qspi: Remove unused dev field from struct mcfqspiAxel Lin
2014-03-05spi: coldfire-qspi: Fix getting correct address for *mcfqspiAxel Lin
2014-03-05spi: fsl-dspi: Fix getting correct address for masterAxel Lin
2014-03-05spi: atmel: adopt pinctrl supportWenyou Yang
2014-03-04spi: core: make zero length transfer valid againAtsushi Nemoto