From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Wed, 09 Mar 2011 07:21:22 +0000 Subject: [PATCH 0/6] OMAP: DSS2: DSI: IRQ restructuring Message-Id: <1299655288-7121-1-git-send-email-tomi.valkeinen@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: Tomi Valkeinen Hi, In the future we will have more features using the DSI interrupts, like ULPS handling, and making use-case specific hooks into the main IRQ handler would become burdensome. This patch set cleans up the DSI IRQ handling a bit by implementing a generic way to register/unregister interrupt service routines. This allows us to remove the use-case specific callbacks from the main IRQ handler. Tomi Tomi Valkeinen (6): OMAP: DSS2: DSI: Restructure IRQ handler OMAP: DSS2: DSI: Add ISR support OMAP: DSS2: DSI: use ISR in send_bta_sync OMAP: DSS2: DSI: use ISR for BTA in framedone OMAP: DSS2: DSI: catch DSI errors in send_bta_sync OMAP: DSS2: DSI: fix IRQ debug prints drivers/video/omap2/dss/dsi.c | 523 ++++++++++++++++++++++++++++++++--------- 1 files changed, 408 insertions(+), 115 deletions(-)