linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-01 03:34:35 to 2014-01-06 17:47:23 UTC [more...]

[PATCH v4 00/22] em28xx: split analog part into a separate module
 2014-01-06 17:48 UTC  (66+ messages)
` [PATCH v4 01/22] [media] em28xx: move some video-specific functions to em28xx-video
` [PATCH v4 02/22] [media] em28xx: some cosmetic changes
` [PATCH v4 03/22] [media] em28xx: move analog-specific init to em28xx-video
` [PATCH v4 04/22] [media] em28xx: make em28xx-video to be a separate module
` [PATCH v4 05/22] [media] em28xx: initialize analog I2C devices at the right place
` [PATCH v4 06/22] [media] em28xx: add warn messages for timeout
` [PATCH v4 07/22] [media] em28xx: improve extension information messages
` [PATCH v4 08/22] [media] em28xx: convert i2c wait completion logic to use jiffies
` [PATCH v4 09/22] [media] tvp5150: make read operations atomic
` [PATCH v4 10/22] [media] tuner-xc2028: remove unused code
` [PATCH v4 11/22] [media] em28xx: check if a device has audio earlier
` [PATCH v4 12/22] [media] em28xx: properly implement AC97 wait code
` [PATCH v4 13/22] [media] em28xx: initialize audio latter
` [PATCH v4 14/22] [media] em28xx: unify module version
` [PATCH v4 15/22] [media] em28xx: Fix em28xx deplock
` [PATCH v4 16/22] [media] em28xx: use a better value for I2C timeouts
` [PATCH v4 17/22] [media] em28xx-i2c: Fix error code for I2C error transfers
` [PATCH v4 18/22] [media] em28xx: don't return -ENODEV for I2C xfer errors
` [PATCH v4 19/22] [media] em28xx: cleanup I2C debug messages
` [PATCH v4 20/22] [media] em28xx: use usb_alloc_coherent() for audio
` [PATCH v4 21/22] [media] em28xx-audio: allocate URBs at device driver init
` [PATCH v4 22/22] [media] em28xx: retry read operation if it fails

[PATCH 0/2] tuner-xc2028: Fix xc3028 timeouts
 2014-01-06 16:15 UTC  (4+ messages)
` [PATCH 1/2] tuner-xc2028: Don't try to sleep twice
` [PATCH 2/2] tuner-xc2028: Don't read status if device is powered down

[PATCH 0/6] em28xx: improve I2C code
 2014-01-06 13:05 UTC  (7+ messages)
` [PATCH 1/6] [media] em28xx: convert i2c wait completion logic to use jiffies
` [PATCH 2/6] [media] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUT
` [PATCH 3/6] [media] em28xx: use a better value for I2C timeouts
` [PATCH 4/6] em28xx-i2c: Fix error code for I2C error transfers
` [PATCH 5/6] [media] em28xx: cleanup I2C debug messages
` [PATCH 6/6] em28xx: add timeout debug information if i2c_debug enabled

Add private controls to ctrl_handler
 2014-01-06 14:39 UTC  (3+ messages)

[RFCv1 PATCH 00/27] Add property & configuration store support
 2014-01-06 14:22 UTC  (29+ messages)
