aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/andes_plmt_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* riscv: timer: Add support for an early timerPragnesh Patel2021-01-181-1/+20
| | | | | | | | Added support for timer_early_get_count() and timer_early_get_rate() This is mostly useful in tracing. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com>
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-3/+4
| | | | | | | | | | | Most drivers use these access methods but a few do not. Update them. In some cases the access is not permitted, so mark those with a FIXME tag for the maintainer to check. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Pratyush Yadav <p.yadav@ti.com>
* riscv: Move Andes PLMT driver to drivers/timerSean Anderson2020-10-261-0/+50
This is a regular timer driver, and should live with the other timer drivers. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Rick Chen <rick@andestech.com>