Age | Commit message (Expand) | Author |
2024-04-03 | spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe | Huai-Yuan Liu |
2024-04-03 | spi: spi-fsl-lpspi: remove redundant spi_controller_put call | Carlos Song |
2024-03-29 | spi: s3c64xx: Use DMA mode from fifo size | Jaewon Kim |
2024-03-22 | Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2024-03-21 | spi: spi-mt65xx: Fix NULL pointer access in interrupt handler | Fei Shao |
2024-03-18 | spi: spi-imx: fix off-by-one in mx51 CPU mode burst length | Adam Butcher |
2024-03-18 | spi: Merge up v6.8 release | Mark Brown |
2024-03-18 | spi: lm70llp: fix links in doc and comments | Kousik Sanagavarapu |
2024-03-14 | Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds |
2024-03-14 | spi: Fix error code checking in spi_mem_exec_op() | Florian Fainelli |
2024-03-13 | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2024-03-12 | spi: Restore delays for non-GPIO chip select | Janne Grunau |
2024-03-12 | spi: lpspi: Avoid potential use-after-free in probe() | Alexander Sverdlin |
2024-03-07 | spi: Introduce SPI_INVALID_CS and is_valid_cs() | Andy Shevchenko |
2024-03-07 | spi: Consistently use BIT for cs_index_mask | Andy Shevchenko |
2024-03-06 | spi: Exctract spi_dev_check_cs() helper | Andy Shevchenko |
2024-03-06 | spi: Exctract spi_set_all_cs_unused() helper | Andy Shevchenko |
2024-03-06 | spi: cs42l43: Don't limit native CS to the first chip select | Charles Keepax |
2024-03-05 | spi: s3c64xx: switch exynos850 to new port config data | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: switch gs101 to new port config data | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: get rid of the OF alias ID dependency | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: introduce s3c64xx_spi_set_port_id() | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: let the SPI core determine the bus number | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: allow FIFO depth to be determined from the compatible | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: retrieve the FIFO depth from the device tree | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: determine the fifo depth only once | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: allow full FIFO masks | Tudor Ambarus |
2024-03-05 | spi: s3c64xx: define a magic value | Tudor Ambarus |
2024-03-04 | spi: axi-spi-engine: use struct_size() macro | David Lechner |
2024-03-04 | spi: axi-spi-engine: use __counted_by() attribute | David Lechner |
2024-03-04 | spi: axi-spi-engine: remove p from struct spi_engine_message_state | David Lechner |
2024-02-29 | spi: stm32-qspi: Replace of_gpio.h by proper one | Andy Shevchenko |
2024-02-29 | spi: pic32: Replace of_gpio.h by proper one | Andy Shevchenko |
2024-02-27 | spi: ppc4xx: Fix fallout from rename in struct spi_bitbang | Uwe Kleine-König |
2024-02-27 | spi: Drop mismerged fix | Mark Brown |
2024-02-26 | spi: add support for pre-cooking messages | Mark Brown |
2024-02-26 | spi: spi-mem: add statistics support to ->exec_op() calls | Théo Lebrun |
2024-02-26 | spi: axi-spi-engine: move message compile to optimize_message | David Lechner |
2024-02-26 | spi: stm32: move splitting transfers to optimize_message | David Lechner |
2024-02-26 | spi: move splitting transfers to spi_optimize_message() | David Lechner |
2024-02-26 | spi: add spi_optimize_message() APIs | David Lechner |
2024-02-23 | spi: cs42l43: Tidy up header includes | Charles Keepax |
2024-02-22 | spi: cadence-qspi: add system-wide suspend and resume callbacks | Théo Lebrun |
2024-02-22 | spi: cadence-qspi: put runtime in runtime PM hooks names | Théo Lebrun |
2024-02-22 | spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks | Théo Lebrun |
2024-02-22 | spi: cadence-qspi: fix pointer reference in runtime PM hooks | Théo Lebrun |
2024-02-21 | spi: cadence-qspi: report correct number of chip-select | Théo Lebrun |
2024-02-21 | spi: cadence-qspi: set maximum chip-select to 4 | Théo Lebrun |
2024-02-21 | spi: cadence-qspi: assert each subnode flash CS is valid | Théo Lebrun |