Age | Commit message (Expand) | Author | Files | Lines |
2017-09-05 | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -0/+32 |
2017-09-04 | Merge remote-tracking branch 'spi/topic/xlp' into spi-next |  Mark Brown | 1 | -2/+2 |
2017-09-04 | Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/topic/sunxi', 'spi/topic/tegra' and 'spi/topic/tools' into spi-next |  Mark Brown | 6 | -14/+28 |
2017-09-04 | Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/sh' into spi-next |  Mark Brown | 6 | -226/+443 |
2017-09-04 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/loopback', 'spi/topic/omap', 'spi/topic/pic32' and 'spi/topic/pl022' into spi-next |  Mark Brown | 5 | -35/+227 |
2017-09-04 | Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topic/ep93xx' and 'spi/topic/falcon' into spi-next |  Mark Brown | 5 | -348/+193 |
2017-09-04 | Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/at79', 'spi/topic/bcm-qspi', 'spi/topic/bcm63xx' and 'spi/topic/bcm63xx-hspi' into spi-next |  Mark Brown | 6 | -175/+105 |
2017-09-01 | spi: spi-falcon: drop check of boot select |  Hauke Mehrtens | 1 | -5/+0 |
2017-08-29 | spi: imx: fix use of native chip-selects with devicetree |  Greg Ungerer | 1 | -4/+4 |
2017-08-23 | spi: pl022: constify amba_id |  Arvind Yadav | 1 | -1/+1 |
2017-08-23 | spi: imx: fix little-endian build |  Arnd Bergmann | 1 | -0/+4 |
2017-08-18 | spi: omap: Allocate bus number from spi framework |  Suniel Mahesh | 1 | -4/+0 |
2017-08-17 | spi: Kernel coding style fixes |  Suniel Mahesh | 1 | -17/+12 |
2017-08-17 | spi: imx: dynamic burst length adjust for PIO mode |  jiada wang | 1 | -9/+141 |
2017-08-16 | spi: Pick spi bus number from Linux idr or spi alias |  Suniel Mahesh | 1 | -15/+56 |
2017-08-16 | spi: rockchip: configure CTRLR1 according to size and data frame |  Huibin Hong | 1 | -1/+7 |
2017-08-16 | spi: altera: Consolidate TX/RX data register access |  Lars-Peter Clausen | 1 | -40/+35 |
2017-08-16 | spi: altera: Switch to SPI core transfer queue management |  Lars-Peter Clausen | 2 | -68/+27 |
2017-08-14 | spi: rockchip: add compatible string for rv1108 spi |  Andy Yan | 1 | -0/+1 |
2017-08-10 | spi: qup: fix 64-bit build warning |  Arnd Bergmann | 1 | -1/+1 |
2017-08-10 | spi: qup: hide warning for uninitialized variable |  Arnd Bergmann | 1 | -3/+1 |
2017-08-09 | spi: spi-ep93xx: use the default master transfer queueing mechanism |  H Hartley Sweeten | 1 | -214/+108 |
2017-08-09 | spi: spi-ep93xx: remove private data 'current_msg' |  H Hartley Sweeten | 1 | -11/+5 |
2017-08-09 | spi: spi-ep93xx: pass the spi_master pointer around |  H Hartley Sweeten | 1 | -41/+49 |
2017-08-09 | spi: spi-ep93xx: absorb the interrupt enable/disable helpers |  H Hartley Sweeten | 1 | -20/+12 |
2017-08-09 | spi: spi-ep93xx: add spi master prepare_transfer_hardware() |  H Hartley Sweeten | 1 | -39/+33 |
2017-08-09 | spi: spi-ep93xx: use 32-bit read/write for all registers |  H Hartley Sweeten | 1 | -45/+38 |
2017-08-09 | spi: spi-ep93xx: remove io wrappers |  H Hartley Sweeten | 1 | -47/+25 |
2017-08-09 | spi: spi-sh: fix error return code in spi_sh_probe() |  Gustavo A. R. Silva | 1 | -2/+2 |
2017-08-08 | spi: qup: Fix QUP version identify method |  Varadarajan Narayanan | 1 | -4/+3 |
2017-08-08 | spi: qup: Ensure done detection |  Varadarajan Narayanan | 1 | -5/+7 |
2017-08-08 | spi: qup: allow multiple DMA transactions per spi xfer |  Varadarajan Narayanan | 1 | -26/+66 |
2017-08-08 | spi: qup: refactor spi_qup_prep_sg |  Varadarajan Narayanan | 1 | -13/+10 |
2017-08-08 | spi: qup: allow block mode to generate multiple transactions |  Varadarajan Narayanan | 1 | -48/+80 |
2017-08-08 | spi: qup: call io_config in mode specific function |  Varadarajan Narayanan | 1 | -9/+17 |
2017-08-08 | spi: qup: refactor spi_qup_io_config into two functions |  Varadarajan Narayanan | 1 | -29/+62 |
2017-08-08 | spi: qup: Do block sized read/write in block mode |  Varadarajan Narayanan | 1 | -32/+119 |
2017-08-08 | spi: qup: Fix transaction done signaling |  Varadarajan Narayanan | 1 | -22/+5 |
2017-08-08 | spi: qup: Fix error handling in spi_qup_prep_sg |  Varadarajan Narayanan | 1 | -2/+2 |
2017-08-08 | spi: qup: Place the QUP in run mode before DMA |  Varadarajan Narayanan | 1 | -0/+15 |
2017-08-08 | spi: qup: Add completion timeout |  Varadarajan Narayanan | 1 | -4/+13 |
2017-08-08 | spi: qup: Setup DMA mode correctly |  Varadarajan Narayanan | 1 | -63/+55 |
2017-08-08 | spi: qup: Enable chip select support |  Varadarajan Narayanan | 1 | -0/+21 |
2017-08-08 | spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe() |  Gustavo A. R. Silva | 1 | -2/+2 |
2017-08-08 | spi/bcm63xx: fix error return code in bcm63xx_spi_probe() |  Gustavo A. R. Silva | 1 | -2/+2 |
2017-08-08 | spi: xlp: fix error return code in xlp_spi_probe() |  Gustavo A. R. Silva | 1 | -2/+2 |
2017-08-08 | spi: cadence: Add support for context loss |  Shubhrajyoti Datta | 1 | -0/+2 |
2017-08-08 | spi: cadence: change sequence of calling runtime_enable |  Naga Sureshkumar Relli | 1 | -1/+1 |
2017-08-07 | spi: fix building SPI_PXA on MMP |  Arnd Bergmann | 1 | -2/+2 |
2017-08-07 | spi: rockchip: Fix clock handling in suspend/resume |  Jeffy Chen | 1 | -15/+6 |