summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2012-10-025669-165112/+288443
|\
| * Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-0233-1260/+2114
| |\
| | * spi: remove completely broken Tegra driverStephen Warren2012-10-013-709/+0
| | *-. Merge branches 'spi-drivers' and 'spi-mxs' into spi-nextMark Brown2012-09-2833-609/+2119
| | |\ \
| | | | * Merge tag 'v3.6-rc6' into spi-mxsMark Brown2012-09-251090-7293/+11235
| | | | |\
| | | | * | spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut2012-09-062-6/+19
| | | | * | mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut2012-09-061-11/+9
| | | | * | mxs/spi: Decrement the DMA/PIO borderMarek Vasut2012-09-061-1/+1
| | | | * | mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut2012-09-061-1/+1
| | | | * | mxs/spi: Fix issues when doing long continuous transferMarek Vasut2012-09-061-53/+88
| | | | * | spi/mxs: Fix device remove functionGuenter Roeck2012-08-271-4/+1
| | | | * | mxs/spi: Fix misuse of init_completionMarek Vasut2012-08-271-1/+3
| | | | * | mxs/spi: Restart the block after unsuccessful transferMarek Vasut2012-08-271-1/+3
| | | | * | spi/mxs: Add SSP/SPI device tree documentationMarek Vasut2012-08-171-0/+18
| | | | * | spi/mxs: Add DMA support into SPI driverMarek Vasut2012-08-171-15/+216
| | | | * | mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-173-47/+51
| | | | * | spi/mxs: Add SPI driver for mx233/mx28Marek Vasut2012-08-173-0/+439
| | | | * | mmc: spi: Pull out the SSP clock configuration functionMarek Vasut2012-08-174-39/+66
| | | | * | mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut2012-08-172-48/+67
| | | | * | mmc: spi: Add necessary bits into mxs-spi.hMarek Vasut2012-08-171-0/+22
| | | | * | mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut2012-08-172-13/+13
| | | | * | mmc: spi: Move SSP register definitions into separate fileMarek Vasut2012-08-172-84/+112
| | | * | | spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab2012-09-281-2/+4
| | | * | | spi/pl022: get/put resources on suspend/resumeLinus Walleij2012-09-281-22/+44
| | | * | | spi/pl022: use more managed resourcesLinus Walleij2012-09-281-21/+10
| | | * | | Merge tag 'v3.6-rc6' into spi-driversMark Brown2012-09-251090-7292/+11234
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | spi/pl022: Devicetree support w/o platform dataRoland Stigge2012-09-252-5/+41
| | | * | | spi/s3c64xx: Don't free controller_data on non-dt platformsSylwester Nawrocki2012-09-251-1/+2
| | | * | | spi: omap2-mcspi: add pinctrl supportMatt Porter2012-09-221-0/+8
| | | * | | spi/pl022: adopt pinctrl supportPatrice Chotard2012-09-202-3/+46
| | | * | | spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D2012-09-121-112/+144
| | | * | | spi/gpio: Fix stub for spi_gpio_probe_dt()Mark Brown2012-09-071-1/+1
| | | * | | spi: spi-sh-hspi: drop frees of devm_ alloc'd dataJulia Lawall2012-09-061-4/+1
| | | * | | spi/pl022: Fix chipselects pointer computationRoland Stigge2012-09-061-4/+3
| | | * | | spi: spi-tle62x0: Use module_spi_driver macroSachin Kamat2012-09-061-12/+1
| | | * | | spi: spi-gpio: Add DT bindingsDaniel Mack2012-09-062-3/+125
| | | * | | spi: spi-gpio: store chipselect information in private structureDaniel Mack2012-09-061-10/+24
| | | * | | spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functionsGuenter Roeck2012-08-271-4/+4
| | | * | | 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/dt: DT bindings documentation: "num-cs" property for SPI controllersRoland Stigge2012-08-221-0/+3
| | | * | | spi/pl022: Add devicetree supportRoland Stigge2012-08-222-9/+85
| | | * | | spi/pl022: Add chip select handling via GPIORoland Stigge2012-08-222-14/+36
| | | * | | spi: Master driver for NXP SC18IS602/603Guenter Roeck2012-08-226-0/+449
| | | * | | 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
OpenPOWER on IntegriCloud