Commit 7cccbec
committed
Merge tag 'regulator-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown:
"Two things here, one is an improved fix for issues around freeing
devices when registration fails which replaces a half baked fix with a
more complete one which uses the device model release() function
properly.
The other fix is a device specific fix for mt6358, the driver said
that the LDOs supported mode configuration but this is not actually
the case and could cause issues"
* tag 'regulator-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()"
regulator/core: regulator_register: set device->class earlier
regulator: mt6358: split ops for buck and linear range LDO regulators2 files changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5542 | 5542 | | |
5543 | 5543 | | |
5544 | 5544 | | |
| 5545 | + | |
| 5546 | + | |
5545 | 5547 | | |
5546 | 5548 | | |
5547 | 5549 | | |
| |||
5603 | 5605 | | |
5604 | 5606 | | |
5605 | 5607 | | |
5606 | | - | |
5607 | 5608 | | |
5608 | 5609 | | |
5609 | 5610 | | |
5610 | | - | |
5611 | 5611 | | |
5612 | 5612 | | |
5613 | 5613 | | |
| |||
5724 | 5724 | | |
5725 | 5725 | | |
5726 | 5726 | | |
5727 | | - | |
5728 | | - | |
5729 | 5727 | | |
5730 | 5728 | | |
5731 | 5729 | | |
5732 | | - | |
5733 | | - | |
5734 | | - | |
5735 | 5730 | | |
| 5731 | + | |
5736 | 5732 | | |
5737 | 5733 | | |
5738 | 5734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
467 | 479 | | |
468 | 480 | | |
469 | 481 | | |
| |||
0 commit comments