From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhou Zhu Subject: [PATCH v2 0/4] video: mmp: add device tree suppport Date: Tue, 14 Jan 2014 19:16:20 +0800 Message-ID: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Haojian Zhuang , Sascha Hauer , Jingoo Han , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Chao Xie , Guoqing Li , Zhou Zhu List-Id: devicetree@vger.kernel.org This patch set is to add device tree support for mmp_disp. patch 1/2 are to remove clk_name configure in mach_info before. patch 3/4 are to add device tree support. change of v2: add patch to remove config of clk_name in mach_info use phandle to get path. runtime decision of dt usage. clean up to use node name directly. Zhou Zhu (4): arm: mmp: remove not used disp clk_name in ttc_dkb video: mmp: no need to get clk_name from mach_info video: mmp: add devm_mmp_get_path_by_phandle for DT video: mmp: add device tree support Documentation/devicetree/bindings/fb/mmp-disp.txt | 60 ++++++++ arch/arm/mach-mmp/ttc_dkb.c | 1 - drivers/video/mmp/core.c | 35 +++++ drivers/video/mmp/fb/mmpfb.c | 73 ++++++---- drivers/video/mmp/hw/mmp_ctrl.c | 154 ++++++++++++++++----- include/video/mmp_disp.h | 3 +- 6 files changed, 268 insertions(+), 58 deletions(-) create mode 100644 Documentation/devicetree/bindings/fb/mmp-disp.txt -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhou Zhu Date: Tue, 14 Jan 2014 11:16:20 +0000 Subject: [PATCH v2 0/4] video: mmp: add device tree suppport Message-Id: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Haojian Zhuang , Sascha Hauer , Jingoo Han , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Chao Xie , Guoqing Li , Zhou Zhu This patch set is to add device tree support for mmp_disp. patch 1/2 are to remove clk_name configure in mach_info before. patch 3/4 are to add device tree support. change of v2: add patch to remove config of clk_name in mach_info use phandle to get path. runtime decision of dt usage. clean up to use node name directly. Zhou Zhu (4): arm: mmp: remove not used disp clk_name in ttc_dkb video: mmp: no need to get clk_name from mach_info video: mmp: add devm_mmp_get_path_by_phandle for DT video: mmp: add device tree support Documentation/devicetree/bindings/fb/mmp-disp.txt | 60 ++++++++ arch/arm/mach-mmp/ttc_dkb.c | 1 - drivers/video/mmp/core.c | 35 +++++ drivers/video/mmp/fb/mmpfb.c | 73 ++++++---- drivers/video/mmp/hw/mmp_ctrl.c | 154 ++++++++++++++++----- include/video/mmp_disp.h | 3 +- 6 files changed, 268 insertions(+), 58 deletions(-) create mode 100644 Documentation/devicetree/bindings/fb/mmp-disp.txt -- 1.7.9.5