Commit a190843
Declan Snyder
drivers: nxp: Convert to unified clock control macros
Convert NXP clock control drivers and clock consumer drivers to the new
unified macros. This has to be all in one commit because it is very hard
to make it bisectable otherwise. This is because many of the drivers
are actually benefitting from these macros due to they have a bunch of
code that is coupling to multiple different consumers and so forth.
NOTE: right now this commit is only containing clock driver changes, not
consumers. And they are not finished
Signed-off-by: Declan Snyder <[email protected]>1 parent 9b86492 commit a190843
File tree
3 files changed
+99
-7
lines changed- drivers
- clock_control
- serial
3 files changed
+99
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
18 | 54 | | |
19 | 55 | | |
20 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
18 | 50 | | |
19 | | - | |
| 51 | + | |
20 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
21 | 60 | | |
22 | 61 | | |
23 | 62 | | |
| |||
149 | 188 | | |
150 | 189 | | |
151 | 190 | | |
152 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
153 | 197 | | |
154 | 198 | | |
155 | 199 | | |
| |||
602 | 646 | | |
603 | 647 | | |
604 | 648 | | |
605 | | - | |
| 649 | + | |
606 | 650 | | |
607 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
608 | 657 | | |
609 | 658 | | |
610 | 659 | | |
| |||
632 | 681 | | |
633 | 682 | | |
634 | 683 | | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
635 | 692 | | |
636 | 693 | | |
637 | | - | |
638 | | - | |
639 | 694 | | |
640 | 695 | | |
641 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1417 | 1417 | | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | | - | |
1421 | | - | |
| 1420 | + | |
1422 | 1421 | | |
1423 | 1422 | | |
1424 | 1423 | | |
| |||
1438 | 1437 | | |
1439 | 1438 | | |
1440 | 1439 | | |
| 1440 | + | |
| 1441 | + | |
1441 | 1442 | | |
1442 | 1443 | | |
1443 | 1444 | | |
| |||
0 commit comments