| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -2/+1 |
* | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2013-09-06 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'socfpga/dt' into next/dt | Olof Johansson | 2013-09-03 | 1 | -0/+1 |
| |\ |
|
| | * | dts: Deprecate ALTR as a vendor prefix | Dinh Nguyen | 2013-08-29 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | spi/bitbang: trivial: fix doubled word "use" | Uwe Kleine-König | 2013-08-20 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 2 | -2/+2 |
* | | | | Merge remote-tracking branch 'spi/topic/txx9' into spi-next | Mark Brown | 2013-09-01 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | spi/txx9: Use linux/gpio.h not asm/gpio.h | Mark Brown | 2013-07-30 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge remote-tracking branch 'spi/topic/topcliff' into spi-next | Mark Brown | 2013-09-01 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | spi-topcliff-pch: Add MODULE_DEVICE_TABLE | Alexander Stein | 2013-08-13 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge remote-tracking branch 'spi/topic/tel62x0' into spi-next | Mark Brown | 2013-09-01 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | spi: tle62x0: dump small buffers using %*ph | Andy Shevchenko | 2013-07-15 | 1 | -2/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge remote-tracking branch 'spi/topic/tegra' into spi-next | Mark Brown | 2013-09-01 | 1 | -7/+1 |
|\ \ \ \ |
|
| * | | | | drivers/spi/spi-tegra114.c clean use of devm_ioremap_resource() | Laurent Navet | 2013-08-20 | 1 | -6/+1 |
| * | | | | spi: tegra114: remove redundant dev_err call in tegra_spi_probe() | Wei Yongjun | 2013-07-15 | 1 | -1/+0 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'spi/topic/sirf' into spi-next | Mark Brown | 2013-09-01 | 2 | -47/+182 |
|\ \ \ \ |
|
| * | | | | spi/sirf: fix the misunderstanding about len of spi_transfer | Qipan Li | 2013-08-26 | 1 | -23/+24 |
| * | | | | spi: sirf: fix error return code in spi_sirfsoc_probe() | Wei Yongjun | 2013-08-23 | 1 | -1/+5 |
| * | | | | spi/sirf: simplify use of devm_ioremap_resource | Julia Lawall | 2013-08-14 | 1 | -6/+1 |
| * | | | | spi/sirf: Depends on SIRF_DMA | Mark Brown | 2013-08-06 | 1 | -1/+1 |
| * | | | | spi: sirf: use DMA if both buffer address and length are aligned | Barry Song | 2013-08-06 | 1 | -23/+157 |
| * | | | | spi: sirf: add missed spi mode_bits that SiRFSoC hardware supports | Qipan Li | 2013-07-15 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next | Mark Brown | 2013-09-01 | 1 | -18/+0 |
|\ \ \ \ |
|
| * | | | | spi/sh-msiof: Remove unneeded empty runtime PM callbacks | Mark Brown | 2013-07-28 | 1 | -18/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-next | Mark Brown | 2013-09-01 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | spi/sh-hspi: Remove noisy print | Mark Brown | 2013-07-28 | 1 | -2/+0 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next | Mark Brown | 2013-09-01 | 1 | -69/+43 |
|\ \ \ \ |
|
| * | | | | spi/s3c64xx: Take runtime PM reference even if DMA is not supported | Mark Brown | 2013-08-14 | 1 | -20/+19 |
| * | | | | Merge tag 'v3.11-rc5' into spi-s3c64xx | Mark Brown | 2013-08-14 | 4 | -1/+42 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | spi: s3c64xx: Use dmaengine_prep_slave_single() to prepare DMA transfers | Tomasz Figa | 2013-08-11 | 1 | -9/+2 |
| * | | | | spi: s3c64xx: Do not request CS GPIO on subsequent calls to .setup() | Tomasz Figa | 2013-08-11 | 1 | -11/+12 |
| * | | | | spi: s3c64xx: Zero dma_slave_config struct in prepare_dma() | Tomasz Figa | 2013-08-11 | 1 | -0/+2 |
| * | | | | spi: s3c64xx: fix casting warning | Jingoo Han | 2013-07-24 | 1 | -4/+4 |
| * | | | | spi: s3c64xx: fix printk warnings | Jingoo Han | 2013-07-24 | 1 | -2/+2 |
| * | | | | spi: s3c64xx: fix checkpatch error and warnings | Jingoo Han | 2013-07-24 | 1 | -8/+8 |
| * | | | | spi/s3c64xx: Remove unused message queue | Mark Brown | 2013-07-24 | 1 | -21/+0 |
| * | | | | spi: s3c64xx: add missing check for polling mode | Girish K S | 2013-07-15 | 1 | -0/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge remote-tracking branch 'spi/topic/rspi' into spi-next | Mark Brown | 2013-09-01 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | spi: rspi: Add spi_master_get() call to prevent use after free | Axel Lin | 2013-08-31 | 1 | -1/+1 |
* | | | | | Merge remote-tracking branch 'spi/topic/quad' into spi-next | Mark Brown | 2013-09-01 | 1 | -40/+37 |
|\ \ \ \ \ |
|
| * | | | | | spi: quad: fix the name of DT property | wangyuhang | 2013-09-01 | 1 | -4/+4 |
| * | | | | | spi: quad: Make DT properties optional | Mark Brown | 2013-08-31 | 1 | -38/+34 |
| * | | | | | spi: quad: Fix missing return | wangyuhang | 2013-08-30 | 1 | -0/+1 |
* | | | | | | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | 2013-09-01 | 14 | -134/+710 |
|\ \ \ \ \ \ |
|
| * | | | | | | spi/qspi: fix missing unlock on error in ti_qspi_start_transfer_one() | Wei Yongjun | 2013-09-01 | 1 | -0/+1 |
| * | | | | | | spi/qspi: Add compatible string for am4372. | Sourav Poddar | 2013-08-27 | 1 | -0/+1 |
| * | | | | | | spi/qspi: Fix device table entry | Sourav Poddar | 2013-08-27 | 1 | -1/+1 |
| * | | | | | | spi/qspi: Add dual/quad spi read support | Sourav Poddar | 2013-08-23 | 1 | -1/+12 |