summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-11-08spi: spi-fsl-dspi: Fix crash when not using GPIO chip selectFrank Li1-1/+5
2024-11-08spi: geni-qcom: Fix boot warning related to pm_runtime and devresGeorgi Djakov1-3/+5
2024-10-10spi: bcm63xx: Fix missing pm_runtime_disable()Jinjie Ruan1-4/+4
2024-10-10spi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-10-10spi: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das1-0/+7
2024-10-10spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-10-10spi: spi-cadence: Fix missing spi_controller_is_target() checkJinjie Ruan1-2/+4
2024-10-10spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-2/+2
2024-10-10spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-04spi: atmel-quadspi: Fix wrong register value written to MRAlexander Dahl1-1/+1
2024-10-04spi: fspi: add support for imx8ulpHaibo Chen1-0/+10
2024-10-04spi: fspi: involve lut_num for struct nxp_fspi_devtype_dataHaibo Chen1-19/+25
2024-10-04spi: atmel-quadspi: Avoid overwriting delay register settingsAlexander Dahl1-6/+8
2024-10-04spi: airoha: remove read cache in airoha_snand_dirmap_read()Lorenzo Bianconi1-21/+0
2024-10-04spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04spi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04spi: airoha: fix airoha_snand_{write,read}_data data_len estimationLorenzo Bianconi1-2/+2
2024-10-04spi: airoha: fix dirmap_{read,write} operationsLorenzo Bianconi1-4/+14
2024-10-04spi: bcmbca-hsspi: Fix missing pm_runtime_disable()Jinjie Ruan1-4/+4
2024-10-04spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
2024-10-04spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-09-11spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu1-2/+3
2024-09-09spi: geni-qcom: Fix incorrect free_irq() sequenceJinjie Ruan1-2/+2
2024-09-09spi: geni-qcom: Undo runtime PM changes at driver exit timeJinjie Ruan1-7/+6
2024-09-05spi: spi-fsl-lpspi: Fix off-by-one in prescale maxStefan Wahren1-2/+2
2024-09-03spi: spidev: Add missing spi_device_id for jg10309-01Geert Uytterhoeven1-0/+1
2024-09-02spi: bcm63xx: Enable module autoloadingLiao Chen1-0/+1
2024-08-30spi: intel: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-08-29spi: spidev: Add an entry for elgin,jg10309-01Fabio Estevam1-0/+1
2024-08-28spi: rockchip: Resolve unbalanced runtime PM / system PM handlingBrian Norris1-16/+7
2024-08-22spi: pxa2xx: Move PM runtime handling to the glue driversAndy Shevchenko3-17/+35
2024-08-22spi: pxa2xx: Do not override dev->platform_data on probeAndy Shevchenko4-9/+7
2024-08-20spi: spi-fsl-lpspi: limit PRESCALE bit in TCR registerCarlos Song1-2/+29
2024-08-14spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resumeVignesh Raghavendra1-1/+13
2024-08-13spi: zynqmp-gqspi: Scale timeout by data sizeSean Anderson1-6/+24
2024-08-07spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-07-30spi: spidev: Add missing spi_device_id for bh2228fvGeert Uytterhoeven1-0/+1
2024-07-30spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir...Devyn Liu1-0/+3
2024-07-30spi: hisi-kunpeng: Add validation for the minimum value of speed_hzDevyn Liu1-0/+1
2024-07-27Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-80/+111
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+0
2024-07-18spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley1-0/+1
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds34-530/+911
2024-07-15spi: microchip-core: add support for word sizes of 1 to 32 bitsSteve Wilkins1-22/+31
2024-07-15spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins1-0/+4
2024-07-15spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins1-8/+9
2024-07-15spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins1-38/+41
2024-07-15spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins1-2/+17
2024-07-15spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli1-10/+8