Commit bc889e8
committed
Merge tag 'tegra-for-6.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers
soc/tegra: Changes for v6.5-rc1
This adds initial support for identifying the Tegra264 SoC family and
fixes potential issues when reading from the FUSE block. A new software
wake event for the AON cluster is added on Tegra234 and the debugfs
initialization is drastically simplified.
* tag 'tegra-for-6.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
soc/tegra: pmc: Use devm_clk_notifier_register()
soc/tegra: pmc: Simplify debugfs initialization
soc/tegra: fuse: Fix Tegra234 fuse size
soc/tegra: pmc: Add AON SW Wake support for Tegra234
soc/tegra: fuse: Add support for Tegra264
Link: https://lore.kernel.org/r/20230609193620.2275240-1-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>4 files changed
Lines changed: 12 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
| |||
431 | 430 | | |
432 | 431 | | |
433 | 432 | | |
434 | | - | |
435 | 433 | | |
436 | 434 | | |
437 | 435 | | |
| |||
1190 | 1188 | | |
1191 | 1189 | | |
1192 | 1190 | | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | 1191 | | |
1204 | 1192 | | |
1205 | 1193 | | |
| |||
3004 | 2992 | | |
3005 | 2993 | | |
3006 | 2994 | | |
3007 | | - | |
| 2995 | + | |
| 2996 | + | |
3008 | 2997 | | |
3009 | 2998 | | |
3010 | 2999 | | |
| |||
3026 | 3015 | | |
3027 | 3016 | | |
3028 | 3017 | | |
3029 | | - | |
3030 | | - | |
3031 | | - | |
3032 | | - | |
3033 | | - | |
3034 | | - | |
3035 | 3018 | | |
3036 | 3019 | | |
3037 | | - | |
| 3020 | + | |
3038 | 3021 | | |
3039 | 3022 | | |
3040 | 3023 | | |
3041 | | - | |
| 3024 | + | |
3042 | 3025 | | |
3043 | 3026 | | |
3044 | 3027 | | |
| |||
3061 | 3044 | | |
3062 | 3045 | | |
3063 | 3046 | | |
| 3047 | + | |
| 3048 | + | |
3064 | 3049 | | |
3065 | 3050 | | |
3066 | 3051 | | |
3067 | 3052 | | |
3068 | | - | |
3069 | | - | |
3070 | 3053 | | |
3071 | 3054 | | |
3072 | 3055 | | |
3073 | | - | |
3074 | 3056 | | |
3075 | 3057 | | |
3076 | 3058 | | |
| |||
4250 | 4232 | | |
4251 | 4233 | | |
4252 | 4234 | | |
| 4235 | + | |
4253 | 4236 | | |
4254 | 4237 | | |
4255 | 4238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments