aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dwwdt
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+6
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* dwwdt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* dwwdt: make it actually usefulAndriy Gapon2022-01-111-11/+20
* dwwdt: Add PNP info for the driverEmmanuel Vadot2021-01-131-1/+7
* Add driver for Synopsys Designware Watchdog timer.Emmanuel Vadot2021-01-131-0/+360