aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown2013-10-071-2/+2
|\
| * spi/s3c64xx: Ensure runtime PM is enabled prior to registrationMark Brown2013-09-271-2/+2
* | Merge remote-tracking branch 'spi/fix/pxa' into spi-linusMark Brown2013-10-071-1/+10
|\ \
| * | spi/pxa2xx: check status register as well to determine if the device is offMika Westerberg2013-09-041-1/+10
* | | Merge remote-tracking branch 'spi/fix/mpc512x' into spi-linusMark Brown2013-10-071-1/+3
|\ \ \
| * | | spi: mpc512x: fix error return code in mpc512x_psc_spi_do_probe()Wei Yongjun2013-09-121-1/+3
| |/ /
* | | Merge remote-tracking branch 'spi/fix/hspi' into spi-linusMark Brown2013-10-071-2/+2
|\ \ \
| * | | spi/hspi: fixup Runtime PM enable timingKuninori Morimoto2013-10-031-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/fix/dspi' into spi-linusMark Brown2013-10-071-8/+2
|\ \ \
| * | | spi: fix return value check in dspi_probe()Wei Yongjun2013-09-121-8/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/fix/clps711x' into spi-linusMark Brown2013-10-071-3/+0
|\ \ \
| * | | spi/clps711x: drop clk_put for devm_clk_get in spi_clps711x_probe()Wei Yongjun2013-09-271-1/+0
| * | | spi: clps711x: Don't call kfree() after spi_master_put/spi_unregister_masterAxel Lin2013-09-101-2/+0
| |/ /
* | | spi: atmel: Fix incorrect error pathSachin Kamat2013-10-071-1/+2
| |/ |/|
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-2/+1
* | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-09-061-0/+1
|\ \
| * \ Merge branch 'socfpga/dt' into next/dtOlof Johansson2013-09-031-0/+1
| |\ \
| | * | dts: Deprecate ALTR as a vendor prefixDinh Nguyen2013-08-291-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\ \ \ \
| * | | | spi/bitbang: trivial: fix doubled word "use"Uwe Kleine-König2013-08-201-1/+1
| | |/ / | |/| |
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-042-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
* | | | Merge remote-tracking branch 'spi/topic/txx9' into spi-nextMark Brown2013-09-011-1/+1
|\ \ \ \
| * | | | spi/txx9: Use linux/gpio.h not asm/gpio.hMark Brown2013-07-301-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown2013-09-011-0/+2
|\ \ \ \
| * | | | spi-topcliff-pch: Add MODULE_DEVICE_TABLEAlexander Stein2013-08-131-0/+2
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/topic/tel62x0' into spi-nextMark Brown2013-09-011-2/+1
|\ \ \ \
| * | | | spi: tle62x0: dump small buffers using %*phAndy Shevchenko2013-07-151-2/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/topic/tegra' into spi-nextMark Brown2013-09-011-7/+1
|\ \ \ \
| * | | | drivers/spi/spi-tegra114.c clean use of devm_ioremap_resource()Laurent Navet2013-08-201-6/+1
| * | | | spi: tegra114: remove redundant dev_err call in tegra_spi_probe()Wei Yongjun2013-07-151-1/+0
| |/ / /
* | | | Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-09-012-47/+182
|\ \ \ \
| * | | | spi/sirf: fix the misunderstanding about len of spi_transferQipan Li2013-08-261-23/+24
| * | | | spi: sirf: fix error return code in spi_sirfsoc_probe()Wei Yongjun2013-08-231-1/+5
| * | | | spi/sirf: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-6/+1
| * | | | spi/sirf: Depends on SIRF_DMAMark Brown2013-08-061-1/+1
| * | | | spi: sirf: use DMA if both buffer address and length are alignedBarry Song2013-08-061-23/+157
| * | | | spi: sirf: add missed spi mode_bits that SiRFSoC hardware supportsQipan Li2013-07-151-0/+1
| |/ / /
* | | | Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-nextMark Brown2013-09-011-18/+0
|\ \ \ \
| * | | | spi/sh-msiof: Remove unneeded empty runtime PM callbacksMark Brown2013-07-281-18/+0
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-nextMark Brown2013-09-011-2/+0
|\ \ \ \
| * | | | spi/sh-hspi: Remove noisy printMark Brown2013-07-281-2/+0
| |/ / /
* | | | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-nextMark Brown2013-09-011-69/+43
|\ \ \ \
| * | | | spi/s3c64xx: Take runtime PM reference even if DMA is not supportedMark Brown2013-08-141-20/+19
| * | | | Merge tag 'v3.11-rc5' into spi-s3c64xxMark Brown2013-08-144-1/+42
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | spi: s3c64xx: Use dmaengine_prep_slave_single() to prepare DMA transfersTomasz Figa2013-08-111-9/+2
| * | | | spi: s3c64xx: Do not request CS GPIO on subsequent calls to .setup()Tomasz Figa2013-08-111-11/+12
| * | | | spi: s3c64xx: Zero dma_slave_config struct in prepare_dma()Tomasz Figa2013-08-111-0/+2
| * | | | spi: s3c64xx: fix casting warningJingoo Han2013-07-241-4/+4
| * | | | spi: s3c64xx: fix printk warningsJingoo Han2013-07-241-2/+2