summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/s5p-common/timer.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2018-10-10arm: remove prototype for reset_timer_maskedPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-05-25exynos: pwm: Add a driver for the exynos5 PWMSimon Glass
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26exynos: Avoid function instrumentation for microsecond timerSimon Glass
2013-04-17exynos: Correct use of 64-bit divisionSimon Glass
2013-04-01Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4Gabe Black
2013-04-01Exynos: Add timer_get_us functionChe-Liang Chiou
2013-04-01Exynos: Change get_timer() to work correctlySimon Glass
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass
2013-02-01arm: Move tbl to arch_global_dataSimon Glass
2012-09-01arm/s5pxx: Fix get_timer_masked to get the time.Zhong Hongbo
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-03-27S5P: timer: replace bss variable by gdMinkyu Kang
2011-03-27S5P: timer: Use pwm functionsMinkyu Kang
2010-11-30ARMV7: S5P: timer: get the count_value from register when call udelayMinkyu Kang
2010-08-30ARMV7: S5P: separate the peripheral clocksMinkyu Kang
2010-08-23ARMV7: S5P: rename from s5pc1xx to s5pMinkyu Kang
2010-08-23ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xxMinkyu Kang