Age | Commit message (Expand) | Author |
2024-08-22 | spi: pxa2xx: Move PM runtime handling to the glue drivers | Andy Shevchenko |
2024-08-22 | spi: pxa2xx: Do not override dev->platform_data on probe | Andy Shevchenko |
2024-08-20 | spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register | Carlos Song |
2024-08-14 | spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resume | Vignesh Raghavendra |
2024-08-13 | spi: zynqmp-gqspi: Scale timeout by data size | Sean Anderson |
2024-08-07 | spi: spi-fsl-lpspi: Fix scldiv calculation | Stefan Wahren |
2024-07-30 | spi: spidev: Add missing spi_device_id for bh2228fv | Geert Uytterhoeven |
2024-07-30 | spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir... | Devyn Liu |
2024-07-30 | spi: hisi-kunpeng: Add validation for the minimum value of speed_hz | Devyn Liu |
2024-07-27 | Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-07-19 | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-07-18 | spi: spidev: add correct compatible for Rohm BH2228FV | Conor Dooley |
2024-07-15 | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds |
2024-07-15 | spi: microchip-core: add support for word sizes of 1 to 32 bits | Steve Wilkins |
2024-07-15 | spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer | Steve Wilkins |
2024-07-15 | spi: microchip-core: fix init function not setting the master and motorola modes | Steve Wilkins |
2024-07-15 | spi: microchip-core: only disable SPI controller when register value change r... | Steve Wilkins |
2024-07-15 | spi: microchip-core: defer asserting chip select until just before write to T... | Steve Wilkins |
2024-07-15 | spi: microchip-core: fix the issues in the isr | Naga Sureshkumar Relli |
2024-07-09 | spi: mux: set ctlr->bits_per_word_mask | David Lechner |
2024-07-09 | spi: add defer_optimize_message controller flag | David Lechner |
2024-07-09 | spi: don't unoptimize message in spi_async() | David Lechner |
2024-07-08 | spi: add ch341a usb2spi driver | Johannes Thumshirn |
2024-07-08 | spi: spi: Remove unnecessary ‘0’ values from status | Li zeming |
2024-07-08 | spi: spi: Remove unnecessary ‘0’ values from rc | Li zeming |
2024-07-05 | spi: xcomm: fix coding style | Nuno Sa |
2024-07-05 | spi: xcomm: remove i2c_set_clientdata() | Nuno Sa |
2024-07-05 | spi: xcomm: make use of devm_spi_alloc_host() | Nuno Sa |
2024-07-05 | spi: xcomm: add gpiochip support | Michael Hennerich |
2024-07-04 | spi: omap2-mcspi: Revert multi mode support | Mark Brown |
2024-07-04 | Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman |
2024-07-03 | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman |
2024-07-01 | spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns' | Frank Li |
2024-07-01 | spi: davinci: Unset POWERDOWN bit when releasing resources | Bastien Curutchet |
2024-06-27 | spi: axi-spi-engine: remove platform_set_drvdata() | David Lechner |
2024-06-25 | spi: spi-fsl-lpspi: Pass pm_ptr() | Fabio Estevam |
2024-06-25 | spi: spi-imx: Pass pm_ptr() | Fabio Estevam |
2024-06-25 | spi: add devm_spi_optimize_message() helper | Mark Brown |
2024-06-25 | spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS() | Fabio Estevam |
2024-06-25 | spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS() | Fabio Estevam |
2024-06-24 | spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message) | David Lechner |
2024-06-24 | spi: axi-spi-engine: fix sleep calculation | David Lechner |
2024-06-24 | spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices | Uwe Kleine-König |
2024-06-23 | spi: add devm_spi_optimize_message() helper | Mark Brown |
2024-06-22 | spi: add devm_spi_optimize_message() helper | David Lechner |
2024-06-21 | spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices | Uwe Kleine-König |
2024-06-20 | spi: cs42l43: Add speaker id support to the bridge configuration | Simon Trimmer |
2024-06-20 | spi: cs42l43: Refactor accessing the SDCA extension properties | Charles Keepax |