Age | Commit message (Expand) | Author | Files | Lines |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -2/+1 |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 3 | -3/+3 |
2020-01-23 | Merge branch 'spi-5.6' into spi-next | Mark Brown | 28 | -531/+1053 |
2020-01-23 | Merge branch 'spi-5.5' into spi-linus | Mark Brown | 4 | -20/+33 |
2020-01-21 | spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2 | Lubomir Rintel | 1 | -11/+17 |
2020-01-21 | spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations | Michael Walle | 1 | -1/+1 |
2020-01-17 | spi: npcm-pspi: modify reset support | Tomer Maimon | 1 | -22/+11 |
2020-01-17 | spi: npcm-pspi: improve spi transfer performance | Tomer Maimon | 1 | -0/+7 |
2020-01-17 | spi: spi-ti-qspi: fix warning | Jean Pihet | 1 | -0/+1 |
2020-01-17 | spi: npcm-pspi: fix 16 bit send and receive support | Tomer Maimon | 1 | -8/+9 |
2020-01-17 | spi: pxa2xx: Add support for Intel Comet Lake PCH-V | Jarkko Nikula | 1 | -0/+3 |
2020-01-14 | spi: fsl: simplify error path in of_fsl_spi_probe() | Christophe Leroy | 1 | -19/+8 |
2020-01-14 | spi: fsl-lpspi: fix only one cs-gpio working | Philippe Schenker | 1 | -16/+16 |
2020-01-14 | spi: spi-ti-qspi: optimize byte-transfers | Jean Pihet | 1 | -3/+51 |
2020-01-14 | spi: spi-ti-qspi: support large flash devices | Jean Pihet | 1 | -0/+30 |
2020-01-13 | spi: spi-qcom-qspi: Use device managed memory for clk_bulk_data | Matthias Kaehlcke | 1 | -1/+8 |
2020-01-10 | spi: Add HiSilicon v3xx SPI NOR flash controller driver | John Garry | 3 | -0/+294 |
2020-01-09 | spi: bcm2835: Raise maximum number of slaves to 4 | Lukas Wunner | 1 | -1/+1 |
2020-01-09 | spi: sh-msiof: Do not redefine STR while compile testing | Krzysztof Kozlowski | 1 | -209/+209 |
2020-01-07 | spi: rspi: Add support for GPIO chip selects | Geert Uytterhoeven | 1 | -1/+8 |
2020-01-07 | spi: rspi: Add support for multiple native chip selects | Geert Uytterhoeven | 1 | -1/+4 |
2020-01-07 | spi: rspi: Remove set_config_register() macro | Geert Uytterhoeven | 1 | -3/+1 |
2020-01-07 | spi: rspi: Use dev_warn_once() instead of open-coding | Geert Uytterhoeven | 1 | -3/+2 |
2020-01-07 | spi: sh-msiof: Convert to generic unused native cs handling. | Geert Uytterhoeven | 1 | -50/+3 |
2020-01-07 | spi: Add generic support for unused native cs with cs-gpios | Geert Uytterhoeven | 1 | -0/+17 |
2020-01-07 | spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message | Rayagonda Kokatanur | 1 | -1/+1 |
2020-01-06 | spi: dw: use "smp_mb()" to avoid sending spi data error | Xinwei Kong | 1 | -0/+3 |
2020-01-06 | Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -43/+50 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 3 | -3/+3 |
2020-01-03 | spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls | wuxu.wu | 2 | -3/+13 |
2019-12-31 | spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode | Vladimir Oltean | 1 | -11/+4 |
2019-12-27 | spi: Don't look at TX buffer for PTP system timestamping | Vladimir Oltean | 2 | -17/+14 |
2019-12-27 | spi: Catch improper use of PTP system timestamping API | Vladimir Oltean | 1 | -0/+7 |
2019-12-27 | spi: oc-tiny: Use GPIO descriptors | Linus Walleij | 1 | -49/+1 |
2019-12-25 | spi: uniphier: Add DMA transfer mode support | Kunihiko Hayashi | 1 | -2/+198 |
2019-12-25 | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 9 | -26/+54 |
2019-12-25 | spi: tegra114: use true,false for bool variable | zhengbin | 1 | -2/+2 |
2019-12-25 | spi: imx: use true,false for bool variable | zhengbin | 1 | -2/+2 |
2019-12-25 | spi: fsl-lpspi: use true,false for bool variable | zhengbin | 1 | -2/+2 |
2019-12-25 | spi: uniphier: Add handle_err callback function | Kunihiko Hayashi | 1 | -0/+17 |
2019-12-25 | spi: uniphier: Change argument of irq functions to private structure | Kunihiko Hayashi | 1 | -6/+6 |
2019-12-25 | spi: uniphier: Fix FIFO threshold | Kunihiko Hayashi | 1 | -12/+19 |
2019-12-17 | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -14/+35 |
2019-12-17 | spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFER | Jim Quinlan | 1 | -1/+4 |
2019-12-17 | spi: spi-ti-qspi: Remove unused macro for fclk frequency | Jean Pihet | 1 | -2/+0 |
2019-12-16 | spi: meson-spicc: Use GPIO descriptors | Linus Walleij | 1 | -23/+2 |
2019-12-16 | spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -10/+22 |
2019-12-16 | spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -6/+24 |
2019-12-16 | spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -6/+6 |
2019-12-16 | spi: sirf: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -6/+6 |