summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spi: spi-imx: set max_native_cs for imx51/imx53/imx6 variantsRasmus Villemoes2023-05-231-0/+5
| * | | spi: spi-imx: use "controller" variable consistently in spi_imx_probe()Rasmus Villemoes2023-05-231-10/+10
| * | | spi: spi-cadence: Add missing kernel doc for clk_rate in cdns_spiCharles Keepax2023-05-231-0/+1
| * | | spi: hisi-kunpeng: Fix error checkingYeqi Fu2023-05-181-1/+1
| * | | spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoCBrad Larson2023-05-171-0/+19
| * | | spi: dw: Round of n_bytes to power of 2Joy Chakraborty2023-05-151-1/+4
| * | | spi: dw: Add DMA address widths capability checkJoy Chakraborty2023-05-152-1/+15
| * | | spi: dw: Add DMA directional capability checkJoy Chakraborty2023-05-151-9/+32
| * | | spi: sun6i: add support for R329/D1/R528/T113s SPI controllersMaksim Kiselev2023-05-121-0/+8
| * | | spi: sun6i: add quirk for in-controller clock dividerMaksim Kiselev2023-05-121-30/+61
| * | | spi: sun6i: change OF match data to a structIcenowy Zheng2023-05-121-10/+22
| * | | spi: s3c64xx: Disable IRQ mode when using DMAJaewon Kim2023-05-111-1/+1
| * | | spi: dw: DW SPI DMA Driver updatesMark Brown2023-05-081-10/+14
| |\ \ \
| | * | | spi: dw: Move dw_spi_can_dma()Joy Chakraborty2023-05-081-8/+8
| | * | | spi: dw: Add 32 bpw support to SPI DW DMA driverJoy Chakraborty2023-05-081-4/+8
| | |/ /
| * | | spi: Add DMA mode support to spi-qcom-qspiMark Brown2023-05-081-6/+212
| |\ \ \
| | * | | spi: spi-qcom-qspi: Add DMA mode supportVijaya Krishna Nivarthi2023-05-081-6/+212
| | |/ /
| * | | Improve polling mode of s3c64xx driverMark Brown2023-05-081-12/+69
| |\ \ \
| | * | | spi: s3c64xx: support interrupt based pio modeJaewon Kim2023-05-081-8/+58
| | * | | spi: s3c64xx: add sleep during transferJaewon Kim2023-05-081-2/+9
| | * | | spi: s3c64xx: change polling mode to optionalJaewon Kim2023-05-081-2/+2
| | |/ /
| * | | spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi2023-05-081-1/+1
| * | | spi: lpspi: run transfer speed_hz sanity checkClark Wang2023-05-081-0/+6
| |/ /
* | | Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-06-281-53/+50
|\ \ \
| * \ \ Add Renesas PMIC RAA215300 and built-in RTCMark Brown2023-06-246-23/+48
| |\ \ \
| * | | | spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, use framework insteadVijaya Krishna Nivarthi2023-06-061-53/+50
* | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \ \
| * | | | | drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
| |/ / / /
* | / / / spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong2023-06-151-0/+2
| |/ / / |/| | |
* | | | spi: dw: Replace incorrect spi_get_chipselect with setAbe Kohandel2023-06-131-1/+1
* | | | spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean2023-06-061-0/+15
* | | | spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang2023-06-061-2/+5
| |_|/ |/| |
* | | spi: qup: Request DMA before enabling clocksStephan Gerhold2023-05-301-19/+18
* | | spi: mt65xx: make sure operations completed before unloadingDaniel Golle2023-05-231-0/+3
* | | spi: lpspi: disable lpspi module irq in DMA modeClark Wang2023-05-231-1/+6
|/ /
* | spi: spi-cadence: Interleave write of TX and read of RX FIFOCharles Keepax2023-05-221-34/+30
* | spi: dw: Replace spi->chip_select references with function callsAmit Kumar Mahapatra2023-05-161-4/+4
* | spi: spi-cadence: Only overlap FIFO transactions in slave modeCharles Keepax2023-05-151-7/+8
* | spi: spi-cadence: Avoid read of RX FIFO before its readyCharles Keepax2023-05-151-27/+15
* | spi: spi-geni-qcom: Select FIFO mode for chip selectVijaya Krishna Nivarthi2023-05-111-0/+2
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-2/+2
|\
| * of: Rename of_modalias_node()Miquel Raynal2023-04-051-2/+2
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-2/+0
| |/
* | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-27124-1234/+1674
|\ \
| * | spi: bcm63xx: use macro DEFINE_SIMPLE_DEV_PM_OPSDhruva Gole2023-04-251-3/+1
| * | Tegra TPM driver with HW flow controlMark Brown2023-04-241-0/+14
| |\ \
| | * | spi: tegra210-quad: Enable TPM wait pollingKrishna Yarlagadda2023-04-211-0/+14
| * | | spi: bcm63xx: remove PM_SLEEP based conditional compilationDhruva Gole2023-04-211-2/+0
| |/ /