summaryrefslogtreecommitdiff
path: root/sys/arm/mv/timer.c
AgeCommit message (Expand)Author
2025-03-27arm/mv: Remove pre-armv7 supportAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-04-04Make Marvell armv7 timer and wdt registers definitions commonMarcin Wojtas
2018-04-04Make Marvell Armada reset registers usage genericMarcin Wojtas
2018-04-03Fix kernel modules names for Marvell armv7Marcin Wojtas
2018-04-03Split out delay code in Marvell timer driver for PLATFORMMarcin Wojtas
2018-04-03Make Marvell AmadaXP timer driver more genericMarcin Wojtas
2017-12-31Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-20Support watchdog depending on "mrvl,has-wdt" propertyZbigniew Bodek
2016-01-20Add support for watchdog on Armada38xZbigniew Bodek
2016-01-20Introduce initial support for Marvell Armada38xZbigniew Bodek
2014-02-26Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-10-27Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore
2013-06-04Fix the passing of time on Armada XP.Grzegorz Bernacki
2013-02-28MFcalloutng:Alexander Motin
2012-09-14Add support for Armada XP A0.Grzegorz Bernacki
2012-08-15Merging of projects/armv6, part 7Oleksandr Tymoshenko
2011-02-08o Make sure to mask off timer1 interrupts. It's not necessarilyMarcel Moolenaar
2010-09-18Clear timer interrupt status before calling callback, not after it,Alexander Motin
2010-07-20Fix several un-/signedness bugs of r210290 and r210293. Add one more check.Alexander Motin
2010-07-20Refactor Marvell ARM SoC timer driver to the new timer infrastructure.Alexander Motin
2010-06-13Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski
2008-10-13Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski