From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH v3 0/4] OMAP_VOUT: Misc fixes and cleanup patches for 3.2 Date: Mon, 26 Sep 2011 17:29:21 +0530 Message-ID: <1317038365-30650-1-git-send-email-archit@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:35244 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752460Ab1IZL7Q (ORCPT ); Mon, 26 Sep 2011 07:59:16 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: hvaibhav@ti.com Cc: tomi.valkeinen@ti.com, linux-omap@vger.kernel.org, sumit.semwal@ti.com, linux-media@vger.kernel.org, Archit Taneja This set includes patches which do the following: - Fix crash if a we call dssdev->driver->update for a disabled panel. - Fix the issue of not being able to request for a buffer which is larger than what we did the last time. - Remove some redundant code in omap_vout_isr() - Add basic support for DSI panels Changes in v3: - Remove patch "OMAP_VOUT: Fix VSYNC IRQ handling in omap_vout_isr" since its still not clear whether its needed or not. Refernce base: git@gitorious.org:~boddob/linux-omap-dss2/archit-dss2-clone.git 'for_omap_vout2' Archit Taneja (4): OMAP_VOUT: Fix check in reqbuf for buf_size allocation OMAP_VOUT: CLEANUP: Remove redundant code from omap_vout_isr OMAP_VOUT: Add support for DSI panels OMAP_VOUT: Don't trigger updates in omap_vout_probe drivers/media/video/omap/omap_vout.c | 191 ++++++++++++++++------------------ 1 files changed, 91 insertions(+), 100 deletions(-)