linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-04 11:02:11 to 2015-09-11 02:53:54 UTC [more...]

cron job: media_tree daily build: OK
 2015-09-11  2:52 UTC 

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-09-11  1:19 UTC  (3+ messages)
` [PATCH 08/18] [media] s5c73m3: Export OF module alias information

[PATCH 0/2] [media] Fix race between graph enumeration and entities registration
 2015-09-10 18:33 UTC  (9+ messages)
` [PATCH 1/2] [media] media-device: check before unregister if mdev was registered
` [PATCH 2/2] [media] media-device: split media initialization and registration

[PATCH, newbie, HELP] lirc devices: Missing uapi header lirc.h
 2015-09-10 14:56 UTC  (2+ messages)

[PATCH v8 14/55] [media] media: add functions to allow creating interfaces
 2015-09-10 14:23 UTC  (64+ messages)
  ` [PATCH v8 15/55] [media] uapi/media.h: Declare interface types for ALSA
  ` [PATCH v8 16/55] [media] media: Don't accept early-created links
  ` [PATCH v8 20/55] [media] media: make add link more generic
  ` [PATCH v8 21/55] [media] media: make media_link more generic to handle interace links
  ` [PATCH v8 22/55] [media] media: make link debug printk more generic
  ` [PATCH v8 23/55] [media] media: add support to link interfaces and entities
  ` [PATCH v8 24/55] [media] media-entity: add a helper function to create interface
  ` [PATCH v8 26/55] [media] media: add a linked list to track interfaces by mdev
  ` [PATCH v8 27/55] [media] dvbdev: add support for indirect interface links
  ` [PATCH v8 28/55] [media] uapi/media.h: Fix entity namespace
  ` [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA
  ` [PATCH v8 38/55] [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs
  ` [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel
  ` [PATCH v8 40/55] [media] media.h: don't use legacy entity macros at Kernel
  ` [PATCH v8 41/55] [media] DocBook: update descriptions for the media controller entities
  ` [PATCH v8 42/55] [media] dvb: modify core to implement interfaces/entities at MC new gen
  ` [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg
  ` [PATCH v8 44/55] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl
  ` [PATCH v8 45/55] [media] media: Use a macro to interate between all interfaces
  ` [PATCH v8 46/55] [media] media: move mdev list init to gobj
  ` [PATCH v8 47/55] [media] media-device: add pads and links to media_device
  ` [PATCH v8 49/55] [media] media-device: add support for MEDIA_IOC_G_TOPOLOGY ioctl
  ` [PATCH v8 50/55] [media] media-entity: unregister entity links
  ` [PATCH v8 51/55] [media] remove interface links at media_entity_unregister()
  ` [PATCH v8 52/55] [media] media-device: remove interfaces and interface links
  ` [PATCH v8 55/55] [media] media-entity.h: document all the structs

[PATCH v8 00/55] MC next generation patches
 2015-09-10 14:19 UTC  (46+ messages)
` [PATCH v8 01/55] [media] media: create a macro to get entity ID
` [PATCH v8 04/55] [media] media: add a common struct to be embed on media graph objects
` [PATCH v8 05/55] [media] media: use media_gobj inside entities
` [PATCH v8 06/55] [media] media: use media_gobj inside pads
` [PATCH v8 07/55] [media] media: use media_gobj inside links
` [PATCH v8 08/55] [media] media: add messages when media device gets (un)registered
` [PATCH v8 09/55] [media] media: add a debug message to warn about gobj creation/removal
` [PATCH v8 10/55] [media] media: rename the function that create pad links
` [PATCH v8 13/55] [media] uapi/media.h: Declare interface types for V4L2 and DVB
` [PATCH v8 18/55] [media] omap3isp: create links after all subdevs have been bound
` [PATCH v8 19/55] [media] media: convert links from array to list
  ` [PATCH v8.1 "
    ` [PATCH v8.2 "
` [PATCH v8 48/55] [media] media_device: add a topology version field
` [PATCH v8 53/55] [media] v4l2-core: create MC interfaces for devnodes
` [PATCH v8 54/55] [media] au0828: unregister MC at the end

[yavta PATCH 1/1] List supported formats with -f help
 2015-09-10 12:19 UTC 

[GIT PULL for v4.3-rc1] media updates
 2015-09-10 11:46 UTC 

[PATCH v1] media: uvcvideo: handle urb completion in a work queue
 2015-09-10  8:00 UTC  (11+ messages)

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd
 2015-09-10  5:47 UTC 

cron job: media_tree daily build: OK
 2015-09-10  2:52 UTC 

Contact Us For Unsecured Guaranteed Loans Today!!!?
 2015-09-10  1:11 UTC 

[PATCH] rc: gpio-ir-recv: allow flush space on idle
 2015-09-09 19:22 UTC 

[RFC 00/11] vb2: Handle user cache hints, allow drivers to choose cache coherency
 2015-09-09 13:20 UTC  (13+ messages)
` [RFC 01/11] vb2: Rename confusingly named internal buffer preparation functions
` [RFC 02/11] vb2: Move buffer cache synchronisation to prepare from queue
` [RFC 03/11] vb2: Move cache synchronisation from buffer done to dqbuf handler
` [RFC 04/11] v4l: Unify cache management hint buffer flags
` [RFC 05/11] v4l2-core: Don't sync cache for a buffer if so requested
` [RFC 06/11] vb2: Improve struct vb2_mem_ops documentation; alloc and put are for MMAP
` [RFC 07/11] vb2: dma-contig: Remove redundant sgt_base field
` [RFC 08/11] vb2: dma-contig: Move vb2_dc_get_base_sgt() up
` [RFC 09/11] vb2: dma-contig: Don't warn on failure in obtaining scatterlist
` [RFC 10/11] vb2: dma-contig: Let drivers decide DMA attrs of MMAP and USERPTR bufs
` [RFC 11/11] vb2: dma-contig: Add WARN_ON_ONCE() to check for potential bugs

[PATCH 0/2] MC minor cleanups
 2015-09-09 11:36 UTC  (5+ messages)
` [PATCH 1/2] [media] media_entity: remove gfp_flags argument
` [PATCH 2/2] [media] media-device: use unsigned ints on some places

[RFC PATCH v4 0/8] Refactoring Videobuf2 for common use
 2015-09-09 11:19 UTC  (9+ messages)
` [RFC PATCH v4 1/8] [media] videobuf2: Replace videobuf2-core with videobuf2-v4l2
` [RFC PATCH v4 2/8] [media] videobuf2: Restructure vb2_buffer (1/3)
` [RFC PATCH v4 3/8] [media] videobuf2: Restructure vb2_buffer (2/3)
` [RFC PATCH v4 4/8] [media] videobuf2: Restructure vb2_buffer (3/3)
` [RFC PATCH v4 5/8] [media] videobuf2: Change queue_setup argument
` [RFC PATCH v4 6/8] [media] videobuf2: Replace v4l2-specific data with vb2 data
` [RFC PATCH v4 7/8] [media] videobuf2: Move v4l2-specific stuff to videobuf2-v4l2
` [RFC PATCH v4 8/8] [media] videobuf2: Remove v4l2-dependencies from videobuf2-core

[GIT PULL FOR v4.4] uvcvideo fixes
 2015-09-09 10:38 UTC 

Videobuf2's vb2_dqbuf return (-EINVAL) error on streamoff
 2015-09-09  9:31 UTC  (2+ messages)

Cher utilisateur de messagerie Web
 2015-09-09  8:54 UTC 

[PATCH] v4l2-compat-ioctl32: replace pr_warn by pr_debug
 2015-09-09  6:53 UTC  (2+ messages)

V4L2 Overlay to reserved memory??
 2015-09-09  1:53 UTC 

cron job: media_tree daily build: OK
 2015-09-09  2:52 UTC 

[PATCH v6 0/8] MC preparation patches
 2015-09-08 10:05 UTC  (5+ messages)
` [PATCH v6 2/8] [media] media: add a common struct to be embed on media graph objects

[PATCH] [media] tda10023: fix wrong register assignment
 2015-09-08  7:43 UTC 

Do you need a loan?
 2015-09-08  7:41 UTC 

Do you need a loan?
 2015-09-08  7:23 UTC 

cron job: media_tree daily build: OK
 2015-09-08  2:54 UTC 

(no subject)
 2015-09-07 19:33 UTC 

[PATCH 0/7] vimc: Virtual Media Control VPU's
 2015-09-07 18:21 UTC  (4+ messages)
` [PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

[PATCH 0/5] [media] Create pads links after entities registration
 2015-09-07 14:10 UTC  (3+ messages)
` [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

[PATCHv9 00/15] HDMI CEC framework
 2015-09-07 13:44 UTC  (16+ messages)
` [PATCHv9 01/15] dts: exynos4*: add HDMI CEC pin definition to pinctrl
` [PATCHv9 02/15] dts: exynos4: add node for the HDMI CEC device
` [PATCHv9 03/15] dts: exynos4412-odroid*: enable "
` [PATCHv9 04/15] input.h: add BUS_CEC type
` [PATCHv9 05/15] HID: add HDMI CEC specific keycodes
` [PATCHv9 06/15] rc: Add HDMI CEC protocol handling
` [PATCHv9 07/15] cec: add HDMI CEC framework
` [PATCHv9 08/15] cec.txt: add CEC framework documentation
` [PATCHv9 09/15] DocBook/media: add CEC documentation
` [PATCHv9 10/15] v4l2-subdev: add HDMI CEC ops
` [PATCHv9 11/15] cec: adv7604: add cec support
` [PATCHv9 12/15] cec: adv7842: "
` [PATCHv9 13/15] cec: adv7511: "
` [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver
` [PATCHv9 15/15] cobalt: add cec support

3rd posting: em28xx: new board id [1f4d:1abe]
 2015-09-07 11:57 UTC  (4+ messages)
  ` Call for help: "

cron job: media_tree daily build: OK
 2015-09-07  2:53 UTC 

[PATCH] [media] atmel-isi: Protect PM-only functions to kill warning
 2015-09-07  1:49 UTC  (2+ messages)

[PATCH 00/18] MC fixes, improvements and cleanups
 2015-09-06 17:31 UTC  (19+ messages)
` [PATCH 01/18] [media] tuner-core: add an input pad
` [PATCH 02/18] [media] au0828: add support for the connectors
` [PATCH 03/18] [media] au0828: Create connector links
` [PATCH 04/18] [media] media-device: supress backlinks at G_TOPOLOGY ioctl
` [PATCH 05/18] [media] media-controller: enable all interface links at init
` [PATCH 06/18] [media] media.h: create connector entities for hybrid TV devices
` [PATCH 07/18] [media] dvbdev: returns error if graph object creation fails
` [PATCH 08/18] [media] dvb core: must check dvb_create_media_graph()
` [PATCH 09/18] [media] media-entity: enforce check of interface and links creation
` [PATCH 10/18] [media] cx231xx: enforce check for graph creation
` [PATCH 11/18] [media] au0828:: "
` [PATCH 12/18] [media] media-entity: must check media_create_pad_link()
` [PATCH 13/18] [media] media-entity.h: rename entity.type to entity.function
` [PATCH 14/18] [media] media-device: export the entity function via new ioctl
` [PATCH 15/18] [media] uapi/media.h: Rename entities types to functions
` [PATCH 16/18] [media] DocBook: update entities documentation
` [PATCH 17/18] [media] dvbdev: move indirect links on dvr/demux to a separate function
` [PATCH 18/18] [media] dvbdev: Don't create indirect links

[PATCH v5 1/4] media: pxa_camera: fix the buffer free path
 2015-09-06 11:42 UTC  (4+ messages)
` [PATCH v5 2/4] media: pxa_camera: move interrupt to tasklet
` [PATCH v5 3/4] media: pxa_camera: trivial move of dma irq functions
` [PATCH v5 4/4] media: pxa_camera: conversion to dmaengine

[PATCH] [media] VIDEO_RENESAS_JPU should depend on HAS_DMA
 2015-09-06 10:11 UTC 

[PATCH] [media] atmel-isi:
 2015-09-06 10:07 UTC 

cron job: media_tree daily build: OK
 2015-09-06  2:52 UTC 

noise after modprobe cx8800
 2015-09-05 11:28 UTC 

cron job: media_tree daily build: OK
 2015-09-05  2:52 UTC 

[GIT PULL for v4.3-rc1] media updates
 2015-09-04 23:53 UTC 

[PATCH 0/3] [media] staging: lirc: mostly checkpatch cleanups
 2015-09-04 20:04 UTC  (4+ messages)
` [PATCH 1/3] [media] staging: lirc: remove unnecessary braces
` [PATCH 2/3] [media] staging: lirc: fix indentation
` [PATCH 3/3] [media] staging: lirc: lirc_serial: use dynamic debugs

[PATCHv4 00/13] SDR transmitter API
 2015-09-04 19:24 UTC  (4+ messages)
` [PATCH 13/13] DocBook: add SDR specific info to G_MODULATOR / S_MODULATOR

[GIT PULL FOR v4.4] Various fixes
 2015-09-04 13:35 UTC 

[RFC PATCH 0/2] vivid: reduced fps support
 2015-09-04 13:24 UTC  (5+ messages)
` [RFC PATCH 1/2] vivid: add support for reduced fps in video out
` [RFC PATCH 2/2] vivid: add support for reduced fps in video capture

[PATCH 0/3] VIN: call g std() method as requested by Hans
 2015-09-04 12:32 UTC  (8+ messages)
` [PATCH 1/3] adv7180: implement g_std() method
` [PATCH 2/3] ml86v7667: "
` [PATCH 3/3] rcar_vin: call g_std() instead of querystd()

[PATCH v2 00/10] Support getting default values from any control
 2015-09-04 11:01 UTC  (2+ messages)


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