Page MenuHomeFreeBSD

Support watchdog depending on "mrvl,has-wdt" property
ClosedPublic

Authored by bsz_semihalf.com on Dec 7 2015, 8:14 AM.
Tags
Referenced Files
F135523309: D4424.id12515.diff
Mon, Nov 10, 12:59 PM
Unknown Object (File)
Fri, Nov 7, 8:45 PM
Unknown Object (File)
Thu, Nov 6, 4:28 AM
Unknown Object (File)
Mon, Nov 3, 4:18 AM
Unknown Object (File)
Sun, Nov 2, 5:23 AM
Unknown Object (File)
Fri, Oct 31, 12:48 PM
Unknown Object (File)
Fri, Oct 24, 2:42 AM
Unknown Object (File)
Tue, Oct 21, 2:24 AM
Subscribers

Details

Summary

With this commit, watchdog is supported only in case of having
"mrvl,has-wdt" property or dedicated for watchdog compatibility field
("marvell,armada-380-wdt"). There is no need to modify dts files, as
"has-wdt" property already exists.

Obtained from: Semihalf
Sponsored by: Stormshield
Submitted by: Bartosz Szczepanek <bsz@semihalf.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bsz_semihalf.com retitled this revision from to Support watchdog depending on "mrvl,has-wdt" property.
bsz_semihalf.com updated this object.
bsz_semihalf.com edited the test plan for this revision. (Show Details)
bsz_semihalf.com added reviewers: ian, imp.
bsz_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
bsz_semihalf.com added a project: ARM.
bsz_semihalf.com added a subscriber: zbb.
sys/arm/mv/timer.c
75 ↗(On Diff #10864)

Should be

boolean_t
zbb added a reviewer: zbb.
zbb added inline comments.
sys/arm/mv/timer.c
75 ↗(On Diff #10864)

Fixed in a commit

This revision is now accepted and ready to land.Jan 20 2016, 2:27 PM
This revision was automatically updated to reflect the committed changes.