summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mvme147/clock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clock: Simplify driver initializationSebastian Huber2019-12-111-7/+1
| | | | | | Use a system initialization handler instead of a legacy IO driver. Update #3834.
* clock: Remove Clock_exit() from APISebastian Huber2019-12-111-1/+1
| | | | | | | This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
* bsps: Move clock drivers to bspsSebastian Huber2018-04-201-0/+82
This patch is a part of the BSP source reorganization. Update #3285.