aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-02
|\
| * Merge tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Arnd Bergmann2013-06-19
| |\
| * \ Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2013-06-19
| |\ \
| | * | spi: pl022: use DMA by default when probing from DTLinus Walleij2013-06-17
* | | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-07-02
|\ \ \ \
| * | | | ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann2013-06-19
| |/ / /
* | | | Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown2013-06-24
|\ \ \ \
| * | | | spi: s3c64xx: Fix pm_runtime_get_sync() return value checkSylwester Nawrocki2013-06-10
| |/ / /
* | | | spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()Mika Westerberg2013-06-21
* | | | spi/pxa2xx: use GFP_ATOMIC in sg table allocationMika Westerberg2013-06-18
| |_|/ |/| |
* | | Merge remote-tracking branch 'spi/fix/xilinx' into spi-linusMark Brown2013-06-04
|\ \ \
| * | | spi: spi-xilinx: Remove ISR race conditionPeter Crosthwaite2013-06-04
| |/ /
* | | Merge remote-tracking branch 'spi/fix/topcliff' into spi-linusMark Brown2013-06-04
|\ \ \
| * | | spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun2013-05-22
| * | | spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-20
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/fix/hspi' into spi-linusMark Brown2013-06-04
|\ \ \ | |_|/ |/| |
| * | spi: hspi: fixup long delay timeKuninori Morimoto2013-06-04
| |/
* | Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-18
|\ \
| * | drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-18
| |/
* | Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-13
|\ \
| * | spi/davinci: fix module build errorManjunathappa, Prakash2013-04-07
| * | spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson2013-04-07
| * | spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson2013-04-07
| * | spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood2013-04-07
* | | Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown2013-05-13
|\ \ \ | |_|/ |/| |
| * | spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud2013-05-02
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-09
|\ \ \
| * | | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-16
* | | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-07
|\ \ \ \
| * \ \ \ Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann2013-04-19
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | spi: pl022: use generic DMA slave configuration if possibleArnd Bergmann2013-03-12
| | |/ /
* | | | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-07
|\ \ \ \
| * | | | Merge branch 'late/dt' into next/dt2Arnd Bergmann2013-05-06
| |\| | |
| * | | | Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-04-18
| |\ \ \ \
| | * | | | spi/davinci: no wildcards in DT compatible propertyManjunathappa, Prakash2013-04-17
| | | |/ / | | |/| |
| * / | | spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-04
| |/ / /
* | | | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-29
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun2013-04-27
| * | spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun2013-04-25
| * | spi/spi-atmel: add dmaengine supportNicolas Ferre2013-04-24
| * | spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre2013-04-23
| * | spi/spi-atmel: add physical base addressNicolas Ferre2013-04-23
| * | spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-23
| * | spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown2013-04-18
| * | spi/s3c64xx: Fix non-dmaengine usageMark Brown2013-04-18
| * | spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun2013-04-18
| * | spi/s3c64xx: let device core setup the default pin configurationThomas Abraham2013-04-16
| * | spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren2013-04-15
| * | spi: s3c64xx: move to generic dmaengine APIArnd Bergmann2013-04-12
| * | spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad2013-04-10