-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: watchdog: Adding watchdog support for sam SOC #10828
drivers: watchdog: Adding watchdog support for sam SOC #10828
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10828 +/- ##
==========================================
+ Coverage 53.21% 53.3% +0.08%
==========================================
Files 217 215 -2
Lines 26667 25908 -759
Branches 5913 5711 -202
==========================================
- Hits 14192 13810 -382
+ Misses 10059 9777 -282
+ Partials 2416 2321 -95
Continue to review full report at Codecov.
|
ef9c216
to
9fefd3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for doc changes
9fefd3d
to
f25a3a0
Compare
11aa6ed
to
601f9dd
Compare
I pushed some updates and reworked the driver a bit, take a look and test it out if you can. |
601f9dd
to
9dd6382
Compare
Issue resolved, dropped change to prj.conf
@subbu147 did my changes look good? did they test out ok? |
@galak Your changes holds good. I have tested All the modes and all the new negative(fault handling) scenarios. |
9dd6382
to
88300f2
Compare
88300f2
to
1576ac8
Compare
@MaureenHelm can you re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change needed, but otherwise looks good.
Adding watchdog driver for sam SoC. The current implemntation just diables the watchdog on device boot. This PR adds the following support for SAM3X, SAM4S and SAME70 1. Activate processor reset 2. Activate all reset 3. Generate interrupt on watchdog timer expiration. Signed-off-by: Subramanian Meenakshi Sundaram <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
1576ac8
to
07310bf
Compare
Adding watchdog driver for sam SoC. The current implementation just
disables the watchdog on device boot.
This PR adds the following support for SAM3X, SAM4S and SAME70
on watchdog timer expiration.
Signed-off-by: Subramanian Meenakshi Sundaram [email protected]