aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski1-1/+1
2022-04-13spi: Pull in Atmel fixMark Brown8-47/+57
2022-04-13spi: atmel-quadspi: Remove duplicated DTR checksTudor Ambarus1-6/+0
2022-04-13spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-13spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer1-2/+17
2022-04-13spi: intel: Add support for Raptor Lake-S SPI serial flashMika Westerberg1-0/+1
2022-04-12spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng1-1/+11
2022-04-12spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das1-9/+6
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski1-6/+11
2022-04-12spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...Minghao Chi1-20/+10
2022-04-11spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin1-2/+3
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+2
2022-04-06spi: spi-cadence: Fix kernel-doc format for resume/suspendMichal Simek1-4/+4
2022-04-06spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu1-2/+2
2022-04-06spi: cadence-quadspi: fix protocol setup for non-1-1-X operationsMatthias Schiffer1-34/+12
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul1-0/+4
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2022-04-05spi: mediatek: add single/quad mode supportMark Brown1-17/+369
2022-04-05spi: spidev: replace usage of found with dedicated list iterator variableJakob Koschel1-4/+5
2022-04-05spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2-0/+4
2022-04-05spi: spidev: Replace OF specific code by device property APIAndy Shevchenko1-23/+22
2022-04-05spi: spidev: Replace ACPI specific code by device_get_match_data()Andy Shevchenko1-28/+19
2022-04-05spi: spidev: Convert BUILD_BUG_ON() to static_assert()Andy Shevchenko1-1/+1
2022-04-04spi: mediatek: support hclkLeilk Liu1-16/+69
2022-04-04spi: mediatek: add spi memory support for ipm designLeilk Liu1-1/+300
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET1-0/+1
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven1-2/+6
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-78/+305
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds41-684/+3299
2022-03-21Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+2
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal6-39/+42
2022-03-18spi: fsi: Implement a timeout for polling statusEddie James1-0/+10
2022-03-17spi: Fix erroneous sgs value with min_t()Biju Das1-2/+2
2022-03-17spi: Get sgs size fix into branchMark Brown1-2/+2
2022-03-16spi: tegra20: Use of_device_get_match_data()Minghao Chi1-7/+1
2022-03-15fix typos in commentsMark Brown1-1/+1
2022-03-15spi: mediatek: add ipm design support for MT7986Leilk Liu1-15/+87
2022-03-15spi: sun4i: fix typos in commentsJulia Lawall1-1/+1
2022-03-15spi: mediatek: support tick_delay without enhance_timingLeilk Liu1-3/+12
2022-03-10spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han1-3/+1
2022-03-10Merge tag 'spi-fix-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-03-08spi: Tesla FSD supportMark Brown1-8/+19
2022-03-08spi: s3c64xx: Add spi port configuration for Tesla FSD SoCAlim Akhtar1-0/+13
2022-03-08Tegra QUAD SPI combined sequence modeMark Brown1-16/+274
2022-03-08spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko1-2/+6
2022-03-08spi: tegra210-quad: combined sequence modeKrishna Yarlagadda1-5/+233
2022-03-08spi: tegra210-quad: add acpi supportKrishna Yarlagadda1-11/+41
2022-03-08spi: Fix invalid sgs valueBiju Das1-2/+2
2022-03-07spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer1-4/+4
2022-03-07spi: qup: replace spin_lock_irqsave by spin_lock in hard IRQXingbang Liu1-3/+2