| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: microchip-core-qspi: fix setting spi bus clock rate | Conor Dooley | 2024-05-09 | 1 | -0/+1 |
* | spi: stm32: enable controller before asserting CS | Ben Wolsieffer | 2024-05-03 | 1 | -12/+2 |
* | spi: fix null pointer dereference within spi_sync | Mans Rullgard | 2024-05-01 | 1 | -0/+1 |
* | spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs | Devyn Liu | 2024-04-16 | 1 | -2/+0 |
* | spi: axi-spi-engine: fix version format string | David Lechner | 2024-04-14 | 1 | -1/+1 |
* | spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe | Huai-Yuan Liu | 2024-04-03 | 1 | -0/+2 |
* | spi: spi-fsl-lpspi: remove redundant spi_controller_put call | Carlos Song | 2024-04-03 | 1 | -8/+6 |
* | spi: s3c64xx: Use DMA mode from fifo size | Jaewon Kim | 2024-03-29 | 1 | -3/+2 |
* | Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2024-03-22 | 6 | -29/+35 |
|\ |
|
| * | spi: spi-mt65xx: Fix NULL pointer access in interrupt handler | Fei Shao | 2024-03-21 | 1 | -10/+12 |
| * | spi: spi-imx: fix off-by-one in mx51 CPU mode burst length | Adam Butcher | 2024-03-18 | 1 | -2/+2 |
| * | spi: Merge up v6.8 release | Mark Brown | 2024-03-18 | 7 | -153/+40 |
| |\ |
|
| * | | spi: lm70llp: fix links in doc and comments | Kousik Sanagavarapu | 2024-03-18 | 1 | -2/+2 |
| * | | spi: Fix error code checking in spi_mem_exec_op() | Florian Fainelli | 2024-03-14 | 1 | -1/+1 |
| * | | spi: Restore delays for non-GPIO chip select | Janne Grunau | 2024-03-12 | 1 | -10/+14 |
| * | | spi: lpspi: Avoid potential use-after-free in probe() | Alexander Sverdlin | 2024-03-12 | 1 | -4/+4 |
* | | | Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2024-03-14 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | spi: cs42l43: Tidy up header includes | Charles Keepax | 2024-02-23 | 1 | -0/+2 |
* | | | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2024-03-13 | 38 | -563/+1294 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | spi: Introduce SPI_INVALID_CS and is_valid_cs() | Andy Shevchenko | 2024-03-07 | 1 | -16/+23 |
| * | | spi: Consistently use BIT for cs_index_mask | Andy Shevchenko | 2024-03-07 | 1 | -24/+11 |
| * | | spi: Exctract spi_dev_check_cs() helper | Andy Shevchenko | 2024-03-06 | 1 | -20/+27 |
| * | | spi: Exctract spi_set_all_cs_unused() helper | Andy Shevchenko | 2024-03-06 | 1 | -50/+24 |
| * | | spi: s3c64xx: switch exynos850 to new port config data | Tudor Ambarus | 2024-03-05 | 1 | -4/+3 |
| * | | spi: s3c64xx: switch gs101 to new port config data | Tudor Ambarus | 2024-03-05 | 1 | -6/+6 |
| * | | spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id | Tudor Ambarus | 2024-03-05 | 1 | -3/+23 |
| * | | spi: s3c64xx: get rid of the OF alias ID dependency | Tudor Ambarus | 2024-03-05 | 1 | -0/+4 |
| * | | spi: s3c64xx: introduce s3c64xx_spi_set_port_id() | Tudor Ambarus | 2024-03-05 | 1 | -12/+25 |
| * | | spi: s3c64xx: let the SPI core determine the bus number | Tudor Ambarus | 2024-03-05 | 1 | -2/+2 |
| * | | spi: s3c64xx: allow FIFO depth to be determined from the compatible | Tudor Ambarus | 2024-03-05 | 1 | -2/+6 |
| * | | spi: s3c64xx: retrieve the FIFO depth from the device tree | Tudor Ambarus | 2024-03-05 | 1 | -1/+3 |
| * | | spi: s3c64xx: determine the fifo depth only once | Tudor Ambarus | 2024-03-05 | 1 | -5/+9 |
| * | | spi: s3c64xx: allow full FIFO masks | Tudor Ambarus | 2024-03-05 | 1 | -4/+36 |
| * | | spi: s3c64xx: define a magic value | Tudor Ambarus | 2024-03-05 | 1 | -1/+3 |
| * | | spi: axi-spi-engine: use struct_size() macro | David Lechner | 2024-03-04 | 1 | -3/+2 |
| * | | spi: axi-spi-engine: use __counted_by() attribute | David Lechner | 2024-03-04 | 1 | -3/+4 |
| * | | spi: axi-spi-engine: remove p from struct spi_engine_message_state | David Lechner | 2024-03-04 | 1 | -3/+0 |
| * | | spi: stm32-qspi: Replace of_gpio.h by proper one | Andy Shevchenko | 2024-02-29 | 1 | -1/+1 |
| * | | spi: pic32: Replace of_gpio.h by proper one | Andy Shevchenko | 2024-02-29 | 1 | -1/+1 |
| * | | spi: ppc4xx: Fix fallout from rename in struct spi_bitbang | Uwe Kleine-König | 2024-02-27 | 1 | -7/+7 |
| * | | spi: add support for pre-cooking messages | Mark Brown | 2024-02-26 | 3 | -80/+247 |
| |\ \ |
|
| | * | | spi: axi-spi-engine: move message compile to optimize_message | David Lechner | 2024-02-26 | 1 | -23/+17 |
| | * | | spi: stm32: move splitting transfers to optimize_message | David Lechner | 2024-02-26 | 1 | -12/+16 |
| | * | | spi: move splitting transfers to spi_optimize_message() | David Lechner | 2024-02-26 | 1 | -42/+68 |
| | * | | spi: add spi_optimize_message() APIs | David Lechner | 2024-02-26 | 1 | -4/+147 |
| * | | | spi: spi-mem: add statistics support to ->exec_op() calls | Théo Lebrun | 2024-02-26 | 1 | -1/+48 |
| |/ / |
|
| * | | spi: cadence-qspi: report correct number of chip-select | Théo Lebrun | 2024-02-21 | 1 | -2/+6 |
| * | | spi: cadence-qspi: set maximum chip-select to 4 | Théo Lebrun | 2024-02-21 | 1 | -1/+3 |
| * | | spi: cadence-qspi: assert each subnode flash CS is valid | Théo Lebrun | 2024-02-21 | 1 | -1/+1 |
| * | | spi: dw: remove redundant assignment to variable len | Colin Ian King | 2024-02-15 | 1 | -1/+1 |