aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-12mfd: intel_soc_pmic_crc: Add support for non ACPI instantiated i2c_clientHans de Goede1-0/+7
2024-11-12mfd: intel_soc_pmic_*: Consistently use filename as driver nameHans de Goede3-3/+3
2024-11-12leds: pwm: Add optional DT property default-brightnessGeorge Stark1-1/+16
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana1-1/+1
2024-11-12driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...Zijun Hu1-2/+2
2024-11-12serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
2024-11-12mei: vsc: Fix typo "maintstepping" -> "mainstepping"Colin Ian King1-1/+1
2024-11-12firmware: Switch back to struct platform_driver::remove()Uwe Kleine-König11-11/+11
2024-11-12misc: isl29020: Fix the wrong format specifierZhu Jun1-1/+1
2024-11-12usb: typec: fix potential array underflow in ucsi_ccg_sync_control()Dan Carpenter1-0/+5
2024-11-12usb: misc: ljca: set small runtime autosuspend delayStanislaw Gruszka1-0/+8
2024-11-12usb: misc: ljca: move usb_autopm_put_interface() after wait for responseStanislaw Gruszka1-6/+6
2024-11-12usb: chipidea: imx: add imx8ulp supportXu Yang1-0/+4
2024-11-12usb: typec: ucsi: Fix a missing bits to bytes conversion in ucsi_init()Heikki Krogerus1-1/+2
2024-11-12usb: musb: Fix hardware lockup on first Rx endpoint requestHubert Wiśniewski1-3/+10
2024-11-12intel-hid: fix volume buttons on Thinkpad X12 Detachable Tablet Gen 1Cole Stowell1-0/+7
2024-11-12Merge tag 'thunderbolt-for-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman5-164/+418
2024-11-12platform/x86: asus-wmi: Use platform_profile_cycle()Armin Wolf1-23/+1
2024-11-12platform/x86: asus-wmi: Fix inconsistent use of thermal policiesArmin Wolf1-43/+21
2024-11-12platform/x86: hp: hp-bioscfg: remove redundant if statementColin Ian King1-8/+3
2024-11-12HID: hyperv: streamline driver probe to avoid devres issuesVitaly Kuznetsov1-17/+41
2024-11-12drm/i915: Grab intel_display from the encoder to avoid potential oopsiesVille Syrjälä1-2/+2
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko1-4/+4
2024-11-12mtd: spi-nor: core: replace dummy buswidth from addr to dataCheng Ming Lin1-1/+1
2024-11-12RDMA/bnxt_re: Add set_func_resources support for P5/P7 adaptersKalesh AP2-15/+7
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy6-5/+17
2024-11-12bnxt_en: Add support for RoCE sriov configurationVikas Gupta3-0/+65
2024-11-12drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW.Daniele Ceraolo Spurio4-26/+60
2024-11-11soc: qcom: ice: Remove the device_link field in qcom_iceJoe Hattori1-3/+3
2024-11-11clk: qcom: remove unused data from gcc-ipq5424.cArnd Bergmann1-18/+0
2024-11-11net/mlx5e: SHAMPO, Rework header allocation loopDragos Tatulea1-15/+17
2024-11-11net/mlx5e: SHAMPO, Drop info arrayDragos Tatulea3-44/+42
2024-11-11net/mlx5e: SHAMPO, Change frag page setup order during allocationDragos Tatulea1-4/+2
2024-11-11net/mlx5e: SHAMPO, Fix page_index calculation inconsistencyDragos Tatulea3-6/+5
2024-11-11net/mlx5e: SHAMPO, Simplify UMR allocation for headersDragos Tatulea2-18/+12
2024-11-11net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran5-111/+96
2024-11-11net/mlx5: Integrate esw_qos_vport_enable logic into rate operationsCarolina Jubran1-48/+39
2024-11-11net/mlx5: Generalize scheduling element operationsCarolina Jubran1-81/+76
2024-11-11net/mlx5: Refactor scheduling element configuration bitmasksCarolina Jubran1-56/+24
2024-11-11net/mlx5: Generalize max_rate and min_rate setting for nodesCarolina Jubran1-56/+13
2024-11-11net/mlx5: Simplify QoS normalization by removing error handlingCarolina Jubran1-55/+17
2024-11-11net/mlx5: E-switch, refactor eswitch mode changePatrisious Haddad2-6/+21
2024-11-11net/mlx5e: Disable loopback self-test on multi-PF netdevCarolina Jubran1-0/+4
2024-11-11net/mlx5e: CT: Fix null-ptr-deref in add rule err flowMoshe Shemesh1-1/+1
2024-11-11net/mlx5e: clear xdp features on non-uplink representorsWilliam Tu1-1/+2
2024-11-11net/mlx5e: kTLS, Fix incorrect page refcountingDragos Tatulea1-4/+4
2024-11-11net/mlx5: fs, lock FTE when checking if activeMark Bloch1-3/+12
2024-11-11net/mlx5: Fix msix vectors to respect platform limitParav Pandit1-5/+27
2024-11-11net/mlx5: E-switch, unload IB representors when unloading ETH representorsChiara Meiohas1-1/+4
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)1-19/+16