summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | spi/topcliff-pch: Fix device remove functionGuenter Roeck2012-08-271-2/+0
| | * | | | | | spi/tegra: Fix device remove functionGuenter Roeck2012-08-271-1/+3
| | * | | | | | spi/stmp: Fix device remove functionGuenter Roeck2012-08-271-5/+1
| | * | | | | | spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatchGuenter Roeck2012-08-231-1/+1
| | * | | | | | spi/pl022: Add devicetree supportRoland Stigge2012-08-221-9/+70
| | * | | | | | spi/pl022: Add chip select handling via GPIORoland Stigge2012-08-221-14/+34
| | * | | | | | spi: Master driver for NXP SC18IS602/603Guenter Roeck2012-08-223-0/+371
| | * | | | | | spi/mpc512x-psc: Avoid access to freed memory in device remove functionGuenter Roeck2012-08-221-1/+2
| | * | | | | | spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGuenter Roeck2012-08-221-1/+2
| | * | | | | | spi/mpc52xx: Fix device remove functionGuenter Roeck2012-08-221-2/+2
| | * | | | | | spi/mpc52xx: Fix error handling in probe functionGuenter Roeck2012-08-221-2/+3
| | * | | | | | spi/pl022: Fix device remove functionGuenter Roeck2012-08-221-1/+0
| | * | | | | | spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D2012-08-221-2/+1
| | * | | | | | spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D2012-08-221-17/+11
| | * | | | | | spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D2012-08-221-14/+14
| | * | | | | | drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall2012-08-221-0/+1
| | * | | | | | spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D2012-08-171-2/+0
| | * | | | | | spi: spi-altera: Use of_match_ptrTobias Klauser2012-08-171-3/+1
| | * | | | | | spi: Refactor spi-orion to use SPI framework queue.Andrew Lunn2012-08-171-148/+61
| | |/ / / / /
* | | | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-015-6/+6
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-225-6/+6
| |\ \ \ \ \ \
| | * | | | | | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | | | | ARM: w90x900: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | | | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | | | | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-2/+2
| | * | | | | | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-014-58/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson2012-09-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+1
| * | | | | | | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-202-55/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | spi: tegra: remove support of legacy DMA driver based accessLaxman Dewangan2012-09-172-55/+2
| | | |/ / / / | | |/| | | |
| * | | | | | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren2012-09-121-1/+2
| |/ / / /
* | | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-012-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-132-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König2012-08-031-1/+1
| | * | | | spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König2012-08-031-1/+1
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-015-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | spi: fix comment/printk typos in spiMasanari Iida2012-09-015-6/+6
* | | | | 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
|\ \
OpenPOWER on IntegriCloud