summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-021-102/+127
|\
| * spi: omap2-mcspi: remove private DMA API implementationRussell King2012-07-311-99/+5Star
| * spi: omap2-mcspi: add DMA engine supportRussell King2012-07-311-31/+150
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-303-0/+479
|\ \
| * | SPI: MIPS: lantiq: add FALCON spi driverThomas Langer2012-07-233-0/+479
| |/
* | Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-07-2611-39/+410
|\ \
| * | spi/orion: remove uneeded spi_infoMichael Walle2012-07-231-5/+0Star
| * | spi/bcm63xx: fix clock configuration selectionFlorian Fainelli2012-07-231-1/+1
| * | spi/orion: add device tree bindingAndrew Lunn2012-07-231-0/+17
| * | spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann2012-07-221-1/+1
| * | spi: omap2-mcspi: Fix the below warningShubhrajyoti D2012-07-201-2/+4
| * | spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driverLars-Peter Clausen2012-07-203-0/+284
| * | spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang2012-07-131-6/+6
| * | spi/imx: remove redundant config.speed_hz settingHui Wang2012-07-131-2/+0Star
| * | Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Mark Brown2012-07-115-34/+62
| |\ \
| | * | spi/pl022: enable runtime PMLinus Walleij2012-07-021-0/+4
| | * | spi/pl022: delete DB5500 supportLinus Walleij2012-07-021-14/+0Star
| | * | spi/pl022: disable port when unusedVirupax Sadashivpetimath2012-07-021-0/+5
| | |/
| * | spi/gpio: start with CS non-activeUwe Kleine-König2012-07-101-1/+2
| * | spi: tegra: use dmaengine based dma driverLaxman Dewangan2012-07-102-6/+85
| * | spi: Add "spi:" prefix to modalias attribute of spi devicesGrant Likely2012-05-211-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-07-251-1/+1
|\ \ \
| * | | coldfire-qspi: Add support for the Coldfire 5251/5253.Steven King2012-07-161-1/+1
| | |/ | |/|
* | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-241-2/+2
|\ \ \
| * \ \ Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-061-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | spi/tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-2/+2
* | | | spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sitesMark Brown2012-07-191-8/+4Star
* | | | spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown2012-07-191-17/+1Star
* | | | spi/s3c64xx: Put the /CS GPIO into output modeMark Brown2012-07-191-1/+2
* | | | spi/s3c64xx: Fix handling of errors in gpio_request()Mark Brown2012-07-191-4/+5
* | | | spi: s3c64xx: add device tree supportThomas Abraham2012-07-131-39/+264
* | | | spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham2012-07-131-5/+26
* | | | ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham2012-07-131-3/+2Star
* | | | spi: s3c64xx: move controller information into driver dataThomas Abraham2012-07-131-27/+123
* | | | spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macroThomas Abraham2012-07-131-4/+0Star
* | | | Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim2012-07-131-14/+19
|\ \ \ \ | |/ / / |/| | |
| * | | spi/s3c64xx: Add the use of DMA config operationBoojin Kim2012-06-201-14/+19
| |/ /
* / / SPI: fix over-eager devm_xxx() conversionRussell King2012-06-181-1/+2
|/ /
* | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+1
|\ \
| * \ Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsungKukjin Kim2012-05-141-1/+1
| |\ \
| | * | spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner2012-04-251-1/+1
* | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-18/+42
|\ \ \ \
| * \ \ \ Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-7/+23
| |\ \ \ \
| | * | | | ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-091-7/+23
| | | |/ / | | |/| |
| * | | | Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-148-127/+165
| |\ \ \ \
| * | | | | spi i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-11/+19
| | |/ / / | |/| | |
* | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2416-444/+705
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-206-13/+2Star
| * | | SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song2012-05-201-12/+8Star
| * | | spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski2012-05-201-1/+1