Age | Commit message (Expand) | Author |
2019-12-17 | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-12-16 | spi: fsl: use platform_get_irq() instead of of_irq_to_resource() | Christophe Leroy |
2019-12-16 | spi: nxp-fspi: Ensure width is respected in spi-mem operations | Michael Walle |
2019-12-11 | spi: spi-ti-qspi: Fix a bug when accessing non default CS | Vignesh Raghavendra |
2019-12-09 | spi: fsl: don't map irq during probe | Christophe Leroy |
2019-12-09 | spi: spi-cavium-thunderx: Add missing pci_release_regions() | Chuhong Yuan |
2019-12-04 | spi: sprd: Fix the incorrect SPI register | Huanpeng Xin |
2019-11-28 | spi: fsl: Handle the single hardwired chipselect case | Linus Walleij |
2019-11-28 | spi: fsl: Fix GPIO descriptor support | Linus Walleij |
2019-11-28 | spi: dw: Correct handling of native chipselect | Charles Keepax |
2019-11-27 | spi: cadence: Correct handling of native chipselect | Charles Keepax |
2019-11-25 | spi: pxa2xx: Add support for Intel Jasper Lake | Jarkko Nikula |
2019-11-22 | Merge branch 'spi-5.5' into spi-next | Mark Brown |
2019-11-22 | spi: pic32: Retire dma_request_slave_channel_compat() | Peter Ujfalusi |
2019-11-20 | spi: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-11-18 | spi: mediatek: add SPI_CS_HIGH support | Luhua Xu |
2019-11-18 | spi: st-ssc4: add missed pm_runtime_disable | Chuhong Yuan |
2019-11-15 | spi: tegra20-slink: add missed clk_unprepare | Chuhong Yuan |
2019-11-15 | spi: tegra20-slink: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: tegra114: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: s3c64xx: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: qup: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: pl022: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: imx: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: fsl-lpspi: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: atmel: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: at91-usart: Use dma_request_chan() directly for channel request | Peter Ujfalusi |
2019-11-15 | spi: fsl-cpm: Correct the free:ing | Linus Walleij |
2019-11-12 | spi: Fix regression to return zero on success instead of positive value | Tony Lindgren |
2019-11-11 | spi: pxa2xx: Add missed security checks | Chuhong Yuan |
2019-11-11 | spi: nxp-fspi: Use devm API to fix missed unregistration of controller | Chuhong Yuan |
2019-11-11 | spi: omap2-mcspi: Remove redundant checks | Vignesh Raghavendra |
2019-11-08 | spi: zynq-qspi: Support two chip selects | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Do the actual hardware initialization later in the probe | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Clarify the select chip function | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Enhance the Linear CFG bit definitions | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Keep the bitfields naming consistent | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Anything else than CS0 is not supported yet | Miquel Raynal |
2019-11-08 | spi: zynq-qspi: Keep the naming consistent across the driver | Miquel Raynal |
2019-11-07 | spi: spi-mem: fallback to using transfers when CS gpios are used | Chris Packham |
2019-11-07 | spi: bcm-qspi: Convert to use CS GPIO descriptors | Chris Packham |
2019-11-06 | spi: img-spfi: fix potential double release | Pan Bian |
2019-11-05 | spi: bcm2835: fix typo in comment | Chris Packham |
2019-11-05 | spi: dw: Fix Designware SPI loopback | Thor Thayer |
2019-11-04 | spi: sifive: disable clk when probe fails and remove | Chuhong Yuan |
2019-10-31 | spi: add power control when set_cs | Luhua Xu |
2019-10-30 | spi: zynq-qspi: Drop GPIO header | Linus Walleij |
2019-10-30 | spi: dw: Drop GPIO header | Linus Walleij |
2019-10-30 | spi: txx9: Convert to use GPIO descriptors | Linus Walleij |
2019-10-30 | spi: dw: Remove runtime PM enable/disable from common part of the driver | Jarkko Nikula |