summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-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: clps711x: Remove <mach/hardware.h> dependencyAlexander Shiyan1-29/+57
2014-03-21spi: altera: Remove the code to get unused platform_dataAxel Lin1-4/+1
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-13spi: altera: Use bits_per_word_maskAxel Lin1-0/+1
2014-03-13spi: clps711x: Remove duplicate code to set default bits_per_word and max speedAxel Lin1-5/+4
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: 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: atmel: Let spi core handle validating transfer lengthAxel Lin1-8/+0
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
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein1-5/+6
2014-02-23spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin1-1/+1
2014-02-22spi: core: Validate length of the transfers in messageIvan T. Ivanov1-0/+17
2014-02-20spi: clps711x: Refactor to use core message parsingAxel Lin1-52/+30
2014-02-19spi/topcliff-pch: Fix DMA channelAlexander Stein1-2/+2
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin9-14/+0
2014-02-15spi: au1550: Convert to let spi core handle checking transfer speedAxel Lin1-26/+4
2014-02-15spi: bfin5xx: Remove unused last_transfer pointer in bfin_spi_giveback()Axel Lin1-4/+0
2014-02-15spi: bfin5xx: Remove duplicate code to check spi->modeAxel Lin1-4/+0
2014-02-14spi: Clean up probe and remove functionsJean Delvare1-7/+5
2014-02-13spi: Make max_tx and max_rx the same typeMark Brown1-1/+1
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin7-29/+0
2014-02-11Merge remote-tracking branches 'spi/fix/doc', 'spi/fix/nuc900' and 'spi/fix/r...Mark Brown2-2/+4
2014-02-11Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-3/+1
2014-02-11spi: tegra20-slink: Convert to use master->max_speed_hzAxel Lin1-13/+3
2014-02-11spi: tegra20-sflash: Convert to use master->max_speed_hzAxel Lin1-21/+3