summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-272-80/+111
|\
| * spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley2024-07-181-0/+1
| * spi: microchip-core: add support for word sizes of 1 to 32 bitsSteve Wilkins2024-07-151-22/+31
| * spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins2024-07-151-0/+4
| * spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins2024-07-151-8/+9
| * spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins2024-07-151-38/+41
| * spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins2024-07-151-2/+17
| * spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli2024-07-151-10/+8
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-202-2/+0
|\ \ \
| * \ \ Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-041-0/+28
| |\ \ \
| * | | | parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-032-2/+0
* | | | | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-07-1634-530/+911
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | spi: add ch341a usb2spi driverJohannes Thumshirn2024-07-083-0/+248
| * | | | spi: spi: Remove unnecessary ‘0’ values from statusLi zeming2024-07-081-1/+1
| * | | | spi: spi: Remove unnecessary ‘0’ values from rcLi zeming2024-07-081-1/+1
| * | | | spi: xcomm: fix coding styleNuno Sa2024-07-051-14/+14
| * | | | spi: xcomm: remove i2c_set_clientdata()Nuno Sa2024-07-051-1/+0
| * | | | spi: xcomm: make use of devm_spi_alloc_host()Nuno Sa2024-07-051-2/+2
| * | | | spi: xcomm: add gpiochip supportMichael Hennerich2024-07-051-1/+41
| * | | | spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'Frank Li2024-07-011-5/+14
| * | | | spi: axi-spi-engine: remove platform_set_drvdata()David Lechner2024-06-271-7/+1
| * | | | spi: spi-fsl-lpspi: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
| * | | | spi: spi-imx: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
| * | | | spi: add devm_spi_optimize_message() helperMark Brown2024-06-251-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner2024-06-241-0/+1
| * | | | spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-3/+3
| * | | | spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-7/+6
| * | | | spi: add devm_spi_optimize_message() helperMark Brown2024-06-231-0/+27
| |\| | |
| | * | | spi: add devm_spi_optimize_message() helperDavid Lechner2024-06-221-0/+27
| | | |/ | | |/|
| * | | spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König2024-06-211-1/+1
| * | | spi: cs42l43: Add speaker id support to the bridge configurationSimon Trimmer2024-06-201-21/+52
| * | | spi: cs42l43: Refactor accessing the SDCA extension propertiesCharles Keepax2024-06-201-0/+1
| * | | spi: Merge up fixesMark Brown2024-06-204-28/+20
| |\ \ \ | | | |/ | | |/|
| * | | spi: spi-cadence: Enable spi refclk in slave modeAmit Kumar Mahapatra2024-06-191-7/+7
| * | | spi: cs42l43: Refactor accessing the SDCA extension propertiesCharles Keepax2024-06-181-16/+9
| * | | spi: meson-spicc: add spicc loopback modeXianwei Zhao2024-06-121-2/+4
| * | | spi: Rework DMA mapped flagMark Brown2024-06-118-65/+52
| |\ \ \
| | * | | spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko2024-06-102-47/+28
| | * | | spi: qup: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-5/+4
| | * | | spi: pci1xxxx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+3
| | * | | spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-4/+2
| | * | | spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-4/+4
| | * | | spi: ingenic: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+2
| | * | | spi: dw: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+2
| | * | | spi: Introduce internal spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-0/+8
| * | | | spi: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-106-0/+6
| * | | | spi: meson-spicc: set SPI clock flag CLK_SET_RATE_PARENTXianwei Zhao2024-06-101-6/+10
| |/ / /
| * | | spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directlyAndy Shevchenko2024-06-031-26/+13