` [RFCv1 PATCH 01/27] v4l2-ctrls: increase internal min/max/step/def to 64 bit
` [RFCv1 PATCH 02/27] v4l2-ctrls: add unit string
` [RFCv1 PATCH 03/27] v4l2-ctrls: use pr_info/cont instead of printk
` [RFCv1 PATCH 04/27] videodev2.h: add initial support for properties
` [RFCv1 PATCH 05/27] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL
` [RFCv1 PATCH 06/27] v4l2-ctrls: add support for properties
` [RFCv1 PATCH 07/27] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL
` [RFCv1 PATCH 08/27] videodev2.h: add V4L2_CTRL_FLAG_CAN_STORE
` [RFCv1 PATCH 09/27] videodev2.h: add config_store to v4l2_ext_controls
` [RFCv1 PATCH 10/27] v4l2-ctrls: create type_ops
` [RFCv1 PATCH 11/27] v4l2-ctrls: rewrite copy routines to operate on union v4l2_ctrl_ptr
` [RFCv1 PATCH 12/27] v4l2-ctrls: add initial support for configuration stores
` [RFCv1 PATCH 13/27] v4l2-ctrls: add function to apply a configuration store
` [RFCv1 PATCH 14/27] v4l2-ctrls: compare values only once
` [RFCv1 PATCH 15/27] v4l2-ctrls: prepare for matrix support: add cols & rows fields
` [RFCv1 PATCH 16/27] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr
` [RFCv1 PATCH 17/27] v4l2-ctrls: new strings and props must be accessed through the new field
` [RFCv1 PATCH 18/27] v4l2-ctrls: prepare for matrix support
` [RFCv1 PATCH 19/27] v4l2-ctrls: type_ops can handle matrix elements
` [RFCv1 PATCH 20/27] v4l2-ctrls: add matrix support
` [RFCv1 PATCH 21/27] videodev2.h: rename reserved2 to config_store in v4l2_buffer
` [RFCv1 PATCH 22/27] v4l2-ctrls: add ctrl64 event
` [RFCv1 PATCH 23/27] videodev2.h: add new property types
` [RFCv1 PATCH 24/27] v4l2-controls.h: add new property class and new properties
` [RFCv1 PATCH 25/27] v4l2-ctrls: add support for u8, u16 and prop_selection types
` [RFCv1 PATCH 26/27] v4l2-common.h: add new target
` [RFCv1 PATCH 27/27] vivi: add matrix and selection test code

[PATCH] xc2028: disable device power-down because power state handling is broken
 2014-01-06 13:00 UTC  (2+ messages)

[PATCH 0/2] em28xx: Fix support for audio-only interface on em2860
 2014-01-06  9:22 UTC  (3+ messages)
` [PATCH 1/2] em28xx: prevent registering wrong interfaces for audio-only
` [PATCH 2/2] em28xx: only initialize extensions on the main interface

[PATCH 1/3] [media] s5k5baf: Fix build warning
 2014-01-06 11:48 UTC  (2+ messages)

omap3isp device tree support
 2014-01-06 10:11 UTC  (7+ messages)

cron job: media_tree daily build: ERRORS
 2014-01-06  3:33 UTC 

[PATCH v4 RFC 1/2] [media] em28xx: retry I2C write ops if failed by timeout
 2014-01-05 21:15 UTC  (4+ messages)
` [PATCH v4 RFC 2/2] [media] em28xx: USB: adjust for changed 3.8 USB API

[PATCH] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUT
 2014-01-05 21:09 UTC  (2+ messages)

[PATCH] em28xx: unregister i2c bus 0 if bus 1 fails to register
 2014-01-05 21:07 UTC  (2+ messages)

Patch for TechnoTrend S2-4600
 2014-01-05 17:33 UTC 

[PATCH RFC v6 00/12] SDR API with documentation
 2014-01-05 12:15 UTC  (9+ messages)
` [PATCH RFC v6 07/12] v4l: add device capability flag for SDR receiver
` [PATCH RFC v6 10/12] DocBook: document 1 Hz flag
` [PATCH RFC v6 11/12] DocBook: Software Defined Radio Interface
` [PATCH RFC v6 12/12] v4l2-framework.txt: add SDR device type

[PATCH 0/6] convert drivers to SDR API
 2014-01-05 12:14 UTC  (3+ messages)
` [PATCH 3/6] msi3101: add u8 sample format

Regression on nxt2004
 2014-01-05  7:08 UTC 

cron job: media_tree daily build: ERRORS
 2014-01-05  3:34 UTC 

[PATCH] support for CX23103 Video Grabber USB
 2014-01-04 22:44 UTC 

[PATCH 01/11] libdvbv5: fix dvb_parse_descriptors and make dvb_desc_init private
 2014-01-04 17:08 UTC  (11+ messages)
` [PATCH 02/11] libdvbv5: add attribute packed to structs and unions
` [PATCH 03/11] libdvbv5: add parser for CAT
` [PATCH 04/11] libdvbv5: add parser for ca and ca_identifier descriptors
` [PATCH 05/11] libdvbv5: fix PMT parser
` [PATCH 06/11] libdvbv5: cleanup printing tables and descriptors
` [PATCH 07/11] libdvbv5: use DVB_DESC_HEADER macro in all descriptors
` [PATCH 08/11] libdvbv5: make dvb_desc_default_init and dvb_desc_default_print private
` [PATCH 09/11] libdvbv5: use TABLE_INIT macro
` [PATCH 10/11] libdvbv5: descriptor parser return int
` [PATCH 11/11] libdvbv5: remove unneeded includes

[PATCH v3 00/24] em28xx: split analog part into a separate module
 2014-01-04 14:09 UTC  (11+ messages)
` [PATCH v3 11/24] tvp5150: make read operations atomic
` [PATCH v3 12/24] tuner-xc2028: remove unused code
` [PATCH v3 20/24] em28xx: Fix em28xx deplock

