All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Prerequisite patches for device tree for Samsung's Exynos4 platform
@ 2011-03-19  7:50 Thomas Abraham
  2011-03-19  7:50 ` [PATCH 1/6] ARM: EXYNOS4: Fix addruart macro Thomas Abraham
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Thomas Abraham @ 2011-03-19  7:50 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, ben-linux

This patchset is a prerequisite for device tree patches for exynos4. It
includes the following changes.

1. Adds clkdev support for exynos4.
2. Removes redundant console registration for exynos4 and s5pv210.
3. Trival bug fixes.

Thomas Abraham (6):
  ARM: EXYNOS4: Fix addruart macro
  serial: samsung: Fix unintended usage of uart port 0 as console
  serial: s5pv210: Remove redundant console_initcall
  ARM: SAMSUNG: Add clkdev support
  ARM: SAMSUNG: Add clkdev support for exynos4
  ARM: Remove clkdev.o build in arch/arm/common/Makefile

 arch/arm/common/Makefile                         |    1 -
 arch/arm/mach-exynos4/Kconfig                    |    1 +
 arch/arm/mach-exynos4/clock.c                    |   57 ++++++++++++++++++++++
 arch/arm/mach-exynos4/include/mach/clkdev.h      |    7 +++
 arch/arm/mach-exynos4/include/mach/debug-macro.S |    4 +-
 arch/arm/mach-exynos4/time.c                     |    2 +
 arch/arm/plat-samsung/clock.c                    |   18 +++++++
 arch/arm/plat-samsung/include/plat/clock.h       |    5 ++
 arch/arm/plat-samsung/pwm-clock.c                |   10 ++++
 drivers/tty/serial/s5pv210.c                     |    7 ---
 drivers/tty/serial/samsung.c                     |    9 ++--
 11 files changed, 106 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/mach-exynos4/include/mach/clkdev.h

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-25  8:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19  7:50 [PATCH 0/6] Prerequisite patches for device tree for Samsung's Exynos4 platform Thomas Abraham
2011-03-19  7:50 ` [PATCH 1/6] ARM: EXYNOS4: Fix addruart macro Thomas Abraham
2011-03-19  7:50 ` [PATCH 2/6] serial: samsung: Fix unintended usage of uart port 0 as console Thomas Abraham
2011-03-19  7:50 ` [PATCH 3/6] serial: s5pv210: Remove redundant console_initcall Thomas Abraham
2011-03-19  7:50 ` [PATCH 4/6] ARM: SAMSUNG: Add clkdev support Thomas Abraham
2011-03-19  7:50 ` [PATCH 5/6] ARM: SAMSUNG: Add clkdev support for exynos4 Thomas Abraham
2011-03-19  9:42   ` Seungwhan Youn
2011-03-19 12:02   ` Sylwester Nawrocki
2011-03-19  7:50 ` [PATCH 6/6] ARM: Remove clkdev.o build in arch/arm/common/Makefile Thomas Abraham
2011-03-25  8:35   ` Kukjin Kim
2011-03-25  8:35     ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.