summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-13extcon: sm5502: Clarify SM5703's i2c device IDMarkuss Broks1-1/+1
2022-05-13extcon: ptn5150: Add usb role class supportLi Jun2-0/+26
2022-05-13extcon: ptn5150: Add queue work sync before driver releaseLi Jun1-0/+11
2022-05-13extcon: sm5502: Add support for SM5703Markuss Broks2-1/+3
2022-05-13extcon: usb-gpio: Remove disable irq operation in system sleepBruce Chen1-15/+0
2022-05-13extcon: Fix some kernel-doc commentsYang Li1-0/+4
2022-05-13extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1
2022-05-13extcon: int3496: Add support for controlling Vbus through a regulatorHans de Goede1-1/+29
2022-05-13extcon: int3496: Add support for binding to plain platform devicesHans de Goede1-4/+13
2022-05-13extcon: int3496: Request non-exclusive access to the ID GPIOHans de Goede1-1/+2
2022-05-13extcon: int3496: Make the driver a bit less verboseHans de Goede1-2/+2
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter8-30/+27
2022-05-01Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2022-04-30Merge tag 'char-misc-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-113/+148
2022-04-30Merge tag 'tty-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-215/+293
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-44/+191
2022-04-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+5
2022-04-30Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-19/+67
2022-04-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-32/+169
2022-04-30Merge tag 'random-5.18-rc5-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2022-04-29Merge tag 'imx-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-1/+1
2022-04-29Merge tag 'sunxi-fixes-for-5.18-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+2
2022-04-29Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-155/+195
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie10-140/+165
2022-04-29Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-12/+30
2022-04-29Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+0
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-208/+188
2022-04-28Merge tag 'thermal-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+7
2022-04-28Merge tag 'pm-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+75
2022-04-28Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-6/+2
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-20/+58
2022-04-28Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2-100/+35
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean1-4/+0
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-04-28Merge branch 'thermal-int340x'Rafael J. Wysocki1-2/+2
2022-04-28Merge tag 'iio-fixes-for-5.18a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman13-42/+85
2022-04-28Merge branch 'pm-cpuidle'Rafael J. Wysocki1-12/+15
2022-04-28scsi: target: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid...David Jeffery1-5/+5
2022-04-28net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang1-1/+1
2022-04-28bnx2x: fix napi API usage sequenceManish Chopra1-4/+5
2022-04-28drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang1-0/+10
2022-04-28drm/amd/pm: fix the deadlock issue observed on SIEvan Quan4-55/+39
2022-04-28drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin1-0/+1
2022-04-28drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher1-35/+70
2022-04-28drm/amdkfd: CRIU add support for GWS queuesDavid Yat Sin2-4/+8
2022-04-28drm/amdkfd: Fix GWS queue countDavid Yat Sin1-46/+37
2022-04-27intel_idle: Fix SPR C6 optimizationArtem Bityutskiy1-5/+3
2022-04-27intel_idle: Fix the 'preferred_cstates' module parameterArtem Bityutskiy1-7/+12
2022-04-27Merge tag 'cpufreq-arm-fixes-5.18-rc5' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki2-14/+60