summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/s5p-common
AgeCommit message (Expand)AuthorFilesLines
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 Rini5-11/+5
2016-05-25exynos: pwm: Add a driver for the exynos5 PWMSimon Glass1-0/+3
2015-11-02s5p: cpu_info: print "cpu-model" if exists in dtsPrzemyslaw Marczak1-1/+13
2015-08-06exynos: Tidy up CPU frequency displaySimon Glass1-5/+2
2013-10-31armv7: convert makefiles to Kbuild styleMasahiro Yamada1-25/+4
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2013-06-26exynos: Avoid function instrumentation for microsecond timerSimon Glass1-1/+1
2013-06-04exynos: update tzpc to make it common for exynos4 and exynos5Inderpal Singh1-0/+2
2013-04-17exynos: Correct use of 64-bit divisionSimon Glass1-1/+6
2013-04-01Exynos: Tidy up the pwm_config function in the exynos pwm driverGabe Black1-16/+6
2013-04-01Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4Gabe Black1-1/+1
2013-04-01Exynos: pwm: Fix two bugs in the exynos pwm configuration codeGabe Black1-10/+14
2013-04-01Exynos: Add timer_get_us functionChe-Liang Chiou1-0/+15
2013-04-01Exynos: Change get_timer() to work correctlySimon Glass2-62/+44
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-11-15dm: wdt: Move s5p watchdog timer to drivers/watchdog/Marek Vasut2-60/+0
2012-09-01arm/s5pxx: Fix get_timer_masked to get the time.Zhong Hongbo2-5/+17
2012-07-07Exynos: fix cpuinfo and cpu detectingMinkyu Kang1-2/+3
2012-02-12S5P: support generic watchdog timerMinkyu Kang2-0/+60
2011-11-17arch/arm/cpu/armv7/s5p-common/pwm.c: fix GCC 4.6 warningAnatolij Gustschin1-2/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-05-26S5PC2XX: Support the cpu revisionMinkyu Kang1-0/+2
2011-05-26S5P:SROM config code moved to s5p-common directoryChander Kashyap2-1/+51
2011-03-27S5P: timer: replace bss variable by gdMinkyu Kang1-15/+12
2011-03-27S5P: timer: Use pwm functionsMinkyu Kang1-44/+5
2011-03-27ARM: S5P: pwm driver supportDonghwa Lee2-0/+190
2011-02-02armv7: s5pc1xx: don't use function pointer for clock functionsMinkyu Kang1-2/+0
2010-11-30Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-9/+9
2010-11-30ARMV7: S5P: timer: get the count_value from register when call udelayMinkyu Kang1-9/+9
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-08-30ARMV7: S5P: separate the peripheral clocksMinkyu Kang1-2/+2
2010-08-23ARMV7: S5P: rename from s5pc1xx to s5pMinkyu Kang2-14/+13
2010-08-23ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xxMinkyu Kang3-0/+295