aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04PM: domains: log failures to register always-on domainsJohan Hovold1-1/+3
2022-10-04platform/x86: int3472: Don't leak reference on errorAndy Shevchenko1-3/+3
2022-10-04ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue1-1/+1
2022-10-04PM: ACPI: reboot: Reinstate S5 for rebootKai-Heng Feng1-0/+8
2022-10-04ACPI: PM: Take wake IRQ into consideration when entering suspend-to-idleRaul E Rangel1-0/+15
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel3-13/+37
2022-10-04ACPI: resources: Add wake_capable parameter to acpi_dev_irq_flagsRaul E Rangel3-11/+20
2022-10-04gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_getRaul E Rangel2-3/+14
2022-10-04spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim1-1/+1
2022-10-04Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner6-75/+532
2022-10-04thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_idVincent Knecht1-1/+1
2022-10-04thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar1-3/+5
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar1-1/+1
2022-10-04thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsLad Prabhakar1-1/+1
2022-10-04thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM_TSENSJonathan Cameron1-1/+1
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano1-44/+0
2022-10-04thermal/drivers/imx_sc: Rely on the platform data to get the resource idDaniel Lezcano1-35/+33
2022-10-04pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"Jianlong Huang3-3/+3
2022-10-04pinctrl: Create subdirectory for StarFive driversJianlong Huang5-22/+27
2022-10-04Merge branches 'edac-drivers' and 'edac-misc' into edac-updates-for-v6.1Borislav Petkov10-66/+451
2022-10-04pinctrl: st: stop abusing of_get_named_gpio()Dmitry Torokhov1-4/+30
2022-10-04pinctrl: wpcm450: Correct the fwnode_irq_get() return value checkAndy Shevchenko1-1/+4
2022-10-04pinctrl: bcm: Remove unused struct bcm6328_pingroupYuan Can1-6/+0
2022-10-04pinctrl: qcom: restrict drivers per ARM/ARM64Krzysztof Kozlowski1-0/+39
2022-10-04pinctrl: bcm: ns: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-10-04gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz1-0/+7
2022-10-04pinctrl: rockchip: add pinmux_ops.gpio_set_direction callbackQuentin Schulz1-0/+13
2022-10-03clk: qcom: kpss-xcc: convert to parent data APIChristian Marangi1-17/+9
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-2/+2
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-23/+67
2022-10-03net: pse-pd: add regulator based PSE driverOleksij Rempel3-0/+160
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+58
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel2-2/+37
2022-10-03net: mdiobus: fwnode_mdiobus_register_phy() rework error handlingOleksij Rempel1-9/+12
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel5-0/+274
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-13/+108
2022-10-03net: marvell: prestera: Propagate nh state from hw to kernelYevhen Orlov2-0/+114
2022-10-03net: marvell: prestera: Add neighbour cache accountingYevhen Orlov2-3/+797
2022-10-03net: marvell: prestera: add stub handler neighbour eventsYevhen Orlov2-0/+60
2022-10-03net: marvell: prestera: Add heplers to interact with fib_notifier_infoYevhen Orlov1-34/+65
2022-10-03net: marvell: prestera: Add length macros for prestera_ip_addrYevhen Orlov1-0/+2
2022-10-03net: marvell: prestera: add delayed wq and flush wq on deinitYevhen Orlov3-0/+14
2022-10-03net: marvell: prestera: Add strict cleanup of fib arbiterYevhen Orlov1-1/+41
2022-10-03net: marvell: prestera: Add cleanup of allocated fib_nodesYevhen Orlov1-0/+12
2022-10-03net: marvell: prestera: Add router nexthops ABIYevhen Orlov6-8/+582
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-13/+18
2022-10-03eth: octeon: fix build after netif_napi_add() changesJakub Kicinski1-2/+2
2022-10-03net/mlx5: E-Switch, Return EBUSY if can't get mode lockJianbo Liu1-1/+1
2022-10-03net/mlx5: E-switch, Don't update group if qos is not enabledChris Mi1-1/+5
2022-10-03net/mlx5: E-Switch, Allow offloading fwd dest flow table with vportRoi Dayan1-7/+9