All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable DU support to Marzen and Lager boards
@ 2013-08-07 16:19 Laurent Pinchart
  0 siblings, 0 replies; only message in thread
From: Laurent Pinchart @ 2013-08-07 16:19 UTC (permalink / raw)
  To: linux-sh

Hello,

This patch set adds DU support to the r8a7779 and r8a7790 SoCs and registers
DU devices for the Marzen and Lager boards. Only platform data registration is
supported as DU DT bindings are work under progress.

The patches depend on both the DU r8a7790 DRM and PFC series available from

	git://linuxtv.org/pinchartl/fbdev.git drm/next/du
	git://linuxtv.org/pinchartl/fbdev.git pinmux/next/r8a7790

They are based respectively on the latest drm-next branch from
git://people.freedesktop.org/~airlied/linux and the latest for-next branch from
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git. Both
series are scheduled for upstream merge in v3.12.

The dependency on pinmux/next/r8a7790 is runtime only, compilation will not
break and the boards won't fail to boot. The only regression will be a pinmux
error message at boot time. The drm/next/du series, however, is a compile-time
dependency. Simon, how would you like to handle that ?

Laurent Pinchart (5):
  ARM: shmobile: r8a7779: Add DU support
  ARM: shmobile: r8a7790: Add DU and LVDS clocks
  ARM: shmobile: r8a7790: Add DU and LVDS support
  ARM: shmobile: marzen: Add Display Unit support
  ARM: shmobile: lager: Add Display Unit support

 arch/arm/configs/lager_defconfig              |  2 ++
 arch/arm/configs/marzen_defconfig             |  2 ++
 arch/arm/mach-shmobile/board-lager.c          | 42 ++++++++++++++++++++++
 arch/arm/mach-shmobile/board-marzen.c         | 51 +++++++++++++++++++++++++++
 arch/arm/mach-shmobile/clock-r8a7779.c        |  2 +-
 arch/arm/mach-shmobile/clock-r8a7790.c        | 12 ++++++-
 arch/arm/mach-shmobile/include/mach/r8a7779.h |  2 ++
 arch/arm/mach-shmobile/include/mach/r8a7790.h |  3 ++
 arch/arm/mach-shmobile/setup-r8a7779.c        | 22 ++++++++++++
 arch/arm/mach-shmobile/setup-r8a7790.c        | 27 ++++++++++++++
 10 files changed, 163 insertions(+), 2 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-07 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-07 16:19 [PATCH 0/5] Enable DU support to Marzen and Lager boards Laurent Pinchart

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.