linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-22 13:47:36 to 2016-04-25 21:36:30 UTC [more...]

[PATCH v2 00/13] R-Car VSP improvements for v4.7 - Round 2
 2016-04-25 21:36 UTC  (14+ messages)
` [PATCH v2 01/13] dt-bindings: Add Renesas R-Car FCP DT bindings
` [PATCH v2 02/13] v4l: Add Renesas R-Car FCP driver
` [PATCH v2 03/13] v4l: vsp1: Implement runtime PM support
` [PATCH v2 04/13] v4l: vsp1: Don't handle clocks manually
` [PATCH v2 05/13] v4l: vsp1: Add FCP support
` [PATCH v2 06/13] v4l: vsp1: Add output node value to routing table
` [PATCH v2 07/13] v4l: vsp1: Replace container_of() with dedicated macro
` [PATCH v2 08/13] v4l: vsp1: Make vsp1_entity_get_pad_compose() more generic
` [PATCH v2 09/13] v4l: vsp1: Move frame sequence number from video node to pipeline
` [PATCH v2 10/13] v4l: vsp1: Group DRM RPF parameters in a structure
` [PATCH v2 11/13] drm: rcar-du: Add alpha support for VSP planes
` [PATCH v2 12/13] drm: rcar-du: Add Z-order "
` [PATCH v2 13/13] v4l: vsp1: Remove deprecated DRM API

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-04-25 20:53 UTC  (44+ messages)
  ` [RFC PATCH 01/24] V4L fixes
  ` [RFC PATCH 02/24] smiaregs: Generic i2c register writing
  ` [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver
  ` [RFC PATCH 04/24] smiapp-pll: Take existing divisor into account in minimum divisor check
  ` [RFC PATCH 05/24] smiapp: Add smiapp_has_quirk() to tell whether a quirk is implemented
  ` [RFC PATCH 06/24] smiapp: Add quirk control support
  ` [RFC PATCH 07/24] v4l: of: Call CSI2 bus csi2, not csi
  ` [RFC PATCH 08/24] v4l: of: Obtain data bus type from bus-type property
  ` [RFC PATCH 09/24] v4l: Add CSI1 and CCP2 bus type to enum v4l2_mbus_type
  ` [RFC PATCH 10/24] v4l: of: Separate lane parsing from CSI-2 bus parameter parsing
  ` [RFC PATCH 11/24] dt: bindings: v4l: Add bus-type video interface property
  ` [RFC PATCH 12/24] dt: bindings: Add CSI1/CCP2 related properties to video-interfaces.txt
  ` [RFC PATCH 13/24] v4l: of: Support CSI-1 and CCP2 busses
  ` [RFC PATCH 14/24] media: et8ek8: add device tree binding document
  ` [RFC PATCH 15/24] media: add subdev type for bus switch
  ` [RFC PATCH 16/24] media: video-bus-switch: new driver
  ` [RFC PATCH 17/24] smiapp: add CCP2 support
  ` [RFC PATCH 18/24] v4l2-async: per notifier locking
  ` [RFC PATCH 19/24] v4l2_device_register_subdev_nodes: allow calling multiple times
  ` [RFC PATCH 20/24] ARM: dts: omap3-n900: enable cameras
  ` [RFC PATCH 21/24] omap3isp: dt: Add support for CSI1/CCP2 busses
  ` [RFC PATCH 22/24] [media] omap3isp: Correctly set IO_OUT_SEL and VP_CLK_POL for CCP2 mode
  ` [RFC PATCH 23/24] [media] omap3isp: Make sure CSI1 interface is enabled in CPP2 mode
  ` [RFC PATCH 24/24] ARM: dts: omap3-n900: enable cameras - remove invalid entry

[PATCHv4 00/13] vb2: replace allocation context by device pointer
 2016-04-25 18:29 UTC  (21+ messages)
` [PATCHv4 01/13] vb2: move dma_attrs to vb2_queue
` [PATCHv4 02/13] vb2: add a dev field to use for the default allocation context
` [PATCHv4 03/13] v4l2-pci-skeleton: set q->dev instead of allocating a context
` [PATCHv4 04/13] sur40: "
` [PATCHv4 05/13] media/pci: convert drivers to use the new vb2_queue dev field
` [PATCHv4 06/13] staging/media: "
` [PATCHv4 07/13] media/platform: "
` [PATCHv4 08/13] "
` [PATCHv4 09/13] "
` [PATCHv4 10/13] media/.../soc-camera: "
` [PATCHv4 11/13] media/platform: "
` [PATCHv4 12/13] "
` [PATCHv4 13/13] vb2: replace void *alloc_ctxs by struct device *alloc_devs

[PATCH] i2c: saa7115: Support CJC7113 detection
 2016-04-25 18:02 UTC  (2+ messages)

mceusb xhci issue?
 2016-04-25 17:15 UTC  (2+ messages)

dvb-s2 card "TeVii S472" (cx23885)
 2016-04-25 16:14 UTC  (2+ messages)

[PATCH] [media] tvp686x: Don't go past array
 2016-04-25 16:10 UTC  (8+ messages)

[PATCH] [media] au0828: fix double free in au0828_usb_probe()
 2016-04-25 14:20 UTC  (2+ messages)

[PATCHv3 00/12] vb2: replace allocation context by device pointer
 2016-04-25 14:03 UTC  (14+ messages)
` [PATCHv3 01/12] vb2: add a dev field to use for the default allocation context
` [PATCHv3 05/12] staging/media: convert drivers to use the new vb2_queue dev field
` [PATCHv3 07/12] media/platform: "
` [PATCHv3 08/12] "

[PATCH 00/13] R-Car VSP improvements for v4.7 - Round 2
 2016-04-25 14:00 UTC  (20+ messages)
` [PATCH 01/13] dt-bindings: Add Renesas R-Car FCP DT bindings
` [PATCH 02/13] v4l: Add Renesas R-Car FCP driver
` [PATCH 03/13] v4l: vsp1: Implement runtime PM support
` [PATCH 04/13] v4l: vsp1: Don't handle clocks manually
` [PATCH 05/13] v4l: vsp1: Add FCP support
` [PATCH 06/13] v4l: vsp1: Add output node value to routing table
` [PATCH 07/13] v4l: vsp1: Replace container_of() with dedicated macro
` [PATCH 08/13] v4l: vsp1: Make vsp1_entity_get_pad_compose() more generic
` [PATCH 09/13] v4l: vsp1: Move frame sequence number from video node to pipeline
` [PATCH 10/13] v4l: vsp1: Group DRM RPF parameters in a structure
` [PATCH 11/13] drm: rcar-du: Add alpha support for VSP planes
` [PATCH 12/13] drm: rcar-du: Add Z-order "
` [PATCH 13/13] v4l: vsp1: Remove deprecated DRM API

[PATCH 14/41] Documentation: dt: media: fix spelling mistake
 2016-04-25 13:50 UTC  (4+ messages)
` [PATCH 23/41] Documentation: DocBook: "
  ` [PATCH 37/41] Documentation: video4linux: fix spelling mistakes

[PATCH 3/3] samples: v4l: from Documentation to samples directory
 2016-04-25 13:17 UTC 

[PATCH v8 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2016-04-25 13:13 UTC  (10+ messages)
` [PATCH v8 1/8] dt-bindings: Add a binding for Mediatek Video Processor
  ` [PATCH v8 2/8] [media] VPU: mediatek: support Mediatek VPU
    ` [PATCH v8 3/8] arm64: dts: mediatek: Add node for Mediatek Video Processor Unit
      ` [PATCH v8 4/8] dt-bindings: Add a binding for Mediatek Video Encoder
        ` [PATCH v8 5/8] [media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver
          ` [PATCH v8 6/8] [media] vcodec: mediatek: Add Mediatek VP8 "
            ` [PATCH v8 7/8] [media] vcodec: mediatek: Add Mediatek H264 "
              ` [PATCH v8 8/8] arm64: dts: mediatek: Add Video Encoder for MT8173

[PATCH] VPU: mediatek: fix simple_open.cocci warnings
 2016-04-25 12:42 UTC  (2+ messages)

[PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings
 2016-04-25 12:42 UTC  (2+ messages)

[PATCHv15 00/15] HDMI CEC framework
 2016-04-25 12:24 UTC  (16+ messages)
` [PATCHv15 01/15] input.h: add BUS_CEC type
` [PATCHv15 02/15] HID: add HDMI CEC specific keycodes
` [PATCHv15 03/15] rc: Add HDMI CEC protocol handling
` [PATCHv15 04/15] cec: add HDMI CEC framework
` [PATCHv15 05/15] cec/TODO: add TODO file so we know why this is still in staging
` [PATCHv15 06/15] cec: add compat32 ioctl support
` [PATCHv15 07/15] cec.txt: add CEC framework documentation
` [PATCHv15 08/15] DocBook/media: add CEC documentation
` [PATCHv15 09/15] cec: adv7604: add cec support
` [PATCHv15 10/15] cec: adv7842: "
` [PATCHv15 11/15] cec: adv7511: "
` [PATCHv15 12/15] cec: s5p-cec: Add s5p-cec driver
` [PATCHv15 13/15] vivid: add CEC emulation
` [PATCHv15 14/15] pulse8-cec: add new driver
` [PATCHv15 15/15] cec: add ARC and CDC support

[PATCH] [media] sta2x11: remove unused vars
 2016-04-25 11:13 UTC 

[GIT PULL FOR v4.7] Various fixes, remove most 'experimental' annotations
 2016-04-25 11:05 UTC  (2+ messages)

[GIT PULL FOR v4.6] One bug fix, two regression fixes
 2016-04-25 10:21 UTC 

[GIT PULL FOR v4.6] One bug fix, one regression
 2016-04-25  9:32 UTC 

[PATCH v7 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2016-04-25  9:22 UTC  (12+ messages)
` [PATCH v7 1/8] dt-bindings: Add a binding for Mediatek Video Processor
  ` [PATCH v7 2/8] [media] VPU: mediatek: support Mediatek VPU
    ` [PATCH v7 3/8] arm64: dts: mediatek: Add node for Mediatek Video Processor Unit
      ` [PATCH v7 4/8] dt-bindings: Add a binding for Mediatek Video Encoder
        ` [PATCH v7 5/8] [media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

[PATCH] [media] v4l2-dv-timings.h: CEA-861-F 4K timings have positive sync polarities
 2016-04-25  9:07 UTC  (2+ messages)

[PATCH v4] media: vb2: Fix regression on poll() for RW mode
 2016-04-25  9:04 UTC 

[PATCH v2] media: vb2: Fix regression on poll() for RW mode
 2016-04-25  8:56 UTC  (3+ messages)

[PATCH v3] media: vb2: Fix regression on poll() for RW mode
 2016-04-25  8:49 UTC 

cron job: media_tree daily build: WARNINGS
 2016-04-25  3:01 UTC 

[PATCH 1/2] [media] tvp5150: return I2C write operation failure to callers
 2016-04-24 21:03 UTC  (4+ messages)
` [PATCH 2/2] [media] tvp5150: propagate I2C write error in .s_register callback

[PATCH 0/6] Various rcar-vin and adv* fixes
 2016-04-24 14:57 UTC  (8+ messages)
` [PATCH 1/6] adv7180: fix broken standards handling
` [PATCH 3/6] rcar-vin: support the source change event and fix s_std
` [PATCH 6/6] rcar-vin: failed start_streaming didn't call s_stream(0)

cron job: media_tree daily build: WARNINGS
 2016-04-24  3:03 UTC 

cron job: media_tree daily build: WARNINGS
 2016-04-23  3:05 UTC 

我的交友主页是
 2016-04-22 23:55 UTC 

[PATCH] media: vb2: Fix regression on poll() for RW mode
 2016-04-22 17:46 UTC  (11+ messages)

[PATCH 0/8] Input: atmel_mxt_ts - output raw touch diagnostic data via V4L
 2016-04-22 15:44 UTC  (6+ messages)

[PATCH/RFC 0/2] Meta-data video device type
 2016-04-22 14:37 UTC  (9+ messages)
` [PATCH/RFC 1/2] v4l: Add meta-data "

[PATCH v3 0/7] Lager board HDMI input support
 2016-04-22 14:07 UTC  (3+ messages)
` [PATCH v3 5/7] media: rcar-vin: add DV timings support


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).