| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2020-04-03 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'v5.6-rc5' into asoc-5.7 | Mark Brown | 2020-03-11 | 8 | -64/+125 |
| |\ |
|
| * | | spi: pxa2xx: Enable support for compile-testing | Geert Uytterhoeven | 2020-02-11 | 1 | -1/+1 |
* | | | Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-03-31 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-qos' | Rafael J. Wysocki | 2020-03-30 | 1 | -2/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | drivers: spi: Call cpu_latency_qos_*() instead of pm_qos_*() | Rafael J. Wysocki | 2020-02-14 | 1 | -2/+2 |
| | |/ |
|
* | | | Merge branch 'spi-5.7' into spi-next | Mark Brown | 2020-03-27 | 24 | -574/+2968 |
|\ \ \
| |/ /
|/| | |
|
| * | | spi: efm32: Convert to use GPIO descriptors | Linus Walleij | 2020-03-27 | 1 | -41/+3 |
| * | | spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-23 | 1 | -1/+1 |
| * | | spi: spi-s3c24xx: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-23 | 1 | -1/+1 |
| * | | spi: stm32: Fix comments compilation warnings | Alain Volmat | 2020-03-20 | 1 | -17/+45 |
| * | | spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses | Tudor Ambarus | 2020-03-20 | 1 | -22/+97 |
| * | | spi: spi-fsl-dspi: Add support for LS1028A | Vladimir Oltean | 2020-03-18 | 1 | -0/+9 |
| * | | spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message | Vladimir Oltean | 2020-03-18 | 1 | -26/+29 |
| * | | spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path | Vladimir Oltean | 2020-03-18 | 1 | -7/+9 |
| * | | spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode | Vladimir Oltean | 2020-03-18 | 1 | -2/+4 |
| * | | spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion | Vladimir Oltean | 2020-03-18 | 1 | -13/+6 |
| * | | spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight | Vladimir Oltean | 2020-03-18 | 1 | -59/+52 |
| * | | spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode | Vladimir Oltean | 2020-03-18 | 1 | -2/+5 |
| * | | spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode | Vladimir Oltean | 2020-03-18 | 1 | -54/+32 |
| * | | spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA | Vladimir Oltean | 2020-03-18 | 1 | -6/+20 |
| * | | spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR | Vladimir Oltean | 2020-03-18 | 1 | -2/+5 |
| * | | spi: mxs: Drop GPIO includes | Linus Walleij | 2020-03-17 | 1 | -2/+1 |
| * | | Merge series "spi: meson-spicc: add support for AXG and G12A variants" from N... | Mark Brown | 2020-03-12 | 2 | -127/+370 |
| |\ \ |
|
| | * | | spi: meson-spicc: add support for Amlogic G12A | Neil Armstrong | 2020-03-12 | 1 | -8/+46 |
| | * | | spi: meson-spicc: adapt burst handling for G12A support | Neil Armstrong | 2020-03-12 | 1 | -79/+50 |
| | * | | spi: meson-spicc: setup IO line delay | Neil Armstrong | 2020-03-12 | 1 | -1/+60 |
| | * | | spi: meson-spicc: add min sclk for each compatible | Neil Armstrong | 2020-03-12 | 1 | -1/+4 |
| | * | | spi: meson-spicc: support max 80MHz clock | Neil Armstrong | 2020-03-12 | 1 | -6/+6 |
| | * | | spi: meson-spicc: add a linear clock divider support | Sunny Luo | 2020-03-12 | 2 | -40/+165 |
| | * | | spi: meson-spicc: enhance output enable feature | Sunny Luo | 2020-03-12 | 1 | -2/+51 |
| | * | | spi: meson-spicc: remove unused variables | Neil Armstrong | 2020-03-12 | 1 | -2/+0 |
| * | | | spi: acpi: remove superfluous parameter check | Wolfram Sang | 2020-03-12 | 1 | -1/+1 |
| |/ / |
|
| * | | spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe | Dan Carpenter | 2020-03-12 | 1 | -2/+2 |
| * | | Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g... | Mark Brown | 2020-03-11 | 4 | -7/+702 |
| |\ \ |
|
| | * | | spi: add support for mediatek spi-nor controller | Chuanhong Guo | 2020-03-11 | 3 | -0/+700 |
| | * | | spi: make spi-max-frequency optional | Chuanhong Guo | 2020-03-11 | 1 | -7/+2 |
| | |/ |
|
| * | | spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX | John Garry | 2020-03-11 | 1 | -1/+0 |
| * | | spi: spi-fsl-dspi: fix DMA mapping | Michael Walle | 2020-03-10 | 1 | -7/+10 |
| * | | Merge series "spi: Add FSI-attached SPI controller driver" from Eddie James <... | Mark Brown | 2020-03-10 | 3 | -0/+566 |
| |\ \ |
|
| | * | | spi: Add FSI-attached SPI controller driver | Eddie James | 2020-03-10 | 3 | -0/+566 |
| * | | | spi: rspi: Add support for active-high chip selects | Geert Uytterhoeven | 2020-03-10 | 1 | -4/+32 |
| * | | | spi: rockchip: add compatible string for px30 rk3308 rk3328 | Johan Jonker | 2020-03-10 | 1 | -1/+4 |
| |/ / |
|
| * | | spi: Remove CONFIG_ prefix from Kconfig select | Joe Perches | 2020-03-06 | 1 | -1/+1 |
| * | | Merge series "TCFQ to XSPI migration for NXP DSPI driver" from Vladimir Oltea... | Mark Brown | 2020-03-05 | 2 | -153/+287 |
| |\ \ |
|
| | * | | spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write | Vladimir Oltean | 2020-03-05 | 1 | -10/+9 |
| | * | | spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI mode | Vladimir Oltean | 2020-03-05 | 1 | -9/+13 |
| | * | | spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt count | Vladimir Oltean | 2020-03-05 | 1 | -11/+25 |
| | * | | spi: spi-fsl-dspi: Accelerate transfers using larger word size if possible | Vladimir Oltean | 2020-03-05 | 1 | -25/+135 |
| | * | | spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode | Vladimir Oltean | 2020-03-05 | 1 | -88/+101 |