summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-2141-684/+3299
|\
| * spi: fsi: Implement a timeout for polling statusEddie James2022-03-181-0/+10
| * spi: Fix erroneous sgs value with min_t()Biju Das2022-03-171-2/+2
| * spi: Get sgs size fix into branchMark Brown2022-03-171-2/+2
| |\
| * | spi: tegra20: Use of_device_get_match_data()Minghao Chi2022-03-161-7/+1
| * | fix typos in commentsMark Brown2022-03-151-1/+1
| |\ \
| | * | spi: sun4i: fix typos in commentsJulia Lawall2022-03-151-1/+1
| * | | spi: mediatek: add ipm design support for MT7986Leilk Liu2022-03-151-15/+87
| * | | spi: mediatek: support tick_delay without enhance_timingLeilk Liu2022-03-151-3/+12
| |/ /
| * | spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han2022-03-101-3/+1
| * | spi: Tesla FSD supportMark Brown2022-03-081-8/+19
| |\ \
| | * | spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar2022-03-081-0/+13
| | * | spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski2022-03-071-8/+6
| * | | Tegra QUAD SPI combined sequence modeMark Brown2022-03-081-16/+274
| |\ \ \
| | * | | spi: tegra210-quad: combined sequence modeKrishna Yarlagadda2022-03-081-5/+233
| | * | | spi: tegra210-quad: add acpi supportKrishna Yarlagadda2022-03-081-11/+41
| * | | | spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko2022-03-081-2/+6
| |/ / /
| * | | spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer2022-03-071-4/+4
| * | | spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQXingbang Liu2022-03-071-3/+2
| * | | spi: cadence: fix platform_get_irq.cocci warningYihao Han2022-03-071-3/+1
| * | | spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-03-031-4/+2
| * | | spi: spi-zynqmp-gqspi: Handle error for dma_set_maskJiasheng Jiang2022-03-021-1/+4
| * | | spi: use specific last_cs instead of last_cs_enableYun Zhou2022-02-281-2/+6
| * | | spi: pxa2xx-pci: Constify struct pxa_spi_info variablesAndy Shevchenko2022-02-281-5/+5
| * | | spi: pxa2xx-pci: Drop temporary storage use for a handful of membersAndy Shevchenko2022-02-281-61/+49
| * | | spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register()Andy Shevchenko2022-02-281-13/+22
| * | | spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()Andy Shevchenko2022-02-281-14/+9
| * | | spi: pxa2xx-pci: Replace enum with direct use of PCI IDsAndy Shevchenko2022-02-281-78/+83
| * | | spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()Andy Shevchenko2022-02-281-1/+2
| * | | spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()Andy Shevchenko2022-02-281-2/+3
| * | | spi: pxa2xx-pci: Move port_id assignment to ->setup()Andy Shevchenko2022-02-281-4/+4
| * | | spi: pxa2xx-pci: Drop redundant NULL check in ->probe()Andy Shevchenko2022-02-281-5/+3
| * | | spi: pxa2xx-pci: Refactor Quark X1000 to use ->setup()Andy Shevchenko2022-02-281-2/+9
| * | | spi: pxa2xx-pci: Refactor CE4100 to use ->setup()Andy Shevchenko2022-02-281-4/+11
| * | | Tegra QUAD SPI ACPI & device supportMark Brown2022-02-241-17/+34
| |\ \ \
| | * | | spi: tegra210-quad: add new chips to compatibleKrishna Yarlagadda2022-02-241-3/+30
| | * | | spi: tegra210-quad: use device_reset methodKrishna Yarlagadda2022-02-241-14/+4
| * | | | spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko2022-02-241-1/+16
| * | | | spi: pxa2xx-pci: Do not dereference fwnode in struct deviceAndy Shevchenko2022-02-241-1/+1
| |/ / /
| * | | spi: add missing pci_dev_put() before returnWang Qing2022-02-231-2/+5
| * | | spi: gpio: Implement LSB First bitbang supportAndreas Färber2022-02-222-9/+99
| * | | spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum2022-02-221-1/+1
| * | | spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-211-7/+1
| * | | spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit2022-02-181-1/+1
| * | | spi: clean up some inconsistent indentingYang Li2022-02-181-2/+2
| * | | spi: New support and problem adjustment of SPI rockchipMark Brown2022-02-176-23/+142
| |\ \ \
| | * | | spi: rockchip: clear interrupt status in error handlerJon Lin2022-02-171-1/+2
| | * | | spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM opsshengfei Xu2022-02-171-5/+9
| | * | | spi: rockchip: Preset cs-high and clk polarity in setup progressJon Lin2022-02-171-0/+24
| | * | | spi: rockchip: Stop spi slave dma receiver when cs inactiveJon Lin2022-02-171-8/+73