linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-02 20:40:21 to 2012-03-06 16:33:30 UTC [more...]

[PATCH v5 0/35] V4L2 subdev and sensor control changes, SMIA++ driver and N9 camera board code
 2012-03-06 16:33 UTC  (34+ messages)
` [PATCH v5 01/35] v4l: Introduce integer menu controls
` [PATCH v5 02/35] v4l: Document "
` [PATCH v5 03/35] vivi: Add an integer menu test control
` [PATCH v5 04/35] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs
` [PATCH v5 05/35] v4l: vdev_to_v4l2_subdev() should have return type "struct v4l2_subdev *"
` [PATCH v5 06/35] v4l: Check pad number in get try pointer functions
` [PATCH v5 07/35] v4l: Support s_crop and g_crop through s/g_selection
` [PATCH v5 08/35] v4l: Add subdev selections documentation: svg and dia files
` [PATCH v5 09/35] v4l: Add subdev selections documentation
` [PATCH v5 10/35] v4l: Mark VIDIOC_SUBDEV_G_CROP and VIDIOC_SUBDEV_S_CROP obsolete
` [PATCH v5 11/35] v4l: Image source control class
` [PATCH v5 12/35] v4l: Image processing "
` [PATCH v5 13/35] v4l: Document raw bayer 4CC codes
` [PATCH v5 14/35] v4l: Add DPCM compressed raw bayer pixel formats
` [PATCH v5 15/35] media: Add link_validate() op to check links to the sink pad
` [PATCH v5 16/35] v4l: Improve sub-device documentation for pad ops
` [PATCH v5 17/35] v4l: Implement v4l2_subdev_link_validate()
` [PATCH v5 18/35] v4l: Allow changing control handler lock
` [PATCH v5 19/35] omap3isp: Support additional in-memory compressed bayer formats
` [PATCH v5 20/35] omap3isp: Move definitions required by board code under include/media
` [PATCH v5 21/35] omap3: add definition for CONTROL_CAMERA_PHY_CTRL
` [PATCH v5 22/35] omap3isp: Move setting constaints above media_entity_pipeline_start
` [PATCH v5 23/35] omap3isp: Assume media_entity_pipeline_start may fail
` [PATCH v5 24/35] omap3isp: Add lane configuration to platform data
` [PATCH v5 25/35] omap3isp: Collect entities that are part of the pipeline
` [PATCH v5 26/35] omap3isp: Add information on external subdev to struct isp_pipeline
` [PATCH v5 27/35] omap3isp: Introduce isp_video_check_external_subdevs()
` [PATCH v5 28/35] omap3isp: Use external rate instead of vpcfg
` [PATCH v5 29/35] omap3isp: Default link validation for ccp2, csi2, preview and resizer
` [PATCH v5 30/35] omap3isp: Move CCDC link validation to ccdc_link_validate()
` [PATCH v5 31/35] omap3isp: Configure CSI-2 phy based on platform data
` [PATCH v5 32/35] omap3isp: Add resizer data rate configuration to resizer_link_validate
` [PATCH v5 33/35] omap3isp: Find source pad from external entity

[PATCH v3 0/5] MT9M032 and MT9P031 sensor patches
 2012-03-06 16:32 UTC  (6+ messages)
` [PATCH v3 1/5] mt9p031: Remove duplicate media/v4l2-subdev.h include
` [PATCH v3 2/5] mt9p031: Remove unused xskip and yskip fields in struct mt9p031
` [PATCH v3 3/5] v4l: Aptina-style sensor PLL support
` [PATCH v3 4/5] mt9p031: Use generic PLL setup code
` [PATCH v3 5/5] v4l: Add driver for Micron MT9M032 camera sensor

[PATCH v4 0/34] V4L2 subdev and sensor control changes, SMIA++ driver and N9 camera board code
 2012-03-06 16:27 UTC  (29+ messages)
` [PATCH v4 04/34] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs
` [PATCH v4 06/34] v4l: Check pad number in get try pointer functions
` [PATCH v4 08/34] v4l: Add subdev selections documentation: svg and dia files
` [PATCH v4 09/34] v4l: Add subdev selections documentation
` [PATCH v4 15/34] media: Add link_validate() op to check links to the sink pad
` [PATCH v4 16/34] media: Collect entities that are part of the pipeline before link validation
` [PATCH v4 18/34] v4l: Implement v4l2_subdev_link_validate()
` [PATCH v4 24/34] omap3isp: Assume media_entity_pipeline_start may fail
` [PATCH v4 26/34] omap3isp: Add information on external subdev to struct isp_pipeline
` [PATCH v4 29/34] omap3isp: Default link validation for ccp2, csi2, preview and resizer
` [PATCH v4 34/34] rm680: Add camera init

[PATCH v2 0/5] MT9M032 and MT9P031 sensor patches
 2012-03-06 16:24 UTC  (6+ messages)
` [PATCH v2 1/5] mt9p031: Remove duplicate media/v4l2-subdev.h include
` [PATCH v2 2/5] mt9p031: Remove unused xskip and yskip fields in struct mt9p031
` [PATCH v2 3/5] v4l: Aptina-style sensor PLL support
` [PATCH v2 4/5] mt9p031: Use generic PLL setup code
` [PATCH v2 5/5] v4l: Add driver for Micron MT9M032 camera sensor

