aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-09-01spi: spi-fsl-lpspi: Constify devtype datasJames Clark1-2/+2
2025-09-01spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore1-4/+5
2025-09-01spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-01spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-01spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-08-29spi: microchip-core-qspi: stop checking viability of op->max_freq in supports...Conor Dooley1-12/+0
2025-08-28add COMPILE_TEST supportMark Brown2-21/+18
2025-08-28spi: Drop dev_pm_domain_detach() callClaudiu Beznea1-7/+3
2025-08-28spi: rb4xx: use devm for clk_prepare_enableRosen Penev1-14/+1
2025-08-28spi: rb4xx: add COMPILE_TEST supportRosen Penev2-6/+15
2025-08-28spi: rb4xx: depend on OFRosen Penev2-1/+2
2025-08-21Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+27
2025-08-21spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEPRaphael Gallais-Pou1-5/+5
2025-08-19spi: Remove the use of dev_err_probe()Mark Brown8-13/+9
2025-08-19spi: s3c64xx: Remove the use of dev_err_probe()Xichao Zhao1-2/+1
2025-08-19spi: pxa2xx: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: mt65xx: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: Remove the use of dev_err_probe()Xichao Zhao2-4/+2
2025-08-19spi: SPISG: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: spi_amd: Remove the use of dev_err_probe()Xichao Zhao2-4/+3
2025-08-19spi: SPISG: Use devm_kcalloc() in aml_spisg_clk_init()Qianfeng Rong1-1/+1
2025-08-18spi: use min_t() to improve codeMark Brown3-16/+11
2025-08-18spi: offload-trigger: followupMark Brown1-1/+4
2025-08-18spi: spl022: use min_t() to improve codeQianfeng Rong1-8/+5
2025-08-18spi: npcm-fiu: use min_t() to improve codeQianfeng Rong1-4/+2
2025-08-18spi: spi-fsl-lpspi: use min_t() to improve codeQianfeng Rong1-4/+4
2025-08-18spi: offload trigger: adi-util-sigma-delta: clean up importsDavid Lechner1-1/+4
2025-08-13spi: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-08-13spi: spi-qpic-snand: handle 'use_ecc' parameter of qcom_spi_config_cw_read()Gabor Juhos1-3/+8
2025-08-12spi: spi-qpic-snand: cleanup 'qpic_ecc' structureMark Brown1-15/+2
2025-08-12spi: loopback-test: Don't use %pK through printkThomas Weißschuh1-6/+6
2025-08-12spi: mtk-snfi: Remove redundant semicolonsLiao Yuanhong1-1/+0
2025-08-12spi: bcm2835: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-11spi: spi-qpic-snand: remove 'clr*status' members of struct 'qpic_ecc'Gabor Juhos1-14/+2
2025-08-11spi: spi-qpic-snand: remove unused 'dev' member of struct 'qpic_ecc'Gabor Juhos1-1/+0
2025-08-10spi: spi-qpic-snand: avoid double assignment in qcom_spi_probe()Gabor Juhos1-1/+0
2025-08-10spi: atmel: Add support for handling GCLK as a clock sourceManikandan Muralidharan1-8/+56
2025-08-10spi: atmel: simplify MR register update in cs_activate()Manikandan Muralidharan1-12/+2
2025-08-10spi: sunplus: sp7021: Clean up coding styleDarshan R1-3/+3
2025-08-10spi: nxp-fspi: Remove error print for devm_add_action_or_reset()Waqar Hameed1-1/+1
2025-08-10Merge existing fixes from spi/for-6.17 into new branchMark Brown3-12/+22
2025-08-09Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-08-07spi: spi-qpic-snand: fix calculating of ECC OOB regions' propertiesGabor Juhos1-6/+14
2025-08-07spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren1-5/+3
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-08-06spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()Tianyu Xu1-0/+3
2025-08-04spi: spi-mem: Add missing kdoc argumentMiquel Raynal1-0/+1
2025-08-04spi: spi-qpic-snand: use correct CW_PER_PAGE value for OOB writeGabor Juhos1-1/+1
2025-08-01spi: cs42l43: Property entry should be a null-terminated arraySimon Trimmer1-1/+1
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-5/+22