#!/bin/bash # description: analyze all perf samples perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py nate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/drivers/regulator?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2025-08-01regulator: core: fix NULL dereference on unbind due to stale coupling dataAlessandro Carminati
2025-07-24regulator: pwm-regulator: Manage boot-on with disabled PWM channelsMartin Blumenstingl
2025-07-24regulator: pwm-regulator: Calculate the output voltage for disabled PWMsMartin Blumenstingl
2025-07-10regulator: fan53555: add enable_time support and soft-start timesHeiko Stuebner
2025-07-10regulator: gpio: Fix the out-of-bounds access to drvdata::gpiodsManivannan Sadhasivam
2025-06-27regulator: max14577: Add error check for max14577_read_reg()Wentao Liang
2025-06-27regulator: max20086: Change enable gpio to optionalJoão Paulo Gonçalves
2025-06-27regulator: max20086: Fix MAX200086 chip idJoão Paulo Gonçalves
2025-06-19regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt()Dan Carpenter
2025-06-04regulator: ad5398: Add device tree supportIsaac Scott
2025-05-22regulator: max20086: fix invalid memory accessCosmin Tanislav
2025-05-02objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_m...Josh Poimboeuf
2025-03-28regulator: check that dummy regulator has been probed before using itChristian Eggers
2025-03-28regulator: dummy: force synchronous probingChristian Eggers
2025-02-08regulator: core: Add missing newline characterAlexander Stein
2025-02-08regulator: of: Implement the unwind path of of_regulator_match()Joe Hattori
2024-12-09regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic
2024-12-09regulator: rk808: Add apply_bit for BUCK3 on RK809Mikhail Rudenko
2024-11-14regulator: rtq2208: Fix uninitialized use of regulator_configChiYuan Huang
2024-10-04regulator: Return actual error in of_regulator_bulk_get_all()Chen-Yu Tsai