summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-08-251-5/+26
|\
| * MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli2012-08-171-5/+26
* | Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-08-205-15/+13
|\ \ | |/ |/|
| * spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume funct...Guenter Roeck2012-08-171-2/+2
| * spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove functionGuenter Roeck2012-08-171-1/+0
| * spi/pl022: fix spi-pl022 pm enable at probeMichel JAOUEN2012-08-171-1/+0
| * spi/bcm63xx: Ensure that memory is freed only after it is no longer usedGuenter Roeck2012-08-131-1/+3
| * spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D2012-08-041-4/+2
| * spi/s3c64xx: Add missing static storage class specifiersSachin Kamat2012-08-041-6/+6
* | spi/s3c64xx: improve error handlingArnd Bergmann2012-08-101-1/+1
|/
* Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-102/+127
|\
| * spi: omap2-mcspi: remove private DMA API implementationRussell King2012-07-311-99/+5
| * 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/+0
| * | 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/+0
| * | 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/+0
| | * | 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-201-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-07-241-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-231-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/+4
* | | | spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown2012-07-191-17/+1
* | | | 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/+2
* | | | 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/+0
* | | | 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
| |\ \
OpenPOWER on IntegriCloud