aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-20spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10
2020-11-18spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong1-0/+1
2020-11-17spi: imx: Remove unused .id_table supportFabio Estevam1-30/+1
2020-11-16Merge series "add axi clock control for MT8192 spi-nor" from Bayi Cheng <bayi.cheng@mediatek.com>:Mark Brown1-1/+15
2020-11-16spi: dw: fix build error by selecting MULTIPLEXERRandy Dunlap1-0/+1
2020-11-16spi: spi-mtk-nor: add axi clock control for MT8192 spi-norbayi cheng1-1/+15
2020-11-12Input: ads7846: do not overwrite spi->mode flags set by spi frameworkOleksij Rempel1-1/+2
2020-11-12spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner1-2/+3
2020-11-12spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2020-11-12spi: synquacer: Disable clock in probe error pathLukas Wunner1-7/+8
2020-11-11spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong1-0/+1
2020-11-10spi: imx: fix reference leak in two imx operationsZhang Qilong1-0/+2
2020-11-10spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner1-1/+1
2020-11-09spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resumeQinglang Miao1-1/+3
2020-11-09spi: tegra114: fix reference leak in tegra spi opsZhang Qilong1-0/+2
2020-11-09spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong1-0/+1
2020-11-09spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong1-0/+2
2020-11-09spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao1-0/+2
2020-11-09spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong1-0/+1
2020-11-09spi: stm32-qspi: fix reference leak in stm32 qspi operationsZhang Qilong1-2/+6
2020-11-06spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong1-0/+1
2020-11-04spi: spi-mem: fix reference leak in spi_mem_access_startZhang Qilong1-0/+1
2020-11-02spi: spi-mem: Fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-11-02spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong1-1/+3
2020-10-30spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus1-3/+3
2020-10-28spi: fix a typo inside a kernel-doc markupMauro Carvalho Chehab1-3/+3
2020-10-26spi: spi-sun6i: enable autosuspend featureAlexander Kochetkov1-1/+4
2020-10-26spi: rockchip: enable autosuspend featureAlexander Kochetkov1-0/+4
2020-10-26spi: spi-sun6i: implement DMA-based transfer modeAlexander Kochetkov1-18/+176
2020-10-26Merge existing fixes from spi/for-5.10Mark Brown1-8/+15
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches5-5/+5
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers4-4/+4
2020-10-25Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds3-5/+3
2020-10-25Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+10
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-9/+23
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-109/+113
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandomLinus Torvalds1-1/+0
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devsHans de Goede1-1/+10
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds14-98/+188
2020-10-24Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds4-4/+4
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-1/+0
2020-10-24Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+10
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds89-877/+2965
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds43-1922/+1157
2020-10-24Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-2/+3
2020-10-23Merge tag 'acpi-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-14/+42
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds21-146/+236
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-583/+816
2020-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds27-166/+1351
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds29-84/+521