linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-25 13:46:10 to 2015-08-31 02:53:03 UTC [more...]

cron job: media_tree daily build: WARNINGS
 2015-08-31  2:52 UTC 

[RFC PATCH v3 0/5] Refactoring Videobuf2 for common use
 2015-08-31  2:08 UTC  (21+ messages)
` [RFC PATCH v3 1/5] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
` [RFC PATCH v3 2/5] media: videobuf2: Restructure vb2_buffer
` [RFC PATCH v3 3/5] media: videobuf2: Modify all device drivers
` [RFC PATCH v3 4/5] media: videobuf2: Change queue_setup argument
` [RFC PATCH v3 5/5] media: videobuf2: Divide videobuf2-core into 2 parts

[PATCH v3 0/4] media: pxa_camera conversion to dmaengine
 2015-08-30 19:34 UTC  (7+ messages)
` [PATCH v3 3/4] media: pxa_camera: trivial move of dma irq functions
` [PATCH v3 4/4] media: pxa_camera: conversion to dmaengine

[PATCH v4 0/4] media: pxa_camera: conversion to dmaengine
 2015-08-30 19:08 UTC  (5+ messages)
` [PATCH v4 1/4] media: pxa_camera: fix the buffer free path
` [PATCH v4 2/4] media: pxa_camera: move interrupt to tasklet
` [PATCH v4 3/4] media: pxa_camera: trivial move of dma irq functions
` [PATCH v4 4/4] media: pxa_camera: conversion to dmaengine

[BUG] STV0299 has bogus CAN_INVERSION_AUTO flag
 2015-08-30 18:14 UTC  (6+ messages)

[PATCH v8 00/55] MC next generation patches
 2015-08-30 14:27 UTC  (57+ messages)
` [PATCH v8 01/55] [media] media: create a macro to get entity ID
` [PATCH v8 02/55] [media] staging: omap4iss: get entity ID using media_entity_id()
` [PATCH v8 03/55] [media] omap3isp: "
` [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 11/55] [media] media: use entity.graph_obj.mdev instead of .parent
` [PATCH v8 12/55] [media] media: remove media entity .parent field
` [PATCH v8 13/55] [media] uapi/media.h: Declare interface types for V4L2 and DVB
` [PATCH v8 14/55] [media] media: add functions to allow creating interfaces
` [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 17/55] [media] omap3isp: separate links creation from entities init
` [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 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 25/55] [media] dvbdev: add support for interfaces
` [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 29/55] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L
` [PATCH v8 30/55] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_DVB
` [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA
` [PATCH v8 32/55] [media] media: use macros to check for V4L2 subdev entities
` [PATCH v8 33/55] [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuse
` [PATCH v8 34/55] [media] s5c73m3: fix subdev type
` [PATCH v8 35/55] [media] s5k5baf: "
` [PATCH v8 36/55] [media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuse
` [PATCH v8 37/55] [media] omap4iss: "
` [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 48/55] [media] media_device: add a topology version field
` [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 53/55] [media] v4l2-core: create MC interfaces for devnodes
` [PATCH v8 54/55] [media] au0828: unregister MC at the end
` [PATCH v8 55/55] [media] media-entity.h: document all the structs

[PATCH] media: soc-camera: increase the length of clk_name on soc_of_bind()
 2015-08-30 14:06 UTC  (2+ messages)

[PATCH 1/2] media: atmel-isi: setup the ISI_CFG2 register directly
 2015-08-30 10:16 UTC  (5+ messages)
` [PATCH 2/2] media: atmel-isi: move configure_geometry() to start_streaming()

cron job: media_tree daily build: WARNINGS
 2015-08-30  2:52 UTC 

(no subject)
 2015-08-30  2:20 UTC 

Subject: em28xx: new board id [1f4d:1abe]
 2015-08-29 20:18 UTC 

(no subject)
 2015-08-29 18:44 UTC 

[PATCH] stv090x: use lookup tables for carrier/noise ratio
 2015-08-29 15:02 UTC  (3+ messages)

cron job: media_tree daily build: WARNINGS
 2015-08-29  2:52 UTC 

[PATCH v3 0/6] [media] c8sectpfe: Various fixups
 2015-08-28 17:52 UTC  (7+ messages)
` [PATCH v3 1/6] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3
` [PATCH v3 2/6] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node
` [PATCH v3 3/6] [media] c8sectpfe: Remove select on undefined LIBELF_32
` [PATCH v3 4/6] [media] c8sectpfe: Update binding to reset-gpios
` [PATCH v3 5/6] [media] c8sectpfe: Update DT binding doc with some minor fixes
` [PATCH v3 6/6] [media] c8sectpfe: Simplify for loop in load_slim_core_fw

[PATCH v2 0/5] [media] c8sectpfe: Various fixups
 2015-08-28 17:25 UTC  (14+ messages)
` [PATCH v2 1/5] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3
` [PATCH v2 2/5] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node
` [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32
` [PATCH v2 4/5] [media] c8sectpfe: Update binding to reset-gpios
` [PATCH v2 5/5] [media] c8sectpfe: Update DT binding doc with some minor fixes

[PATCH] [media] v4l2-core: create MC interfaces for devnodes
 2015-08-28 14:54 UTC  (3+ messages)

[PATCH] saa7164: convert to the control framework
 2015-08-28 14:36 UTC  (14+ messages)

[PATCH 0/2] MC next gen: add sub-device interfaces
 2015-08-28 14:19 UTC  (5+ messages)
` [PATCH 1/2] [media] media-entity: unregister entity links
` [PATCH 2/2] [media] v4l2-subdev: create interfaces at MC

1
 2015-08-28 12:51 UTC 

[PATCH v7 00/44] MC next generation patches
 2015-08-28 13:08 UTC  (52+ messages)
` [PATCH v7 04/44] [media] media: add a common struct to be embed on media graph objects
` [PATCH v7 05/44] [media] media: use media_gobj inside entities
` [PATCH v7 07/44] [media] media: use media_gobj inside links
` [PATCH v7 09/44] [media] media: add a debug message to warn about gobj creation/removal
` [PATCH v7 10/44] [media] media: rename the function that create pad links
` [PATCH v7 11/44] [media] media: use entity.graph_obj.mdev instead of .parent
` [PATCH v7 13/44] [media] uapi/media.h: Declare interface types
` [PATCH v7 14/44] [media] media: add functions to allow creating interfaces
` [PATCH v7 15/44] [media] media: get rid of an unused code
` [PATCH v7 16/44] [media] media: convert links from array to list
` [PATCH v7 21/44] [media] dvbdev: add support for interfaces
` [PATCH v7 22/44] [media] media: add a linked list to track interfaces by mdev
` [PATCH v7 25/44] [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L

[PATCHv2 0/8] saa7164: v4l2-compliance fixes
 2015-08-28 11:48 UTC  (9+ messages)
` [PATCHv2 1/8] saa7164: convert to the control framework
` [PATCHv2 2/8] saa7164: add v4l2_fh support
` [PATCHv2 3/8] saa7164: fix poll bugs
` [PATCHv2 4/8] saa7164: add support for control events
` [PATCHv2 5/8] saa7164: fix format ioctls
` [PATCHv2 6/8] saa7164: remove unused videobuf references
` [PATCHv2 7/8] saa7164: fix input and tuner compliance problems
` [PATCHv2 8/8] saa7164: video and vbi ports share the same input/tuner/std

Additions
 2015-08-28  4:43 UTC 

cron job: media_tree daily build: WARNINGS
 2015-08-28  2:52 UTC 

LOAN OFFER OF ALL TYPES
 2015-08-28  2:14 UTC 

[PATCH] saa7134: add Leadtek Winfast TV2100 FM card support
 2015-08-27 22:18 UTC 

Best regards, TO NEXT OF KIN
 2015-08-27 18:32 UTC 

[PATCH 0/2] Patches to test MC next gen patches in OMAP3 ISP
 2015-08-27  7:59 UTC  (5+ messages)
` [PATCH 1/2] [media] media: don't try to empty links list in media_entity_cleanup()
` [PATCH 2/2] [media] omap3isp: separate links creation from entities init

Pls provide the following details 
 2015-08-27  4:11 UTC 

cron job: media_tree daily build: WARNINGS
 2015-08-27  2:52 UTC 

[PATCH RFC] DT support for omap4-iss
 2015-08-26 20:28 UTC  (4+ messages)

Pls provide the following details
 2015-08-26 14:56 UTC 

[PATCH] media/pci/cobalt: Use %*ph to print small buffers
 2015-08-26 19:07 UTC  (3+ messages)

[PATCH v2] media/pci/cobalt: Use %*ph to print small buffers
 2015-08-26 19:06 UTC 

loan services of different types
 2015-08-26 18:58 UTC 

cron job: media_tree daily build: WARNINGS
 2015-08-26  2:52 UTC 

[PATCH RFC 0/2] NVIDIA Tegra VI V4L2 driver
 2015-08-25 21:42 UTC  (10+ messages)
` [PATCH 1/2] [media] v4l: tegra: Add NVIDIA Tegra VI driver

[PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c
 2015-08-25 21:21 UTC  (2+ messages)

[PATCH] rcar_vin: propagate querystd() error upstream
 2015-08-25 19:42 UTC  (5+ messages)

[PATCH v2 00/11] Add c8sectpfe LinuxDVB demux driver
 2015-08-25 16:49 UTC  (4+ messages)
` [PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node


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