summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0225-470/+1955
|\
| * regulator: Consumer load management improvementsMark Brown2022-07-283-12/+52
| |\
| | * regulator: core: Allow drivers to define their init data as constDouglas Anderson2022-07-272-0/+32
| | * regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson2022-07-272-12/+20
| * | regulator: mt6380: Fix unused array warningJean Delvare2022-07-271-1/+1
| * | regulator: Add missing type for 'regulator-microvolt-offset'Rob Herring2022-07-201-0/+1
| * | regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter2022-07-191-2/+3
| * | regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He2022-07-151-1/+5
| * | regulator: pwm: Update Lee Jones' email addressLee Jones2022-07-141-1/+1
| * | regulator: max597x: Don't return uninitialized variable in .probeAxel Lin2022-07-141-3/+0
| * | regulator: qcom,spmi-regulator: add PMP8074 PMICRobert Marko2022-07-111-0/+16
| * | regulator: qcom,spmi-regulator: Convert to dtschemaRobert Marko2022-07-112-347/+307
| * | regulator: qcom_spmi: add support for PMP8074 regulatorsRobert Marko2022-07-111-0/+23
| * | regulator: qcom_spmi: add support for HT_P600Robert Marko2022-07-111-0/+7
| * | regulator: qcom_spmi: add support for HT_P150Robert Marko2022-07-111-0/+7
| * | regulator: max597x: Remove unused including <linux/version.h>Jiapeng Chong2022-07-111-1/+0
| * | regulator: Fix MFD_MAX597X dependencyMark Brown2022-07-071-1/+1
| * | regulator: Fix parameter declaration and spelling mistake.Zhang Jiaming2022-07-051-2/+2
| * | regulator: max597x: Add support for max597x regulatorPatrick Rudolph2022-07-053-0/+517
| * | regulator: qcom_smd: Add PM8909 and fix pm8916_pldo rangeMark Brown2022-06-302-6/+34
| |\ \
| | * | regulator: qcom_smd: Add PM8909 RPM regulatorsStephan Gerhold2022-06-291-0/+24
| | * | regulator: dt-bindings: qcom,smd-rpm: Add PM8909Stephan Gerhold2022-06-291-0/+4
| | * | regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold2022-06-291-2/+2
| * | | regulator: scmi: Add missing of_node_get()Liang He2022-06-301-0/+1
| * | | regulator: mt6370: Use the correct header for platform_device_idChiYuan Huang2022-06-291-0/+1
| * | | regulator: mt6370: Use 'fwnode_gpiod_get_index' to fix gpio parsingChiYuan Huang2022-06-291-1/+2
| * | | regulator: fix a kernel-doc warningMauro Carvalho Chehab2022-06-281-0/+1
| * | | regulator: mt6370: Add mt6370 DisplayBias and VibLDO supportChiYuan Huang2022-06-233-0/+397
| * | | regulator: rt5120: Add PMIC regulator supportChiYuan Huang2022-06-233-0/+431
| * | | regulator: rpi-panel-attiny: Use backlight helperStephen Kitt2022-06-131-5/+1
| * | | regulator: qcom_smd: add get_voltage to MP5496Robert Marko2022-06-071-0/+1
| * | | regulator: mp5416: remove kernel.h includeRobert Marko2022-06-071-1/+0
| * | | regulator: dt-bindings: Convert pwm-regulator to DT schemaRob Herring2022-06-072-92/+126
| * | | regulator: rt5190a: check if init_data is NULL, bypass rt5190a_of_parse_cbChiYuan Huang2022-06-061-0/+3
| * | | regulator: mp5416: add support for MP5496Robert Marko2022-06-061-0/+13
| * | | regulator: mp5416: use OF match dataRobert Marko2022-06-061-2/+8
| * | | regulator: mp5416: alphabetically sort header includesRobert Marko2022-06-061-3/+3
| * | | regulator: dt-bindings: mps,mp5416: add MP5496 compatibleRobert Marko2022-06-061-0/+1
| | |/ | |/|
* | | Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-08-024-171/+440
|\ \ \
| * | | regmap: permit to set reg_update_bits with bulk implementationChristian Marangi2022-07-181-0/+2
| * | | regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay2022-07-081-0/+3
| * | | regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald2022-07-051-1/+1
| * | | regmap-irq cleanups and refactoringMark Brown2022-06-302-169/+367
| |\ \ \
| | * | | regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald2022-06-292-2/+6
| | * | | regmap-irq: Add get_irq_reg() callbackAidan MacDonald2022-06-292-48/+93
| | * | | regmap-irq: Fix inverted handling of unmask registersAidan MacDonald2022-06-292-48/+84
| | * | | regmap-irq: Deprecate type registers and virtual registersAidan MacDonald2022-06-292-6/+18
| | * | | regmap-irq: Introduce config registers for irq typesAidan MacDonald2022-06-292-5/+122
| | * | | regmap-irq: Refactor checks for status bulk read supportAidan MacDonald2022-06-291-4/+10
| | * | | regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald2022-06-292-19/+7