summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown30-146/+29
2014-03-30Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown12-124/+111
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown20-289/+175
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown12-70/+30
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2-108/+279
2014-03-30Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-18/+28
2014-03-30Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-3/+3
2014-03-30spi: Fix handling of cs_change in core implementationMark Brown1-3/+3
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin4-11/+6
2014-03-29spi: mpc52xx: Convert to use bits_per_word_maskAxel Lin1-12/+1
2014-03-28spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin1-7/+0
2014-03-28spi: fsl-dspi: Fix memory leakAxel Lin1-2/+2
2014-03-27spi: clps711x: Convert to use master->max_speed_hzAxel Lin1-7/+7
2014-03-27spi: clps711x: Enable driver compilation with COMPILE_TESTAxel Lin1-1/+1
2014-03-25spi: Do not require a completionMark Brown1-2/+0
2014-03-25spi: coldfire-qspi: Simplify the code to set register bits for transfer speedAxel Lin1-4/+1
2014-03-25spi: bcm63xx: Remove unused define for PFXAxel Lin1-2/+0
2014-03-25spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König1-0/+3
2014-03-25spi: clps711x: Remove <mach/hardware.h> dependencyAlexander Shiyan1-29/+57
2014-03-21spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufsAxel Lin1-5/+0
2014-03-21spi: altera: Remove the code to get unused platform_dataAxel Lin1-4/+1
2014-03-21spi: fsl-lib: Fix memory leak of pinfoAxel Lin1-10/+4
2014-03-21spi: nuc900: Fix setting multiple bits settings in registerAxel Lin1-10/+8
2014-03-21spi: atmel: fix printk format warningsRandy Dunlap1-3/+3
2014-03-17spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin1-8/+6
2014-03-14spi: efm32: properly namespace location propertyUwe Kleine-König1-1/+4
2014-03-13spi: altera: Use bits_per_word_maskAxel Lin1-0/+1
2014-03-13spi: oc-tiny: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin1-2/+0
2014-03-13spi: clps711x: Remove duplicate code to set default bits_per_word and max speedAxel Lin1-5/+4
2014-03-12spi: efm32: Clean up non-DT pathsAxel Lin1-23/+8
2014-03-10spi: coldfire-qspi: Prevent NULL pointer dereferenceAxel Lin1-2/+7
2014-03-10spi: clps711x: Provide label argument for devm_gpio_requestAxel Lin1-7/+3
2014-03-10spi: coldfire-qspi: Enable clock before calling spi_master_resumeAxel Lin1-4/+5
2014-03-07Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col...Mark Brown6-17/+35
2014-03-05spi: fsl-dspi: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-05spi: bcm63xx-hsspi: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+2
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang1-1/+16
2014-03-05spi: coldfire-qspi: Use core message handlingAxel Lin1-47/+34
2014-03-05spi: coldfire-qspi: Remove unused dev field from struct mcfqspiAxel Lin1-6/+2
2014-03-05spi: coldfire-qspi: Fix getting correct address for *mcfqspiAxel Lin1-2/+4
2014-03-05spi: fsl-dspi: Fix getting correct address for masterAxel Lin1-3/+3
2014-03-05spi: atmel: adopt pinctrl supportWenyou Yang1-0/+9
2014-03-04spi: core: make zero length transfer valid againAtsushi Nemoto1-3/+2
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos1-2/+2
2014-03-03spi: dw: Convert to let spi core validate transfer speedAxel Lin1-6/+1
2014-03-03spi: atmel: Let spi core handle validating transfer lengthAxel Lin1-8/+0
2014-03-03spi: octeon: Convert to let spi core validate transfer speedAxel Lin1-2/+1
2014-03-03spi: octeon: Remove struct octeon_spi_setup usageAxel Lin1-62/+7
2014-03-03spi: atmel: Remove redundant list_empty checkingAxel Lin1-3/+0
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter1-2/+2