[PATCH 0/5] MT9M032 and MT9P031 sensor patches
 2012-03-06 16:22 UTC  (10+ messages)
` [PATCH 1/5] mt9p031: Remove duplicate media/v4l2-subdev.h include
` [PATCH 2/5] mt9p031: Remove unused xskip and yskip fields in struct mt9p031
` [PATCH 3/5] v4l: Aptina-style sensor PLL support
` [PATCH 4/5] mt9p031: Use generic PLL setup code
` [PATCH 5/5] v4l: Add driver for Micron MT9M032 camera sensor

[PATCH] ivtv: Fix build warning
 2012-03-06 16:10 UTC  (3+ messages)

V4L2 MFC video decoding example application
 2012-03-06 15:24 UTC 

[PATCH V2]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*
 2012-03-06 14:55 UTC 

[PATCH 0/2] as102: fix regression in kernel 3.3
 2012-03-06 13:47 UTC  (3+ messages)
` [PATCH 1/2] as102: add __packed attribute to structs defined inside packed structs
` [PATCH 2/2] as102: set optimal eLNA config values for each device

mx3-camera
 2012-03-06 13:40 UTC  (5+ messages)

[PATCH v3 0/2] add dm365 specific media formats
 2012-03-06 11:59 UTC  (5+ messages)
` [PATCH v3 2/2] v4l2: add new pixel formats supported on dm365

[RFCv2 PATCH 0/9] Integration of videobuf2 with dmabuf
 2012-03-06 11:38 UTC  (10+ messages)
` [RFCv2 PATCH 1/9] v4l: vb2: fixes for DMABUF support
` [RFCv2 PATCH 2/9] v4l: vb2-dma-contig: update and code refactoring
` [RFCv2 PATCH 3/9] v4l: vb2: Add dma-contig allocator as dma_buf user
` [RFCv2 PATCH 4/9] v4l: add buffer exporting via dmabuf
` [RFCv2 PATCH 5/9] v4l: vb2: "
` [RFCv2 PATCH 6/9] v4l: vb2-dma-contig: add support for DMABUF exporting
` [RFCv2 PATCH 7/9] v4l: vb2-dma-contig: change map/unmap behaviour
` [RFCv2 PATCH 8/9] v4l: fimc: integrate capture i-face with dmabuf
` [RFCv2 PATCH 9/9] v4l: s5p-tv: mixer: integrate "

[PATCH 0/3] [RFC] kernel cpu access support for dma_buf
 2012-03-06 10:33 UTC  (15+ messages)
` [PATCH 1/3] dma-buf: don't hold the mutex around map/unmap calls
` [PATCH 2/3] dma-buf: add support for kernel cpu access
  ` [Linaro-mm-sig] "
` [PATCH 3/3] dma_buf: Add documentation for the new cpu access support
    ` [Linaro-mm-sig] "

dma-buf feature tree: working model
 2012-03-06 10:27 UTC 

My Microdia (SN9C201) webcam doesn't work properly in Linux anymore
 2012-03-06  9:40 UTC  (11+ messages)

[PATCH] media: jpeg: add driver for a version 2.x of jpeg H/W
 2012-03-06  6:31 UTC  (4+ messages)

Proposal
 2012-03-06  1:38 UTC 

Proposal
 2012-03-06  1:01 UTC 

[PATCH] Add CI support to az6007 driver
 2012-03-05 23:23 UTC  (3+ messages)

[bug?] ov519 fails to handle Hercules Deluxe webcam
 2012-03-05 21:40 UTC  (6+ messages)

[RFC PATCH] PnP support for the new ISA radio framework
 2012-03-05 21:10 UTC  (5+ messages)
  ` [PATCH 1/2] radio-isa: "
  ` [PATCH 2/2] radio-gemtek: add PnP support for AOpen FX-3D/Pro Radio