cron job: media_tree daily build: ERRORS
 2014-01-04  3:33 UTC 

[PATCH v4 0/2] videobuf2-dma-sg: Contiguos memory allocation
 2014-01-03 15:51 UTC  (6+ messages)
` [PATCH v4 2/2] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table

using MFC memory to memery encoder, start stream and queue order problem
 2014-01-03 15:16 UTC  (6+ messages)

[PATCH] nuvoton-cir: Add support for user configurable wake-up codes
 2014-01-03 14:18 UTC 

[GIT PULL] soc-camera: 1 patch for 3.14
 2014-01-03 13:20 UTC 

[REVIEW PATCH] Revert "[media] videobuf_vm_{open,close} race fixes"
 2014-01-03 11:10 UTC 

cron job: media_tree daily build: ERRORS
 2014-01-03  3:33 UTC 

[GIT PULL FOR v3.14] More OMAP3 ISP fixes
 2014-01-03  1:48 UTC 

[GIT PULL for v3.14] mem2mem patches
 2014-01-02 20:49 UTC  (2+ messages)

[PATCH v5] exynos-scaler: Add m2m functionality for the SCALER driver
 2014-01-02 20:30 UTC  (2+ messages)

[PATCH v4 0/4] Exynos5 Series SCALER Driver
 2014-01-02 20:25 UTC  (5+ messages)
` [PATCH v4 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER
` [PATCH v4 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver

[PATCH v3 0/6] Add device tree support for Exynos4 SoC camera subsystem
 2014-01-02 19:58 UTC  (3+ messages)
` [PATCH v3 4/6] exynos4-is: Add clock provider for the external clocks

[PATCH] v4l: cx231xx: added usb id of 'Dexatek Video Grabber'
 2014-01-02 19:22 UTC 

[GIT PULL FOR v3.14] Fixes (third attempt)
 2014-01-02 12:59 UTC 

randconfig build error with next-20131224, in drivers/staging/media/sn9c102
 2014-01-02 12:51 UTC  (2+ messages)
` [patch] [media] staging: sn9c102: add a USB depend to the Kconfig

[GIT PULL FOR v3.14] adv fixes and feature enhancements
 2014-01-02 12:47 UTC 

[PATCH, RFC 00/30] sleep_on removal
 2014-01-02 12:07 UTC  (5+ messages)
` [PATCH, RFC 05/30] [media] omap_vout: avoid sleep_on race
` [PATCH, RFC 06/30] [media] usbvision: remove bogus sleep_on_timeout
` [PATCH, RFC 07/30] [media] radio-cadet: avoid interruptible_sleep_on race
` [PATCH, RFC 08/30] [media] arv: fix sleep_on race

[linux-uvc-devel] Closing Bulk Stream in V4L2 UVC Linux driver
 2014-01-02 10:30 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2014-01-02  3:33 UTC 

DMABUF doesn't work when frame size not equal to the size of GPU bo
 2014-01-02  2:22 UTC  (5+ messages)

current program/show information tuned in with [c]zap
 2014-01-02  1:01 UTC 

0471:206c IR receiver, mceusb & NULL pointer dereference
 2014-01-01 23:52 UTC 

Fwd: v4l2: The device does not support the streaming I/O method
 2014-01-01 22:31 UTC  (10+ messages)

HVR-1800/1850 aka CX23885
 2014-01-01 15:11 UTC  (2+ messages)

[PATCH 0/3] OMAP3 ISP: Handle CCDC SBL idle failures gracefully
 2014-01-01 13:14 UTC  (2+ messages)

[PATCH] v4l: vb2: Fix comment in __qbuf_dmabuf
 2014-01-01 12:10 UTC 

cron job: media_tree daily build: ERRORS
 2014-01-01  3:33 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).