summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/efi_x86.c
Commit message (Collapse)AuthorAgeFilesLines
* efi: cleanupsOleksij Rempel2019-02-181-2/+2
| | | | | | | make local functions static and remove unused code Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* efi: move x86 clocksource to device/driverJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+79
so we can dynamicly register the device As we may need to use HW IP for clocksource. As on EFI we could use Timestamp GUID if present (Not often the case as it's not even enabled by default on any Target on EDK II not even OVMF) Or if we choose we could use a Simulated Timestamp driver that work on Event (Add Later) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>