[PATCH v2 2/2] radio-gemtek: add PnP support for AOpen FX-3D/Pro Radio
 2012-03-05 21:06 UTC 

[PATCH v2 1/2] radio-isa: PnP support for the new ISA radio framework
 2012-03-05 21:06 UTC 

[PATCH 2/2] Driver: video: Use the macro DMA_BIT_MASK()
 2012-03-05 20:04 UTC  (2+ messages)

[media] dvb: Buffer Overfolow in cx24110_set_fec
 2012-03-05 19:59 UTC  (2+ messages)

[RESEND] [PATCH] media: ir-sony-decoder: 15bit function decode fix
 2012-03-05 19:51 UTC  (5+ messages)

DVB-T initial scan file es-Huesca
 2012-03-05 19:13 UTC 

[PATCH]NEXT:drivers:staging:media Fix comments and some typos in staging/media/*
 2012-03-05 17:32 UTC  (3+ messages)

[PATCH] media_build: fix "snd_aci_* undefined" warnings on kernels < 2.6.33
 2012-03-05 17:19 UTC 

[PATCH] media: s5p-tv: support mc framework
 2012-03-05 16:50 UTC  (2+ messages)

[PATCH 0/3] [media] wl128x: Fixes and few new features
 2012-03-05 16:24 UTC  (5+ messages)
` [PATCH 3/3] wl128x: Add sysfs based support for FM features

[PATCH] make mmap logs more readable
 2012-03-05 14:49 UTC 

RE
 2012-03-05 12:47 UTC 

[PATCH v3 00/10] MT9M032 sensor driver
 2012-03-05 12:03 UTC  (20+ messages)
` [PATCH v3 01/10] v4l: Add driver for Micron MT9M032 camera sensor
` [PATCH v3 02/10] mt9m032: Reorder code into section and whitespace cleanups
` [PATCH v3 03/10] mt9m032: Make get/set format/crop operations consistent across drivers
` [PATCH v3 04/10] mt9m032: Use module_i2c_driver() macro
` [PATCH v3 05/10] mt9m032: Enclose to_dev() macro argument in brackets
` [PATCH v3 06/10] mt9m032: Pass an i2c_client pointer to the register read/write functions
` [PATCH v3 07/10] mt9m032: Put HFLIP and VFLIP controls in a cluster
` [PATCH v3 08/10] mt9m032: Remove unneeded register read
` [PATCH v3 09/10] v4l: Aptina-style sensor PLL support
` [PATCH v3 10/10] mt9m032: Use generic PLL setup code

CALL US NOW +234-8173411914 FOR YOUR $5,000.00 USD
 2012-03-05 10:45 UTC 

[PATCH] media: media-dev: Add media devices for EXYNOS5
 2012-03-05 10:53 UTC  (3+ messages)

Hong Kong Cloud System
 2012-03-05 10:09 UTC 

[PATCH 1/2] media: tvp5150: Add cropping support
 2012-03-05 10:10 UTC  (3+ messages)

Re:
 2012-03-04 15:51 UTC 

rtl2830: __udivdi3 undefined
 2012-03-04 22:19 UTC  (2+ messages)

dvb lock patch
 2012-03-04 20:49 UTC 

[PATCH] media, cx231xx: Fix double free on close
 2012-03-04 20:25 UTC 

Terratec H7
 2012-03-04 12:30 UTC 

[PATCH] media: fimc-lite: Add new driver for camera interface
 2012-03-03 22:17 UTC  (2+ messages)

[PATCH v2 00/10] MT9M032 sensor driver
 2012-03-03 15:13 UTC  (7+ messages)
` [PATCH v2 09/10] v4l: Aptina-style sensor PLL support
` [PATCH v2 10/10] mt9m032: Use generic PLL setup code

[PATCH 1/5] staging: lirc_serial: Fix init/exit order
 2012-03-03  1:13 UTC  (10+ messages)
    ` [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use
      ` [PATCH 1/4] [media] staging: lirc_serial: Fix init/exit order
      ` [PATCH 2/4] [media] staging: lirc_serial: Free resources on failure paths of lirc_serial_probe()
      ` [PATCH 3/4] [media] staging: lirc_serial: Fix deadlock on resume failure
      ` [PATCH 4/4] [media] staging: lirc_serial: Do not assume error codes returned by request_irq()

[PATCH] Various nits, fixes and hacks for mantis CA support on SMP
 2012-03-02 23:21 UTC  (3+ messages)

[PATCH] lmedm04 ver 1.97 Remove delays required for STV0288
 2012-03-02 22:19 UTC 

[PATCH] STV0288 increase delay between carrier search
 2012-03-02 22:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).