devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5] Add MFC device tree support
@ 2012-09-27 17:09 Arun Kumar K
  2012-09-27 17:09 ` [PATCH v5] ARM: EXYNOS: " Arun Kumar K
  0 siblings, 1 reply; 7+ messages in thread
From: Arun Kumar K @ 2012-09-27 17:09 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss
  Cc: kgene.kim, k.debski, jtp.park, thomas.abraham, k.lewandowsk,
	s.nawrocki, ch.naveen, arun.kk, joshi

This patch adds the device tree entries for MFC on Exynos5.
This is rebased to the linux-samsung for-next branch.

Changelog v5
- Fixed non-DT compile issue
- Moved fdt mfc parsing function to plat-samsung as suggested by Kukjin Kim
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg12647.html
- Use single property for both base address and size for mfc memory banks
  as suggested by Tomasz Figa
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg12650.html

Changelog v4
- Addressed review comments from Karol Lewandowski
http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/12703

Changelog v3
- Addressed review comments given by Sylwester Nawrocki
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg12340.html

Changelog v2
- Use fdt functions to parse dtsi file for mfc memory info

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

Arun Kumar K (1):
  ARM: EXYNOS: Add MFC device tree support

 .../devicetree/bindings/media/s5p-mfc.txt          |   23 +++++++++++++
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    5 +++
 arch/arm/boot/dts/exynos5250.dtsi                  |    6 +++
 arch/arm/mach-exynos/Kconfig                       |    1 +
 arch/arm/mach-exynos/clock-exynos5.c               |    2 +-
 arch/arm/mach-exynos/mach-exynos5-dt.c             |   16 +++++++++
 arch/arm/plat-samsung/devs.c                       |    1 +
 arch/arm/plat-samsung/include/plat/mfc.h           |   11 ++++++
 arch/arm/plat-samsung/s5p-dev-mfc.c                |   34 ++++++++++++++++++++
 9 files changed, 98 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/s5p-mfc.txt

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

end of thread, other threads:[~2012-10-23 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 17:09 [PATCH v5] Add MFC device tree support Arun Kumar K
2012-09-27 17:09 ` [PATCH v5] ARM: EXYNOS: " Arun Kumar K
2012-10-12  6:42   ` Arun Kumar K
2012-10-23  7:04   ` 김승우
2012-10-23 10:12     ` Arun Kumar K
2012-10-19  1:39       ` Kukjin Kim
2012-10-23 14:30   ` Kukjin Kim

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