devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add MFC device tree support
@ 2012-09-03 16:52 Arun Kumar K
  2012-09-03 16:52 ` [PATCH v1 1/2] ARM: EXYNOS: " Arun Kumar K
  2012-09-03 16:52 ` [PATCH v1 2/2] [media] s5p-mfc: Add " Arun Kumar K
  0 siblings, 2 replies; 3+ messages in thread
From: Arun Kumar K @ 2012-09-03 16:52 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss, linux-media
  Cc: kgene.kim, k.debski, jtp.park, ch.naveen, arun.kk, thomas.abraham,
	kmpark, joshi

This patchset adds device tree support for s5p-mfc driver.
The first patch adds DT support for both Exynos4 and 5 SoCs
which has different versions of MFC. The second patch which
adds DT support for the driver has to be applied over the 
patchset [1] which adds the MFCv6 support.

Changelog:
- Moved board specific DT information to different dtsi file
- Changed compatible name for the device
- Addressed other review comments

[1] http://www.mail-archive.com/linux-media@vger.kernel.org/msg51284.html

Arun Kumar K (1):
  [media] s5p-mfc: Add device tree support

Naveen Krishna Chatradhi (1):
  ARM: EXYNOS: Add MFC device tree support

 .../devicetree/bindings/media/s5p-mfc.txt          |   27 +++++
 arch/arm/boot/dts/exynos4210-origen.dts            |    7 ++
 arch/arm/boot/dts/exynos4210.dtsi                  |    6 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    7 ++
 arch/arm/boot/dts/exynos5250.dtsi                  |    6 +
 arch/arm/mach-exynos/Kconfig                       |    2 +
 arch/arm/mach-exynos/clock-exynos5.c               |    2 +-
 arch/arm/mach-exynos/mach-exynos4-dt.c             |    9 ++
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    9 ++
 drivers/media/platform/s5p-mfc/s5p_mfc.c           |  104 +++++++++++++++++---
 10 files changed, 162 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/s5p-mfc.txt

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

end of thread, other threads:[~2012-09-03 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03 16:52 [PATCH v1 0/2] Add MFC device tree support Arun Kumar K
2012-09-03 16:52 ` [PATCH v1 1/2] ARM: EXYNOS: " Arun Kumar K
2012-09-03 16:52 ` [PATCH v1 2/2] [media] s5p-mfc: Add " Arun Kumar K

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).