From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH 0/5] OMAPDSS: HDMI: Debug support and Register cleanup Date: Tue, 20 Sep 2011 18:19:09 +0530 Message-ID: <1316522954-16594-1-git-send-email-mythripk@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:49935 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834Ab1ITM5U (ORCPT ); Tue, 20 Sep 2011 08:57:20 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id p8KCvGaB023378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Sep 2011 07:57:19 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p8KCvFD8005706 for ; Tue, 20 Sep 2011 18:27:16 +0530 (IST) Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: tomi.valkeinen@ti.com, linux-omap@vger.kernel.org Cc: Mythri P K From: Mythri P K Add support to dump HDMI core, wrapper, PHY and PLL registers and the clock dividers for HDMI. Some changes such as 1.Add some H/w indexable registers missed in definition. 2.Remove usage of struct hdmi_reg and use u16 instead. 3.Move the avi_infoframe parameters comments above the field. are also added as a part of this patch series. Mythri P K (5): OMAPDSS: HDMI: Move the comments in avi infoframe structure OMAPDSS: HDMI: Replace hdmi_reg struct with u16 OMAPDSS: HDMI: Add missing register definitions OMAPDSS: HDMI: Add support to dump registers through debugfs OMAPDSS: HDMI: Add support to dump clocks through debugfs drivers/video/omap2/dss/core.c | 4 + drivers/video/omap2/dss/dss.c | 3 + drivers/video/omap2/dss/dss.h | 2 + drivers/video/omap2/dss/dss_features.c | 5 + drivers/video/omap2/dss/hdmi.c | 47 +++++ drivers/video/omap2/dss/ti_hdmi.h | 14 ++ drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 178 +++++++++++++++++- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | 296 ++++++++++++++--------------- 8 files changed, 394 insertions(+), 155 deletions(-) -- 1.7.5.4