aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-07-19spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sitesMark Brown1-8/+4
2012-07-19spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown1-17/+1
2012-07-19spi/s3c64xx: Put the /CS GPIO into output modeMark Brown1-1/+2
2012-07-19spi/s3c64xx: Fix handling of errors in gpio_request()Mark Brown1-4/+5
2012-07-13spi: s3c64xx: add device tree supportThomas Abraham1-39/+264
2012-07-13spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham1-5/+26
2012-07-13ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham1-3/+2
2012-07-13spi: s3c64xx: move controller information into driver dataThomas Abraham1-27/+123
2012-07-13spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macroThomas Abraham1-4/+0
2012-07-13Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim1-14/+19
2012-07-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/clkArnd Bergmann1-2/+2
2012-06-20spi/s3c64xx: Add the use of DMA config operationBoojin Kim1-14/+19
2012-06-18SPI: fix over-eager devm_xxx() conversionRussell King1-1/+2
2012-06-12spi/tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-18/+42
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-444/+705
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely6-13/+2
2012-05-19SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song1-12/+8
2012-05-19spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski1-1/+1
2012-05-19spi: refactor spi-coldfire-qspi to use SPI queue framework.Steven King1-141/+114
2012-05-19spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D1-133/+110
2012-05-19spi/rspi: add dmaengine supportShimoda, Yoshihiro1-6/+314
2012-05-19spi/topcliff: use correct __devexit_p annotationArnd Bergmann1-1/+1
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clockArnd Bergmann1-7/+23
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann8-127/+165
2012-05-14Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsungKukjin Kim1-1/+1
2012-05-12spi/imx: adopt pinctrl supportShawn Guo1-0/+8
2012-05-10spi: Dont call prepare/unprepare transfer if not populatedShubhrajyoti D1-2/+2
2012-05-09spi/ep93xx: clean probe/remove routinesHannu Heikkinen1-27/+10
2012-05-09Merge tag 'v3.4-rc6' into spi/nextGrant Likely10-137/+171
2012-05-08ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn1-7/+23
2012-04-27spi/spi-bfin5xx: Fix flush of last bit after each spi transferScott Jiang1-1/+4
2012-04-27spi/spi-bfin5xx: fix reversed if condition in interrupt modeScott Jiang1-4/+4
2012-04-27spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang1-6/+8
2012-04-27spi/bfin_spi: drop bits_per_word from client dataScott Jiang1-1/+0
2012-04-27spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang1-4/+3
2012-04-27spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2-2/+2
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar1-2/+8
2012-04-27spi/bcm63xx: set master driver mode_bits.Florian Fainelli1-0/+1
2012-04-27spi/bcm63xx: don't use the stopping stateFlorian Fainelli1-11/+2
2012-04-27spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli1-60/+89
2012-04-27spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionH Hartley Sweeten1-14/+10
2012-04-27spi/pl022: Fix calculate_effective_freq()Viresh Kumar1-6/+17
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer1-11/+19
2012-04-24spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner1-1/+1
2012-04-17spi/pl022: Fix range checking for bits per wordVinit Shenoy1-16/+9
2012-04-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+0
2012-04-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-8/+14