Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 | |
* | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-02-20 | 1 | -1/+3 | |
|\ | ||||||
| * | spi: acpi: Initialize modalias from of_compatible | Dan O'Donovan | 2017-02-07 | 1 | -1/+3 | |
* | | Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2017-02-20 | 25 | -334/+1429 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *-. \ | Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/topcliff-pc... | Mark Brown | 2017-02-19 | 2 | -21/+25 | |
| |\ \ \ | ||||||
| | | * | | spi/topcliff-pch: Delete an error message for a failed memory allocation in p... | Markus Elfring | 2017-01-17 | 1 | -1/+0 | |
| | | * | | spi/topcliff-pch: Combine substrings for four messages | Markus Elfring | 2017-01-17 | 1 | -9/+11 | |
| | | * | | spi/topcliff-pch: Improve size determinations in pch_spi_probe() | Markus Elfring | 2017-01-17 | 1 | -2/+2 | |
| | | * | | spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma() | Markus Elfring | 2017-01-17 | 1 | -2/+2 | |
| | | * | | spi/topcliff-pch: Delete an unnecessary return statement in two functions | Markus Elfring | 2017-01-17 | 1 | -2/+0 | |
| | * | | | spi: spi-ti-qspi: Fix error handling | Christophe JAILLET | 2017-02-19 | 1 | -1/+2 | |
| | * | | | spi: ti-qspi: revise ti_qspi_probe() failure flow | Prahlad V | 2017-02-17 | 1 | -5/+10 | |
| | |/ / | ||||||
| | | | | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *-------. \ \ | Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/t... | Mark Brown | 2017-02-19 | 5 | -73/+74 | |
| |\ \ \ \ \ \ \ | ||||||
| | | | | | * | | | spi: core: Extract of_spi_parse_dt() | Geert Uytterhoeven | 2016-12-15 | 1 | -24/+36 | |
| | | | | | |/ / | ||||||
| | | | | * | | | spi: sh-msiof: Remove useless memory allocation failure message | Geert Uytterhoeven | 2017-01-04 | 1 | -3/+1 | |
| | | | * | | | | spi: s3c64xx: potential oops on probe error | Dan Carpenter | 2017-01-17 | 1 | -4/+4 | |
| | | | * | | | | spi: s3c64xx: Don't request/release DMA channels for each SPI transfer | Marek Szyprowski | 2017-01-09 | 1 | -28/+29 | |
| | | * | | | | | spi: rspi: Remove useless memory allocation failure message | Geert Uytterhoeven | 2017-01-04 | 1 | -3/+1 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | spi: rockchip: support "sleep" pin configuration | Brian Norris | 2016-12-19 | 1 | -0/+5 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------. \ \ \ \ | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/... | Mark Brown | 2017-02-19 | 9 | -33/+1061 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | spi: pca2xx-pci: Allow MSI | Jan Kiszka | 2017-01-23 | 1 | -1/+7 | |
| | | | | | * | | | | | spi: pxa2xx: Prepare for edge-triggered interrupts | Jan Kiszka | 2017-01-23 | 1 | -0/+3 | |
| | | | | | * | | | | | spi: pxa2xx: Factor out handle_bad_msg | Jan Kiszka | 2017-01-17 | 1 | -14/+15 | |
| | | | | | * | | | | | spi: pxa2xx-pci: Enable DMA for Intel Merrifield | Andy Shevchenko | 2017-01-04 | 1 | -0/+24 | |
| | | | | * | | | | | | spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe() | Markus Elfring | 2017-01-17 | 1 | -1/+1 | |
| | | | | * | | | | | | spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe() | Markus Elfring | 2017-01-17 | 1 | -2/+3 | |
| | | | | | |/ / / / | | | | | |/| | | | | ||||||
| | | | * | | | | | | spi/mpc52xx: Combine substrings for two messages | Markus Elfring | 2017-01-17 | 1 | -4/+3 | |
| | | | * | | | | | | spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe() | Markus Elfring | 2017-01-17 | 1 | -2/+3 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | spi: spi-ti-qspi: Fix error handling | Christophe JAILLET | 2017-02-19 | 1 | -1/+2 | |
| | | * | | | | | | spi: lantiq-ssc: activate under COMPILE_TEST | Hauke Mehrtens | 2017-02-19 | 1 | -1/+1 | |
| | | * | | | | | | spi: lantiq-ssc: add support for Lantiq SSC SPI controller | Hauke Mehrtens | 2017-02-14 | 3 | -0/+992 | |
| | | |/ / / / / | ||||||
| | * | | | | | | spi: imx: adjust watermark level according to transfer length | Jiada Wang | 2017-01-06 | 1 | -8/+8 | |
| | |/ / / / / | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/ep93xx', 'spi/topic... | Mark Brown | 2017-02-19 | 5 | -105/+53 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | spi: fsl-lpspi: fix indentation error | Gao Pan | 2017-01-09 | 1 | -3/+3 | |
| | | | | * | | | | | | spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg() | Geert Uytterhoeven | 2016-12-14 | 1 | -1/+1 | |
| | | | | |/ / / / / | ||||||
| | | | * | | | | | | spi: make falcon-spi bool | Hauke Mehrtens | 2017-01-10 | 1 | -1/+1 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | spi: spi-ep93xx: simplify GPIO chip selects | H Hartley Sweeten | 2017-02-16 | 1 | -95/+44 | |
| | | |/ / / / / | ||||||
| | * | | | | | | spi: dw: Make debugfs use bus num and make irq name unique | Phil Reid | 2017-01-09 | 2 | -5/+4 | |
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown | 2017-02-19 | 5 | -94/+158 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | spi: bcm53xx: (re)license code to the GPL v2 | Rafał Miłecki | 2017-01-06 | 1 | -1/+9 | |
| | | | | * | | | | | | | spi: bcm53xx: set of_node to let DT specify device(s) | Rafał Miłecki | 2016-12-31 | 1 | -7/+1 | |
| | | | | | |/ / / / / | | | | | |/| | | | | | ||||||
| | | | * | | | | | | | spi: bcm-qspi: Remove unnecessary platform_set_drvdata() | Wei Yongjun | 2017-02-14 | 1 | -1/+0 | |
| | | | * | | | | | | | spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance | Kamal Dasu | 2017-02-14 | 1 | -37/+46 | |
| | | | * | | | | | | | spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read() | Kamal Dasu | 2017-01-31 | 1 | -31/+85 | |
| | | | * | | | | | | | spi: bcm-qspi: Enable the driver on BMIPS_GENERIC | Jaedon Shin | 2016-12-31 | 1 | -1/+2 | |
| | | | |/ / / / / / | ||||||
| | | * | | | | | | | spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select | Felix Fietkau | 2016-12-14 | 1 | -1/+1 | |
| | | * | | | | | | | spi: spi-ath79: support multiple internal chip select lines | Felix Fietkau | 2016-12-14 | 1 | -10/+11 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | spi: armada-3700: Remove spi_master_put in a3700_spi_remove() | Wei Yongjun | 2017-02-19 | 1 | -1/+0 | |
| | * | | | | | | | spi: armada-3700: Remove .owner field for driver | Wei Yongjun | 2017-02-09 | 1 | -1/+0 | |
| | * | | | | | | | spi: armada-3700: Coding style fixes | Romain Perier | 2016-12-31 | 1 | -1/+2 |