[GIT PULL FOR v3.14] OMAP4 ISS fixes

2013-12-24 Thread Laurent Pinchart
Hi Mauro,

The following changes since commit 7d459937dc09bb8e448d9985ec4623779427d8a5:

  [media] Add driver for Samsung S5K5BAF camera sensor (2013-12-21 07:01:36 
-0200)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git omap4iss/next

for you to fetch changes up to 7b5084c8f99aea161ab53cce828357912ec80891:

  v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_next() 
(2013-12-24 13:23:09 +0100)


Dan Carpenter (2):
  v4l: omap4iss: use snprintf() to make smatch happy
  v4l: omap4iss: Restore irq flags correctly in 
omap4iss_video_buffer_next()

 drivers/staging/media/omap4iss/iss_csi2.c  | 3 +--
 drivers/staging/media/omap4iss/iss_video.c | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.14] OMAP4 ISS fixes

2013-12-10 Thread Laurent Pinchart
Hi Mauro,

The following changes since commit 431cb350187c6bf1ed083622d633418a298a7216:

  [media] az6007: support Technisat Cablestar Combo HDCI (minus remote) 
(2013-12-10 07:15:54 -0200)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git omap4iss/next

for you to fetch changes up to 049b02eb38f96cc38ade4a3424451d1db4960b28:

  v4l: omap4iss: resizer: Fix comment regarding bypass mode (2013-12-10 
14:26:28 +0100)


Laurent Pinchart (25):
  v4l: omap4iss: Replace printk by dev_err
  v4l: omap4iss: Don't split log strings on multiple lines
  v4l: omap4iss: Restrict line lengths to 80 characters where possible
  v4l: omap4iss: Remove double semicolon at end of line
  v4l: omap4iss: Define more ISS and ISP IRQ register bits
  v4l: omap4iss: isif: Define more VDINT registers
  v4l: omap4iss: Enhance IRQ debugging
  v4l: omap4iss: Don't make IRQ debugging functions inline
  v4l: omap4iss: Fix operators precedence in ternary operators
  v4l: omap4iss: isif: Ignore VD0 interrupts when no buffer is available
  v4l: omap4iss: ipipeif: Shift input data according to the input format
  v4l: omap4iss: csi2: Enable automatic ULP mode transition
  v4l: omap4iss: Create and use register access functions
  v4l: omap4iss: csi: Create and use register access functions
  v4l: omap4iss: resizer: Stop the whole resizer to avoid FIFO overflows
  v4l: omap4iss: Convert hexadecimal constants to lower case
  v4l: omap4iss: Add description field to iss_format_info structure
  v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmt
  v4l: omap4iss: Add enum_fmt_vid_cap ioctl support
  v4l: omap4iss: Propagate stop timeouts from submodules to the driver 
core
  v4l: omap4iss: Enable/disabling the ISP interrupts globally
  v4l: omap4iss: Reset the ISS when the pipeline can't be stopped
  v4l: omap4iss: csi2: Replace manual if statement with a subclk field
  v4l: omap4iss: Cancel streaming when a fatal error occurs
  v4l: omap4iss: resizer: Fix comment regarding bypass mode

 drivers/staging/media/omap4iss/iss.c | 337 +++
 drivers/staging/media/omap4iss/iss.h |  89 ++-
 drivers/staging/media/omap4iss/iss_csi2.c| 184 ++---
 drivers/staging/media/omap4iss/iss_csi2.h|   8 +-
 drivers/staging/media/omap4iss/iss_csiphy.c  |  39 +--
 drivers/staging/media/omap4iss/iss_csiphy.h  |   6 +-
 drivers/staging/media/omap4iss/iss_ipipe.c   |  59 ++--
 drivers/staging/media/omap4iss/iss_ipipeif.c | 180 ++---
 drivers/staging/media/omap4iss/iss_regs.h| 502 +-
 drivers/staging/media/omap4iss/iss_resizer.c | 242 -
 drivers/staging/media/omap4iss/iss_video.c   | 174 +---
 drivers/staging/media/omap4iss/iss_video.h   |   8 +-
 12 files changed, 1046 insertions(+), 782 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html