diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-21 16:26:18 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-21 16:26:18 -0400 |
| commit | f43e6ba0b45fb486cc7d51be70972395dd3ebea4 (patch) | |
| tree | bbec7521dd3ce01aa35706fc8e9aeda50aa42980 /Documentation | |
| parent | f70e1e7980f3611039d7b9a1b34beaaba1054af7 (diff) | |
| parent | 11cd7a5c21db020b8001aedcae27bd3fa9e1e901 (diff) | |
| download | linux-f43e6ba0b45fb486cc7d51be70972395dd3ebea4.tar.gz linux-f43e6ba0b45fb486cc7d51be70972395dd3ebea4.tar.bz2 linux-f43e6ba0b45fb486cc7d51be70972395dd3ebea4.zip | |
Merge tag 'regulator-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown:
"A couple of fairly minor device specific fixes that came in over the
past week or so, plus the addition of an actual maintainer for the
IR38060"
* tag 'regulator-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: tps65219: regulator: tps65219: Fix error codes in probe()
regulator: pca9450: Use devm_register_sys_off_handler
regulator: dt-bindings: infineon,ir38060: Add Guenter as maintainer from IBM
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml b/Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml index e6ffbc2a2298..57ff6bf1e188 100644 --- a/Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml +++ b/Documentation/devicetree/bindings/regulator/infineon,ir38060.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Infineon Buck Regulators with PMBUS interfaces maintainers: - - Not Me. + - Guenter Roeck <linux@roeck-us.net> allOf: - $ref: regulator.yaml# |
