aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-03clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.Ryan Chen7-14/+18
2026-02-03Revert "clk: Respect CLK_OPS_PARENT_ENABLE during recalc"Stephen Boyd1-13/+0
2026-02-03net: cpsw: Execute ndo_set_rx_mode callback in a work queueKevin Hao1-6/+35
2026-02-03net: cpsw_new: Execute ndo_set_rx_mode callback in a work queueKevin Hao2-5/+30
2026-02-03net: usb: sr9700: remove code to drive nonexistent multicast filterEthan Nelson-Moore3-28/+5
2026-02-03net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore7-42/+15
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Hide private data from usersNiklas Söderlund2-10/+11
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Add helper to read timeNiklas Söderlund3-8/+13
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Add helper to get clock indexNiklas Söderlund4-2/+13
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Move address assignmentNiklas Söderlund4-16/+20
2026-02-03scsi: csiostor: Fix dereference of null pointer rnColin Ian King1-1/+2
2026-02-03scsi: buslogic: Reduce stack usageArnd Bergmann1-2/+4
2026-02-03scsi: ufs: host: mediatek: Require CONFIG_PMArnd Bergmann2-9/+4
2026-02-03gve: Correct ethtool rx_dropped calculationMax Yuan1-6/+17
2026-02-03gve: Fix stats report corruption on queue count changeDebarghya Kundu2-22/+36
2026-02-03scsi: ufs: mediatek: Fix page faults in ufs_mtk_clk_scale() trace eventKeita Morisaki1-3/+3
2026-02-03scsi: smartpqi: Fix memory leak in pqi_report_phys_luns()Zilin Guan1-3/+10
2026-02-03scsi: mpi3mr: Make driver probing asynchronousGuixin Liu1-1/+4
2026-02-03scsi: ufs: core: Flush exception handling work when RPM level is zeroThomas Yen1-0/+2
2026-02-03net: ethernet: adi: adin1110: Check return value of devm_gpiod_get_optional() in adin1110_check_spi()Chen Ni1-0/+3
2026-02-03bng_en: fix misleading error message for generic firmware versionAlok Tiwari1-1/+1
2026-02-03ipmi:ls2k: Make ipmi_ls2k_platform_driver staticCorey Minyard1-1/+1
2026-02-03ipmi: ipmb: initialise event handler read bytesMatt Johnston1-0/+5
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard1-18/+24
2026-02-03ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard1-2/+9
2026-02-03scsi: efct: Use IRQF_ONESHOT and default primary handlerSebastian Andrzej Siewior1-7/+1
2026-02-03cpufreq: s5pv210: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+4
2026-02-03dmaengine: fsl_raid: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-02-03clk: imx: imx31: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-02-03clk: imx: imx27: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-02-03cdx: Use mutex guard to simplify error handlingKrzysztof Kozlowski1-8/+3
2026-02-03cdx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-02-03of: reserved_mem: Fix placement of __free() annotationGregory CLEMENT1-2/+1
2026-02-03of: property: fw_devlink: Add support for "mmc-pwrseq"Francesco Valla1-0/+2
2026-02-03of: property: stop creating callback for each pinctrl-N propertyRasmus Villemoes1-18/+14
2026-02-03of: unittest: fix possible null-pointer dereferences in of_unittest_property_copy()Tuo Li1-2/+4
2026-02-03of/platform: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+7
2026-02-03of: replace strcmp_suffix() with strends()Bartosz Golaszewski1-13/+2
2026-02-03scsi: ufs: core: Use a host-wide tagset in SDB modeBart Van Assche3-8/+2
2026-02-04nouveau/gsp: fix suspend/resume regression on r570 firmwareDave Airlie4-7/+7
2026-02-04nouveau: add a third state to the fini handler.Dave Airlie56-84/+139
2026-02-04nouveau/gsp: use rpc sequence numbers properly.Dave Airlie4-3/+15
2026-02-03net: stmmac: rk: convert px30Russell King (Oracle)1-34/+4
2026-02-03net: stmmac: rk: remove need for ->set_speed() methodRussell King (Oracle)1-125/+29
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RMII clockRussell King (Oracle)1-158/+33
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RMII speedRussell King (Oracle)1-38/+31
2026-02-03net: stmmac: rk: use rk_encode_wm16() for RGMII clocksRussell King (Oracle)1-64/+36
2026-02-03net: stmmac: rk: remove rk3528 RMII clock initialisationRussell King (Oracle)1-2/+1
2026-02-03net: stmmac: rk: convert rk3588 to rk_set_reg_speed()Russell King (Oracle)1-29/+34
2026-02-03net: stmmac: rk: move speed GRF register offset to private dataRussell King (Oracle)1-33/+81