summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-10-15Merge tag 'ffa-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2024-10-15power: supply: Fix a typoAndrew Kreimer
2024-10-15power: supply: Correct multiple typos in commentsShen Lichuan
2024-10-15Merge tag 'reset-fixes-for-v6.12' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann
2024-10-15power: supply: core: Remove might_sleep() from power_supply_put()Bart Van Assche
2024-10-15power: supply: core: remove {,devm_}power_supply_register_no_ws()Thomas Weißschuh
2024-10-15power: supply: max77976_charger: register power supply with devm_power_supply...Thomas Weißschuh
2024-10-15power: supply: lenovo_yoga_c630_battery: register power supplies with power_s...Thomas Weißschuh
2024-10-15power: supply: cros_usbpd-charger: register power supply with devm_power_supp...Thomas Weißschuh
2024-10-15power: supply: bq27xxx_battery: register power supply with power_supply_regis...Thomas Weißschuh
2024-10-15power: supply: acer_a500_battery: register power supply with devm_power_suppl...Thomas Weißschuh
2024-10-15ACPI: battery: Register power supply with power_supply_register()Thomas Weißschuh
2024-10-15power: supply: core: add wakeup source inhibit by power_supply_configThomas Weißschuh
2024-10-15power: supply: samsung-sdi-battery: constify ocv tableThomas Weißschuh
2024-10-15power: supply: ab8500: constify ocv tableThomas Weißschuh
2024-10-15power: supply: core: constify power_supply_battery_info::ocv_tableThomas Weißschuh
2024-10-15power: supply: sc27xx: use const reference to ocv tableThomas Weißschuh
2024-10-15power: supply: samsung-sdi-battery: constify resistance tableThomas Weißschuh
2024-10-15power: supply: ab8500: constify resistance tableThomas Weißschuh
2024-10-15power: supply: core: constify power_supply_battery_info::resist_tableThomas Weißschuh
2024-10-15net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price
2024-10-15tpm: do not ignore memblock_reserve return valueGregory Price
2024-10-15tpm: fix signed/unsigned bug when checking event logsGregory Price
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek
2024-10-15iio: light: rpr0521: Use generic iio_pollfunc_store_time()Vasileios Amoiridis
2024-10-15iio: light: vl6180: Add support for Continuous ModeAbhash Jha
2024-10-15iio: light: vl6180: Added Interrupt support for single shot accessAbhash Jha
2024-10-15iio: light: vl6180: Add configurable inter-measurement period supportAbhash Jha
2024-10-15iio: light: veml6030: add support for veml7700Javier Carrasco
2024-10-15iio: light: veml6035: fix read_avail in no_irq case for veml6035Javier Carrasco
2024-10-15iio: dac: adi-axi-dac: update register namesAngelo Dureghello
2024-10-15iio: dac: adi-axi-dac: fix wrong register bitfieldAngelo Dureghello
2024-10-15net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()Wang Hai
2024-10-15net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai
2024-10-15net: ethernet: fs_enet: Use %pa to format resource_size_tSimon Horman
2024-10-15net: fec_mpc52xx_phy: Use %pa to format resource_size_tSimon Horman
2024-10-15net: txgbe: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-10-15net: dsa: microchip: copy string using strscpySimon Horman
2024-10-15remoteproc: ti_k3_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel
2024-10-15remoteproc: ti_k3_r5: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-10-15remoteproc: da8xx: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-10-15remoteproc: da8xx: Handle deferred probeKrzysztof Kozlowski
2024-10-15net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet