summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-254-78/+305
|\
| * Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-186-39/+42
| |\
| * | spi: mxic: Add support for pipelined ECC operationsMiquel Raynal2022-02-102-2/+112
| * | spi: mxic: Add support for direct mappingMiquel Raynal2022-02-101-3/+109
| * | spi: mxic: Create a helper to ease the start of an operationMiquel Raynal2022-02-101-24/+29
| * | spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal2022-02-101-12/+19
| * | spi: mxic: Fix the transmit pathMiquel Raynal2022-02-101-16/+12
| * | spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal2022-02-101-0/+5
| * | spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal2022-02-103-23/+2
| * | spi: mxic: Provide a capability structureMiquel Raynal2022-02-101-0/+5
| * | spi: cadence-quadspi: Provide a capability structureMiquel Raynal2022-02-101-0/+5
| * | spi: spi-mem: Check the controller extra capabilitiesMiquel Raynal2022-02-101-4/+13
* | | 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