Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754078Ab0ALK3i (ORCPT ); Tue, 12 Jan 2010 05:29:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754023Ab0ALK3i (ORCPT ); Tue, 12 Jan 2010 05:29:38 -0500 Received: from smtp.nokia.com ([192.100.105.134]:28503 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753883Ab0ALK3h (ORCPT ); Tue, 12 Jan 2010 05:29:37 -0500 Subject: [GIT PULL] OMAP DSS fixes From: Tomi Valkeinen To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, "linux-omap@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Organization: Nokia Date: Tue, 12 Jan 2010 12:30:10 +0200 Message-ID: <1263292210.2087.67.camel@tubuntu.research.nokia.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 12 Jan 2010 10:28:55.0927 (UTC) FILETIME=[0B56C070:01CA9372] X-Nokia-AV: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2361 Lines: 61 Hi Linus, Some small fixes for OMAP display subsystem driver, and debugging feature to collect interrupt statistics. Tomi The following changes since commit 6b7b284958d47b77d06745b36bc7f36dab769d9b: Linus Torvalds (1): Linux 2.6.33-rc2 are available in the git repository at: git://gitorious.org/linux-omap-dss2/linux.git for-linus Peter Huewe (1): video/omap: add __init/__exit macros to drivers/video/omap/lcd_htcherald.c Tomi Valkeinen (12): OMAP: DSS2: DSI: fix VC channels in send_short and send_null OMAP: DSS2: DSI: print debug DCS cmd in hex OMAP: DSS2: Collect interrupt statistics OMAP: DSS2: Fix crash when panel doesn't define enable_te() OMAP: DSS2: RFBI: convert to new kfifo API OMAP: OMAPFB: fix clk_get for RFBI OMAP: OMAPFB: add dummy release function for omapdss MAINTAINERS: change omapfb maintainer MAINTAINERS: Combine DSS2 and OMAPFB2 into one entry OMAP: DSS2: OMAPFB: fix omapfb_free_fbmem() OMAP: DSS2: Make check-delay-loops consistent OMAP: DSS2: OMAPFB: fix crash when panel driver was not loaded Vaibhav Hiremath (1): OMAP: DSS2: Fix compile warning Ville Syrjälä (1): OMAP: DSS2: Reject scaling settings when they cannot be supported MAINTAINERS | 17 +--- drivers/video/omap/dispc.c | 18 +--- drivers/video/omap/lcd_htcherald.c | 4 +- drivers/video/omap/omapfb.h | 2 + drivers/video/omap/omapfb_main.c | 25 +++++ drivers/video/omap/rfbi.c | 4 +- drivers/video/omap2/dss/Kconfig | 7 ++ drivers/video/omap2/dss/core.c | 10 ++ drivers/video/omap2/dss/dispc.c | 74 ++++++++++++++- drivers/video/omap2/dss/dsi.c | 159 +++++++++++++++++++++++++++--- drivers/video/omap2/dss/dss.c | 6 +- drivers/video/omap2/dss/dss.h | 14 +++ drivers/video/omap2/dss/rfbi.c | 30 +++--- drivers/video/omap2/omapfb/omapfb-main.c | 6 + 14 files changed, 309 insertions(+), 67 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/