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