summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch
2022-09-27spi: mt65xx: Add dma max segment size declarationzhichao.liu
2022-09-27Fix PM disable depth imbalance in probeMark Brown
2022-09-26spi: spi-fsl-qspi: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2022-09-26spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2022-09-26spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2022-09-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong
2022-09-26spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probeZhang Qilong
2022-09-26spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probeZhang Qilong
2022-09-23spi: s3c24xx: Switch to use devm_spi_alloc_master()Yang Yingliang
2022-09-23spi: xilinx: Switch to use devm_spi_alloc_master()Yang Yingliang
2022-09-23spi: img-spfi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong
2022-09-23spi: aspeed: Remove redundant dev_err callShang XiaoJing
2022-09-23spi: spi-mpc52xx: switch to using gpiod APIDmitry Torokhov
2022-09-23spi: cadence: Remove redundant dev_err callShang XiaoJing
2022-09-22spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master()Yang Yingliang
2022-09-22spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun
2022-09-21spi: omap2-mcspi: Fix probe so driver works againDan Carpenter
2022-09-19spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch
2022-09-19spi: omap2-mcspi: Switch to use dev_err_probe() helperYang Yingliang
2022-09-14spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Andy Shevchenko
2022-09-14spi: fsl_spi: Convert to transfer_oneChristophe Leroy
2022-09-10spi: Merge tag 'v6.0-rc4' into spi-6.1Mark Brown
2022-09-08spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong
2022-09-08spi: lpspi: Remove the unneeded result variableye xingchen
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy
2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-09-03Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-03Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-03Merge tag 'staging-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-03Merge tag 'hwmon-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-02Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-02Merge tag 'mmc-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2022-09-02Merge tag 'drm-fixes-2022-09-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-02Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter