* [PATCH 0/5] Add high resolution generic time support for S3C64xx
@ 2011-08-28 0:51 Tomasz Figa
0 siblings, 0 replies; 2+ messages in thread
From: Tomasz Figa @ 2011-08-28 0:51 UTC (permalink / raw)
To: linux-arm-kernel
This series adds support for high resolution generic time on Samsung S3C64xx
SoCs using PWM timers 4 and 5 to implement generic clock source and clock
event device. It also overrides default sched_clock implementation with local
one using the clock source.
Tomasz Figa (5):
ARM: Samsung: PWM: Allow to differentiate SoCs based on platform
device name.
ARM: s3c64xx: Add generic high resolution time support using PWM
timers.
ARM: Samsung: pwm: Exclude timer 3 on S3C64xx if generic time is
enabled.
ARM: s3c64xx: Move all machines to s3c64xx_timer.
ARM: s3c64xx: Add optional local sched_clock implementation.
arch/arm/Kconfig | 1 -
arch/arm/mach-s3c64xx/Kconfig | 20 ++
arch/arm/mach-s3c64xx/Makefile | 3 +
arch/arm/mach-s3c64xx/mach-anw6410.c | 2 +-
arch/arm/mach-s3c64xx/mach-hmt.c | 2 +-
arch/arm/mach-s3c64xx/mach-mini6410.c | 2 +-
arch/arm/mach-s3c64xx/mach-ncp.c | 2 +-
arch/arm/mach-s3c64xx/mach-real6410.c | 2 +-
arch/arm/mach-s3c64xx/mach-smartq5.c | 2 +-
arch/arm/mach-s3c64xx/mach-smartq7.c | 2 +-
arch/arm/mach-s3c64xx/mach-smdk6400.c | 2 +-
arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
arch/arm/mach-s3c64xx/s3c6400.c | 2 +
arch/arm/mach-s3c64xx/s3c6410.c | 2 +
arch/arm/mach-s3c64xx/time.c | 346 +++++++++++++++++++++++++
arch/arm/plat-samsung/dev-pwm.c | 8 +
arch/arm/plat-samsung/include/plat/cpu.h | 7 +
arch/arm/plat-samsung/include/plat/pwm-core.h | 21 ++
arch/arm/plat-samsung/pwm.c | 26 ++-
19 files changed, 443 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/mach-s3c64xx/time.c
create mode 100644 arch/arm/plat-samsung/include/plat/pwm-core.h
--
1.7.6.1
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 0/5] Add high resolution generic time support for S3C64xx
@ 2011-08-31 12:33 Tomasz Figa
0 siblings, 0 replies; 2+ messages in thread
From: Tomasz Figa @ 2011-08-31 12:33 UTC (permalink / raw)
To: linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-31 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-28 0:51 [PATCH 0/5] Add high resolution generic time support for S3C64xx Tomasz Figa
-- strict thread matches above, loose matches on Subject: below --
2011-08-31 12:33 Tomasz Figa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).