Commit 1bfdc14
watchdog: andes: atcwdt200: Andes support for ATCWDT200 (torvalds#203)
Reformed from the following patches on RISCV-Linux-5.4:
- (ff42294) riscv: Porting Watch dog driver
- Remove vendor SBI call sbi_andes_set_reset_vector(), directly
program SMU reset vector, thus it needs CONFIG_ATCSMU as dependency
- Add readl_fixup to work around dts probe when hardware is not present
Reformed from the following patches on ast-v5_4_0-branch:
- (852a286) watchdog: andes: atcwdt200: Integrate driver with watchdog framework (torvalds#243)
- (d50f7ff) watchdog: andes: atcwdt200: Use div64_s64 for 64-bit division to avoid link error with 32-bit toolchain (torvalds#246)
- (352d0db) watchdog: andes: atcwdt200: Add support for automatic detection of interrupt timer type (torvalds#248)
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Signed-off-by: Randolph <randolph@andestech.com>
Co-authored-by: Randolph <randolph@andestech.com>
Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/203
Reviewed-by: CL Chin-Long Wang <cl634@andestech.com>
Reviewed-by: randolph <randolph@andestech.com>1 parent e7607d5 commit 1bfdc14
File tree
6 files changed
+525
-0
lines changed- arch/riscv/configs
- drivers/watchdog
- include/linux/soc/andes
6 files changed
+525
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
528 | 534 | | |
529 | 535 | | |
530 | 536 | | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
531 | 544 | | |
532 | 545 | | |
533 | 546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments