summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław2023-09-261-5/+1
* regulator/core: regulator_register: set device->class earlierMichał Mirosław2023-09-261-2/+2
* regulator: mt6358: split ops for buck and linear range LDO regulatorsChen-Yu Tsai2023-09-201-3/+15
* regulator: Fix voltage range selectionVincent Whitchurch2023-09-111-1/+1
* Merge tag 'regulator-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds2023-09-072-17/+16
|\
| * regulator: tps6594-regulator: Fix random kernel crashJerome Neanne2023-09-051-16/+15
| * regulator: tps6287x: Fix n_voltagesVincent Whitchurch2023-08-291-1/+1
* | Merge tag 'regulator-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-08-2969-170/+1869
|\|
| * regulator: userspace-consumer: Drop event support for this cycleMark Brown2023-08-241-51/+1
| * regulator: aw37503: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-08-241-1/+1
| * regulator: aw37503: add regulator driver for AwinicMark Brown2023-08-223-0/+249
| |\
| | * regulator: aw37503: add regulator driver for Awinic AW37503Alec Li2023-08-213-0/+249
| * | regulator: tps65086: Select dedicated regulator config for chip variantAndre Werner2023-08-181-8/+180
| |/
| * regulator: raa215300: Update help descriptionBiju Das2023-08-181-1/+5
| * regulator: raa215300: Add missing blank spaceBiju Das2023-08-181-1/+1
| * regulator: raa215300: Change rate from 32000->32768Biju Das2023-08-181-1/+1
| * regulator: raa215300: Add const definitionBiju Das2023-08-161-1/+1
| * regulator: raa215300: Fix resource leak in case of errorBiju Das2023-08-161-8/+8
| * regulator: rtq2208: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-08-141-1/+1
| * regulator: lp872x: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-101-1/+1
| * regulator: max77857: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-101-3/+3
| * regulator: ltc3589: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-101-2/+1
| * regulator: qcom_rpm-regulator: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-101-2/+1
| * regulator: tps6286x-regulator: Remove redundant of_match_ptr() macrosChen Jiahao2023-08-091-3/+3
| * regulator: pfuze100-regulator: Remove redundant of_match_ptr() macroChen Jiahao2023-08-091-2/+1
| * regulator: mpq7920: Remove redundant of_match_ptr() macroChen Jiahao2023-08-091-1/+1
| * regulator: mcp16502: Remove redundant of_match_ptr() macrosChen Jiahao2023-08-091-3/+3
| * regulator: hi6421: Remove redundant of_match_ptr() macrosChen Jiahao2023-08-091-10/+10
| * regulator: lp87565: Remove redundant of_match_ptr() macrosChen Jiahao2023-08-091-2/+2
| * regulator: da9121-regulator: Remove redundant of_match_ptr() macrosChen Jiahao2023-08-091-9/+9
| * regulator: bd71815: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: bd71828: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: lp8755: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: max20086: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: mcp16502: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: mt6311: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: rc5t583: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: rpi-panel-attiny: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: s2mpa01: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: tps65910: Drop useless headerLinus Walleij2023-08-081-1/+0
| * regulator: rpi-panel-attiny-regulator: Remove redundant of_match_ptr()Ruan Jinjie2023-08-071-1/+1
| * Add Richtek RTQ2208 SubPMIC supportMark Brown2023-08-073-0/+595
| |\
| | * regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driverAlina Yu2023-08-073-0/+595
| * | regulator: max5970: Rename driver and remove wildcardNaresh Solanki2023-08-073-18/+18
| |/
| * regulator: max77857: fix build error in max77857-regulator.cYang Yingliang2023-08-031-2/+4
| * regulator: userspace-consumer: Add regulator event supportNaresh Solanki2023-08-031-1/+51
| * regulator: max77857: change some variables to staticYang Yingliang2023-08-011-2/+2
| * regulator: Merge up fixes from Linus' treeMark Brown2023-07-301-5/+5
| |\
| * | regulator: REGULATOR_QCOM_REFGEN should depend on ARCH_QCOMGeert Uytterhoeven2023-07-251-0/+1
| * | regulator: Use bitfield values for range selectorsChen-Yu Tsai2023-07-257-26/+29