aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-22usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2024-08-22usb: bdc: fix module autoloadingLiao Chen1-0/+1
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman2-2/+19
2024-08-22usb: gadget: lpc32xx_udc: Remove NULL check of list_entry()Yuesong Li1-37/+30
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak1-1/+1
2024-08-22wifi: mwifiex: remove unnecessary checks for valid privSascha Hauer13-109/+59
2024-08-22wifi: mwifiex: Fix uninitialized variable in mwifiex_cfg80211_authenticate()Dan Carpenter1-1/+1
2024-08-22wifi: iwlegacy: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva5-150/+165
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8
2024-08-22staging: rtl8192e: Fix blank lineAlien Wesley1-1/+0
2024-08-22staging: rtl8192e: Fix parenthesis alignmentTúlio Fernandes1-1/+1
2024-08-22staging: rtl8192e: Fix parenthesis alignmentPedro Orlando1-2/+2
2024-08-22staging: rtl8192e: fix parenthesis alignmentChristian S Lima1-2/+1
2024-08-22staging: rtl8192e: Fix line ended with '('João Pedro Leôncio1-3/+2
2024-08-22staging: rtl8192e: change logical continuation to previous line on file r8192...thdecamargoj1-2/+2
2024-08-22staging: rtl8192e: Fix parenthesis alignmentVinicius Peixoto1-6/+6
2024-08-22staging: rtl8192e: Fix parenthesis alignmentLeonardo Kenji1-1/+1
2024-08-22staging: vme: vme_user: Remove NULL check of list_entry()Yuesong Li1-8/+0
2024-08-22staging: rtl8192e: insert blank line after function declarationVinicius Peixoto1-0/+1
2024-08-22staging: rtl8723bs: add spaces arround operatorsGuillaume Lefèvre-Crimé1-27/+27
2024-08-22can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_openSimon Arlott1-1/+1
2024-08-22staging: rtl8192e: remove set but otherwise unused local variable iv32Simon Horman1-3/+0
2024-08-22Staging: rtl8192e: Rename variable CmdID_WritePortUcharTree Davies2-2/+2
2024-08-22Staging: rtl8192e: Rename variable CmdID_WritePortUshortTree Davies2-2/+2
2024-08-22Staging: rtl8192e: Rename variable CmdID_WritePortUlongTree Davies2-2/+2
2024-08-22Staging: rtl8192e: Rename variable CmdID_BBRegWrite10Tree Davies1-1/+1
2024-08-22Staging: rtl8192e: Rename variable CmdID_SetTxPowerLevelTree Davies2-3/+3
2024-08-22Staging: rtl8192e: Rename variable CmdID_EndTree Davies2-5/+5
2024-08-22staging: vt6655: Fix alignment to open parenthesesDominik Karol Piątkowski3-12/+12
2024-08-22staging: rtl8723bs: drop unnessary dep on CFG80211_WEXTPeter Robinson1-1/+0
2024-08-22Merge tag 'drm-misc-next-2024-08-16' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter47-348/+451
2024-08-22driver core: Use 2-argument strscpy()Andy Shevchenko1-1/+1
2024-08-22driver core: Make use of returned value of dev_err_probe()Andy Shevchenko1-4/+2
2024-08-22driver core: Use guards for simple mutex locksAndy Shevchenko1-28/+22
2024-08-22driver core: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-38/+32
2024-08-22driver core: Sort headersAndy Shevchenko1-7/+7
2024-08-22drm/ast: Remove BMC outputThomas Zimmermann2-126/+0
2024-08-22drm/ast: vga: Transparently handle BMC supportThomas Zimmermann1-2/+25
2024-08-22drm/ast: sil164: Transparently handle BMC supportThomas Zimmermann1-2/+25
2024-08-22drm/ast: dp501: Transparently handle BMC supportThomas Zimmermann1-8/+25
2024-08-22drm/ast: dp501: Use struct drm_edid and helpersThomas Zimmermann1-37/+22
2024-08-22drm/ast: astdp: Transparently handle BMC supportThomas Zimmermann1-12/+31
2024-08-22drm/ast: astdp: Simplify power management when detecting displayThomas Zimmermann1-13/+6
2024-08-22drm/ast: astdp: Use struct drm_edid and helpersThomas Zimmermann1-26/+29
2024-08-22drm/ast: astdp: Move locking into EDID helperThomas Zimmermann1-14/+10
2024-08-22drm/ast: Add struct ast_connectorThomas Zimmermann6-15/+75
2024-08-22drm/ast: Move code for physical outputs into separate filesThomas Zimmermann7-493/+530
2024-08-22thunderbolt: Improve software receiver lane marginingR Kannappan4-16/+290