aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-13soundwire: Intel: add trigger callbackBard Liao1-0/+9
2022-07-13net: stmmac: fix leaks in probeDan Carpenter1-2/+4
2022-07-13net: phy: mxl-gpy: print firmware in human readable formMichael Walle1-2/+3
2022-07-13net: phy: mxl-gpy: rename the FW type field nameMichael Walle1-5/+5
2022-07-13net: phy: mxl-gpy: cache PHY firmware versionMichael Walle1-19/+20
2022-07-13net: phy: mxl-gpy: fix version reportingMichael Walle1-5/+6
2022-07-13spi: tegra20-slink: fix UAF in tegra_slink_remove()Yang Yingliang1-1/+2
2022-07-13spi: Fix simplification of devm_spi_register_controllerYang Yingliang1-5/+14
2022-07-13spi: microchip-core: switch to use dev_err_probe()Yang Yingliang1-25/+17
2022-07-13spi: microchip-core: switch to use devm_spi_alloc_master()Yang Yingliang1-13/+7
2022-07-13spi: microchip-core: fix UAF in mchp_corespi_remove()Yang Yingliang1-2/+0
2022-07-13octeontx2-af: Skip CGX/RPM probe incase of zero lmac countHariprasad Kelam5-4/+17
2022-07-13spi: dw: Add support for Intel Thunder Bay SPI controllerNandhini Srikandan2-6/+5
2022-07-13spi: dw: Add support for master mode selection for DWC SSI controllerNandhini Srikandan2-9/+4
2022-07-13spi: dw: Fix IP-core versions macroNandhini Srikandan1-1/+1
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He1-1/+14
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima1-1/+1
2022-07-13cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callPierre Gondois1-3/+3
2022-07-13cpufreq: qcom-hw: Disable LMH irq when disabling policyPierre Gondois1-0/+1
2022-07-13cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledPierre Gondois1-0/+4
2022-07-13cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hYicong Yang1-2/+1
2022-07-13cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()Yang Yingliang1-0/+1
2022-07-13cpufreq: mediatek: Handle sram regulator probe deferralAngeloGioacchino Del Regno1-2/+6
2022-07-13net: prestera: add support for port range filtersMaksym Glubokiy1-0/+24
2022-07-13net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur3-2/+635
2022-07-13net: marvell: prestera: define and implement MDB / flood domain API for entries creation and deletionOleksandr Mazur2-0/+163
2022-07-13net: marvell: prestera: define MDB/flood domain entries and HW API to offload them to the HWOleksandr Mazur4-0/+259
2022-07-13net: marvell: prestera: rework bridge flags settingOleksandr Mazur5-89/+67
2022-07-13mmc: block: Add single read for 4k sector cardsChristian Loehle1-14/+14
2022-07-13mmc: Merge branch fixes into nextUlf Hansson1-6/+8
2022-07-13mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee1-1/+1
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee4-13/+13
2022-07-13mmc: sdhci-omap: Fix a lockdep warning for PM runtime initTony Lindgren1-6/+8
2022-07-13Revert "reset: microchip-sparx5: allow building as a module"Philipp Zabel2-3/+7
2022-07-13drm/vc4: v3d: Switch to devm_pm_runtime_enableMaxime Ripard1-7/+4
2022-07-13drm/vc4: v3d: Rework the runtime_pm setupMaxime Ripard1-15/+22
2022-07-13drm/vc4: v3d: Stop disabling interruptsMaxime Ripard2-3/+1
2022-07-13drm/vc4: perfmon: Add missing mutex_destroyMaxime Ripard1-0/+1
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard4-6/+28
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard11-69/+191
2022-07-13drm/vc4: debugfs: Return an error on failureMaxime Ripard2-23/+27
2022-07-13drm/vc4: debugfs: Protect device resourcesMaxime Ripard1-0/+9
2022-07-13drm/vc4: vec: Switch to devm_pm_runtime_enableMaxime Ripard1-15/+5
2022-07-13drm/vc4: vec: Protect device resources after removalMaxime Ripard1-6/+61
2022-07-13drm/vc4: vec: Switch to DRM-managed connector initializationMaxime Ripard1-6/+5
2022-07-13drm/vc4: vec: Switch to DRM-managed encoder initializationMaxime Ripard1-5/+9
2022-07-13drm/vc4: vec: Remove call to drm_connector_unregister()Maxime Ripard1-8/+2
2022-07-13drm/vc4: vec: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: vec: Embed DRM structures into the private structureMaxime Ripard1-62/+21
2022-07-13drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard2-8/+0