Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
33bf3327
Commit
33bf3327
authored
Apr 17, 2012
by
Kukjin Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: SAMSUNG: move hr timer for common s5p into plat-samsung
Signed-off-by:
Kukjin Kim
<
kgene.kim@samsung.com
>
parent
8eadcf74
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
12 deletions
+11
-12
arch/arm/plat-s5p/Kconfig
arch/arm/plat-s5p/Kconfig
+0
-6
arch/arm/plat-s5p/Makefile
arch/arm/plat-s5p/Makefile
+0
-4
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Kconfig
+8
-0
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/Makefile
+2
-0
arch/arm/plat-samsung/s5p-time.c
arch/arm/plat-samsung/s5p-time.c
+1
-2
No files found.
arch/arm/plat-s5p/Kconfig
View file @
33bf3327
...
...
@@ -23,12 +23,6 @@ config PLAT_S5P
help
Base platform code for Samsung's S5P series SoC.
config S5P_HRT
bool
select SAMSUNG_DEV_PWM
help
Use the High Resolution timer support
config S5P_DEV_UART
def_bool y
depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210)
...
...
arch/arm/plat-s5p/Makefile
View file @
33bf3327
...
...
@@ -10,10 +10,6 @@ obj-m :=
obj-n
:=
dummy.o
obj-
:=
# Core files
obj-$(CONFIG_S5P_HRT)
+=
s5p-time.o
# devices
obj-$(CONFIG_S5P_DEV_UART)
+=
dev-uart.o
...
...
arch/arm/plat-samsung/Kconfig
View file @
33bf3327
...
...
@@ -50,6 +50,14 @@ config S3C_LOWLEVEL_UART_PORT
this configuration should be between zero and two. The port
must have been initialised by the boot-loader before use.
# timer options
config S5P_HRT
bool
select SAMSUNG_DEV_PWM
help
Use the High Resolution timer support
# clock options
config SAMSUNG_CLKSRC
...
...
arch/arm/plat-samsung/Makefile
View file @
33bf3327
...
...
@@ -13,6 +13,8 @@ obj- :=
obj-y
+=
init.o cpu.o
obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET)
+=
time.o
obj-$(CONFIG_S5P_HRT)
+=
s5p-time.o
obj-y
+=
clock.o
obj-y
+=
pwm-clock.o
...
...
arch/arm/plat-s
5p
/s5p-time.c
→
arch/arm/plat-s
amsung
/s5p-time.c
View file @
33bf3327
/* linux/arch/arm/plat-s5p/s5p-time.c
*
/*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment