aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-15Merge tag 'tee-improve-sysfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into soc/driversArnd Bergmann2-2/+2
2025-09-15Merge tag 'hisi-drivers-for-6.18' of https://github.com/hisilicon/linux-hisi into soc/driversArnd Bergmann1-1/+1
2025-09-15Merge tag 'qcom-drivers-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann15-30/+31
2025-09-15cdx: Split mcdi.h and reorganize headersShubhrajyoti Datta8-338/+70
2025-09-15Merge tag 'arm-soc/for-6.18/drivers' of https://github.com/Broadcom/stblinux into soc/driversArnd Bergmann2-28/+996
2025-09-15Merge tag 'reset-for-v6.18' of https://git.pengutronix.de/git/pza/linux into soc/driversArnd Bergmann7-4/+301
2025-09-15Merge branch '20250911-qcom-tee-using-tee-ss-without-mem-obj-v12-2-17f07a942b8d@oss.qualcomm.com' into drivers-for-6.18Bjorn Andersson3-11/+178
2025-09-15firmware: qcom: scm: add support for object invocationAmirreza Zarrabi2-0/+126
2025-09-15firmware: qcom: tzmem: export shm_bridge create/deleteAmirreza Zarrabi1-11/+52
2025-09-15Merge tag 'tegra-for-6.18-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dtArnd Bergmann1-0/+1
2025-09-15drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter1-2/+2
2025-09-15HID: multitouch: add haptic multitouch supportAngela Czubak2-5/+58
2025-09-15HID: haptic: add hid_haptic_switch_modeAngela Czubak1-7/+59
2025-09-15Input: MT - add INPUT_MT_TOTAL_FORCE flagsAngela Czubak1-4/+10
2025-09-15HID: haptic: add functions handling eventsAngela Czubak2-1/+34
2025-09-15HID: input: calculate resolution for pressureAngela Czubak1-0/+13
2025-09-15HID: haptic: initialize haptic deviceAngela Czubak2-0/+443
2025-09-15HID: input: allow mapping of haptic outputAngela Czubak1-2/+3
2025-09-15HID: haptic: introduce hid_haptic_deviceAngela Czubak4-0/+185
2025-09-15zorro: Remove extra whitespace in macro definitionsDishank Jogi1-6/+6
2025-09-15drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko1-1/+0
2025-09-15drm/xe/tile: Release kobject for the failure pathShuicheng Lin1-5/+7
2025-09-15spi: amlogic: Fix error checking on regmap_write callColin Ian King1-1/+1
2025-09-15wifi: mt76: abort scan/roc on hw restartFelix Fietkau5-7/+22
2025-09-15wifi: mt76: improve phy reset on hw restartFelix Fietkau1-0/+2
2025-09-15wifi: mt76: mt7996: fill User Priority in skb->priority for rx packetsHoward Hsu1-0/+2
2025-09-15wifi: mt76: mt7996: set VTA in txwiPeter Chiu1-1/+1
2025-09-15wifi: mt76: mt7996: remove the mem_total field of STA_REC_BF commandHoward Hsu1-13/+0
2025-09-15wifi: mt76: mt7996: disable promiscuous mode by defaultPeter Chiu1-0/+1
2025-09-15wifi: mt76: use altx queue for offchannel tx on connac+Felix Fietkau1-1/+2
2025-09-15wifi: mt76: mt7996: fix updating beacon protection with beacons enabledFelix Fietkau4-17/+26
2025-09-15wifi: mt76: mt7996: fix key add/remove imbalanceFelix Fietkau1-83/+90
2025-09-15wifi: mt76: mt7996: delete vif keys when requestedFelix Fietkau1-7/+13
2025-09-15wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv errorFelix Fietkau1-1/+3
2025-09-15wifi: mt76: mt7996: fix setting beacon protection keysFelix Fietkau3-131/+44
2025-09-15wifi: mt76: mt7996: decrease timeout for commonly issued MCU commandsFelix Fietkau1-1/+25
2025-09-15wifi: mt76: mt7996: improve hardware restart reliabilityFelix Fietkau3-12/+99
2025-09-15wifi: mt76: mt7996: remove redundant per-phy mac80211 calls during restartFelix Fietkau1-102/+35
2025-09-15drm/exynos: dsi: add support for exynos7870Kaustabh Chakraborty1-0/+9
2025-09-15drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty1-36/+0
2025-09-15drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridgeKaustabh Chakraborty1-0/+82
2025-09-15drm/bridge: samsung-dsim: add ability to define clock names for every variantKaustabh Chakraborty1-45/+43
2025-09-15drm/bridge: samsung-dsim: increase timeout value for PLL_STABLEKaustabh Chakraborty1-1/+1
2025-09-15drm/bridge: samsung-dsim: allow configuring the PLL_STABLE bitKaustabh Chakraborty1-2/+7
2025-09-15drm/bridge: samsung-dsim: allow configuring PLL_M and PLL_S offsetsKaustabh Chakraborty1-5/+16
2025-09-15drm/bridge: samsung-dsim: allow configuring the VIDEO_MODE bitKaustabh Chakraborty1-2/+7
2025-09-15drm/bridge: samsung-dsim: allow configuring the MAIN_VSA offsetKaustabh Chakraborty1-3/+10
2025-09-15drm/bridge: samsung-dsim: allow configuring bits and offsets of CLKCTRL registerKaustabh Chakraborty1-22/+54
2025-09-15drm/bridge: samsung-dsim: add flag to control header FIFO waitKaustabh Chakraborty1-3/+12
2025-09-15drm/bridge: samsung-dsim: add SFRCTRL registerKaustabh Chakraborty1-0/+16