summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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-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: clps711x: Convert to use master->max_speed_hzAxel Lin
2014-03-27spi: clps711x: Enable driver compilation with COMPILE_TESTAxel Lin
2014-03-25spi: Do not require a completionMark Brown
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-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: atmel: fix printk format warningsRandy Dunlap
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: altera: Use bits_per_word_maskAxel Lin
2014-03-13spi: clps711x: Remove duplicate code to set default bits_per_word and max speedAxel Lin
2014-03-12spi: efm32: Clean up non-DT pathsAxel Lin
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-07Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col...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: 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
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos
2014-03-03spi: dw: Convert to let spi core validate transfer speedAxel Lin
2014-03-03spi: atmel: Let spi core handle validating transfer lengthAxel Lin
2014-03-03spi: atmel: Remove redundant list_empty checkingAxel Lin
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein
2014-02-23spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin
2014-02-23spi: fsl-spi: Convert to let spi core validate xfer->bits_per_wordAxel Lin
2014-02-23spi: Use list_last_entry at appropriate placesAxel Lin
2014-02-22spi: core: Validate length of the transfers in messageIvan T. Ivanov
2014-02-20spi: clps711x: Refactor to use core message parsingAxel Lin