summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-04-19Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-04-13spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
2022-04-13spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer
2022-04-13spi: intel: Add support for Raptor Lake-S SPI serial flashMika Westerberg
2022-04-12spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-04-06spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu
2022-04-06spi: cadence-quadspi: fix protocol setup for non-1-1-X operationsMatthias Schiffer
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-21Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal
2022-03-18spi: fsi: Implement a timeout for polling statusEddie James
2022-03-17spi: Fix erroneous sgs value with min_t()Biju Das
2022-03-17spi: Get sgs size fix into branchMark Brown
2022-03-16spi: tegra20: Use of_device_get_match_data()Minghao Chi
2022-03-15fix typos in commentsMark Brown
2022-03-15spi: mediatek: add ipm design support for MT7986Leilk Liu
2022-03-15spi: sun4i: fix typos in commentsJulia Lawall
2022-03-15spi: mediatek: support tick_delay without enhance_timingLeilk Liu
2022-03-10spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han
2022-03-10Merge tag 'spi-fix-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-03-08spi: Tesla FSD supportMark Brown
2022-03-08spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar
2022-03-08Tegra QUAD SPI combined sequence modeMark Brown
2022-03-08spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko
2022-03-08spi: tegra210-quad: combined sequence modeKrishna Yarlagadda
2022-03-08spi: tegra210-quad: add acpi supportKrishna Yarlagadda
2022-03-08spi: Fix invalid sgs valueBiju Das
2022-03-07spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer
2022-03-07spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQXingbang Liu
2022-03-07spi: cadence: fix platform_get_irq.cocci warningYihao Han
2022-03-07spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski
2022-03-03spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-03-02spi: spi-zynqmp-gqspi: Handle error for dma_set_maskJiasheng Jiang
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou
2022-02-28spi: pxa2xx-pci: Constify struct pxa_spi_info variablesAndy Shevchenko
2022-02-28spi: pxa2xx-pci: Drop temporary storage use for a handful of membersAndy Shevchenko
2022-02-28spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Replace enum with direct use of PCI IDsAndy Shevchenko
2022-02-28spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Move port_id assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Drop redundant NULL check in ->probe()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Refactor Quark X1000 to use ->setup()Andy Shevchenko