summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2024-09-13regulator: sm5703: Remove because it is unused and fails to buildChristophe JAILLET3-178/+0
2024-09-13regulator: Split up _regulator_get()Chen-Yu Tsai2-11/+47
2024-09-13regulator: update some comments ([gs]et_voltage_vsel vs [gs]et_voltage_sel)André Draszik2-5/+5
2024-09-13regulator: max8973: Use irq_get_trigger_type() helperJinjie Ruan1-5/+2
2024-09-11regulator: core: fix the broken behavior of regulator_dev_lookup()Wei Fang1-0/+3
2024-09-11regulator: Few constifications of static dataMark Brown14-105/+95
2024-09-10regulator: max77650: Use container_of and constify static dataKrzysztof Kozlowski1-17/+14
2024-09-10regulator: hi6421v530: Use container_of and constify static dataKrzysztof Kozlowski1-6/+5
2024-09-10regulator: hi6421v530: Drop unused 'eco_microamp'Krzysztof Kozlowski1-10/+6
2024-09-10regulator: qcom-refgen: Constify static dataKrzysztof Kozlowski1-2/+2
2024-09-10regulator: pfuze100: Constify static dataKrzysztof Kozlowski1-5/+5
2024-09-10regulator: pcap: Constify static dataKrzysztof Kozlowski1-6/+6
2024-09-10regulator: mtk-dvfsrc: Constify static dataKrzysztof Kozlowski1-5/+5
2024-09-10regulator: max77826: Constify static dataKrzysztof Kozlowski1-1/+1
2024-09-10regulator: max77826: Drop unused 'rdesc' in 'struct max77826_regulator_info'Krzysztof Kozlowski1-2/+0
2024-09-10regulator: tps65023: Constify static dataKrzysztof Kozlowski1-3/+3
2024-09-10regulator: hi6421v600: Constify static dataKrzysztof Kozlowski1-5/+5
2024-09-10regulator: hi6421: Constify static dataKrzysztof Kozlowski1-7/+7
2024-09-10regulator: da9121: Constify static dataKrzysztof Kozlowski1-10/+10
2024-09-10regulator: da9063: Constify static dataKrzysztof Kozlowski1-1/+1
2024-09-10regulator: da9055: Constify static dataKrzysztof Kozlowski1-14/+14
2024-09-10regulator: da9052: Constify static dataKrzysztof Kozlowski1-11/+11
2024-09-10regulator: Fix typos in the commentYu Jiaoliang5-5/+5
2024-09-09regulator: tps6287x: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09regulator: wm8400: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09regulator: da9211: Constify struct regulator_descChristophe JAILLET1-1/+1
2024-09-09regulator: mp5416: Constify struct regulator_descChristophe JAILLET1-2/+2
2024-09-07regulator: Add AXP717 boost supportMark Brown1-0/+4
2024-09-07regulator: axp20x: AXP717: Add boost regulatorAndre Przywara1-0/+4
2024-09-05regulator: of: Refactor of_get_*regulator() to decrease indentationAndy Shevchenko1-15/+11
2024-09-04regulator: Move OF-specific regulator lookup code to of_regulator.cChen-Yu Tsai3-87/+119
2024-08-29regulator: Unify "negative error number" terminology in commentsChen-Yu Tsai7-18/+18
2024-08-29regulator: of: Fix kerneldoc format for of_regulator_bulk_get_all()Chen-Yu Tsai1-3/+4
2024-08-29regulator: irq_helpers: Fix regulator_irq_map_event_simple() kerneldocChen-Yu Tsai1-5/+10
2024-08-29regulator: fixed-helper: Add missing "Return" kerneldoc sectionChen-Yu Tsai1-0/+2
2024-08-29regulator: fixed: Fix incorrectly formatted kerneldoc "Return" sectionChen-Yu Tsai1-2/+4
2024-08-29regulator: of: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai1-6/+8
2024-08-29regulator: core: Add missing kerneldoc "Return" sectionsChen-Yu Tsai1-2/+63
2024-08-29regulator: core: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai1-45/+56
2024-08-29regulator: core: Fix regulator_is_supported_voltage() kerneldoc return valueChen-Yu Tsai1-1/+3
2024-08-29regulator: core: Fix short description for _regulator_check_status_enabled()Chen-Yu Tsai1-4/+2
2024-08-28regulator: qcom_spmi: Use of_property_read_bool()Rob Herring (Arm)1-4/+2
2024-08-28regulator: qcom_spmi: Drop unnecessary of_find_property() callRob Herring (Arm)1-2/+2
2024-08-22regulator: Minor cleanupsMark Brown2-11/+14
2024-08-22regulator: s2mps11: use scoped memory allocation to simplify probeKrzysztof Kozlowski1-10/+7
2024-08-22regulator: Fully clean up on error in of_regulator_bulk_get_all()Chen-Yu Tsai1-9/+12
2024-08-22regulator: Return actual error in of_regulator_bulk_get_all()Chen-Yu Tsai1-1/+1
2024-08-22regulator: Clarify error message for "id == NULL" in _regulator_get()Chen-Yu Tsai1-1/+1
2024-08-14regulator: scmi: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2024-08-14regulator: qcom-smd: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+3