messages from 2014-02-26 09:03:02 to 2014-03-01 13:48:42 UTC [more...]
[RFC] [PATCH 0/6] media: em28xx - power management support em28xx
2014-03-01 13:48 UTC (3+ messages)
` [RFC] [PATCH 4/6] media: em28xx-input - implement em28xx_ops: suspend/resume hooks
[PATCH v6 00/10] Fix buffer timestamp documentation, add new timestamp flags
2014-03-01 13:43 UTC (14+ messages)
` [PATH v6 01/10] vb2: fix timecode and flags handling for output buffers
` [PATH v6 02/10] v4l: Document timestamp behaviour to correspond to reality
` [PATH v6 03/10] v4l: Use full 32 bits for buffer flags
` [PATH v6 04/10] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
` [PATH v6 05/10] v4l: Add timestamp source flags, mask and document them
` [PATH v6 06/10] v4l: Handle buffer timestamp flags correctly
` [PATH v6 07/10] uvcvideo: Tell the user space we're using start-of-exposure timestamps
` [PATH v6 08/10] exynos-gsc, m2m-deinterlace, mx2_emmaprp: Copy v4l2_buffer data from src to dst
` [PATH v6 09/10] v4l: Copy timestamp source flags to destination on m2m devices
` [PATH v6 10/10] v4l: Document timestamp buffer flag behaviour
[PATCH 0/3] media/drx39xyj: fix DJH_DEBUG path null pointer dereferences, and compile errors
2014-03-01 10:57 UTC (7+ messages)
` [PATCH 1/3] media/drx39xyj: fix pr_dbg undefined compile errors when DJH_DEBUG is defined
` [PATCH 2/3] media/drx39xyj: remove return that prevents DJH_DEBUG code to run
` [PATCH 3/3] media/drx39xyj: fix boot failure due to null pointer dereference
Unknown EM2800 video grabber (card=0)
2014-03-01 9:32 UTC
cron job: media_tree daily build: ERRORS
2014-03-01 3:27 UTC
[GIT PULL] SDR API 2nd part
2014-03-01 1:17 UTC
r820t.c:undefined reference to `byte_rev_table'
2014-03-01 0:52 UTC
CONTACT KENYA COMMERCIAL BANK LTD IMMEDIATELY FOR YOUR PAYMENT (3MILLION UNITED STATE DOLLARS)
2014-02-28 21:11 UTC
[PATCH v4 00/10] media: rc: ImgTec IR decoder driver
2014-02-28 23:29 UTC (11+ messages)
` [PATCH v4 01/10] dt: binding: add binding for ImgTec IR block
` [PATCH v4 02/10] rc: img-ir: add base driver
` [PATCH v4 03/10] rc: img-ir: add raw driver
` [PATCH v4 04/10] rc: img-ir: add hardware decoder driver
` [PATCH v4 05/10] rc: img-ir: add to build
` [PATCH v4 06/10] rc: img-ir: add NEC decoder module
` [PATCH v4 07/10] rc: img-ir: add JVC "
` [PATCH v4 08/10] rc: img-ir: add Sony "
` [PATCH v4 09/10] rc: img-ir: add Sharp "
` [PATCH v4 10/10] rc: img-ir: add Sanyo "
[PATCH 0/5] rc: scancode filtering improvements
2014-02-28 23:17 UTC (6+ messages)
` [PATCH 1/5] rc-main: add generic scancode filtering
` [PATCH 2/5] rc: abstract access to allowed/enabled protocols
` [PATCH 3/5] rc: add allowed/enabled wakeup protocol masks
` [PATCH 4/5] rc: add wakeup_protocols sysfs file
` [PATCH 5/5] rc-main: automatically refresh filter on protocol change
[PATCH] s2255drv: urgent memory leak fix
2014-02-28 22:19 UTC
[linuxtv-media:master 476/499] drivers/media/usb/s2255/s2255drv.c:2405 s2255_stop_acquire() warn: inconsistent returns mutex:&dev->cmdlock: locked (2391 [(-12)]) unlocked (2405 [0], 2405 [s32min-(-1),1-s32max])
2014-02-28 21:52 UTC
[PATCH v5 0/7] Move device tree graph parsing helpers to drivers/of
2014-02-28 21:09 UTC (11+ messages)
` [PATCH v5 1/7] [media] of: move graph helpers from drivers/media/v4l2-core "
` [PATCH v5 2/7] Documentation: of: Document graph bindings
` [PATCH v5 3/7] of: Warn if of_graph_get_next_endpoint is called with the root node
` [PATCH v5 4/7] of: Reduce indentation in of_graph_get_next_endpoint
` [PATCH v5 5/7] [media] of: move common endpoint parsing to drivers/of
` [PATCH v5 6/7] of: Implement simplified graph binding for single port devices
` [PATCH v5 7/7] of: Document "
[REVIEWv3 PATCH 00/17] vb2: fixes, balancing callbacks (PART 1)
2014-02-28 17:42 UTC (18+ messages)
` [REVIEWv3 PATCH 01/17] vb2: Check if there are buffers before streamon
` [REVIEWv3 PATCH 02/17] vb2: fix read/write regression
` [REVIEWv3 PATCH 03/17] vb2: fix PREPARE_BUF regression
` [REVIEWv3 PATCH 04/17] vb2: add debugging code to check for unbalanced ops
` [REVIEWv3 PATCH 05/17] vb2: change result code of buf_finish to void
` [REVIEWv3 PATCH 06/17] vb2: call buf_finish from __queue_cancel
` [REVIEWv3 PATCH 07/17] vb2: consistent usage of periods in videobuf2-core.h
` [REVIEWv3 PATCH 08/17] vb2: fix buf_init/buf_cleanup call sequences
` [REVIEWv3 PATCH 09/17] vb2: rename queued_count to owned_by_drv_count
` [REVIEWv3 PATCH 10/17] vb2: don't init the list if there are still buffers
` [REVIEWv3 PATCH 11/17] vb2: only call start_streaming if sufficient buffers are queued
` [REVIEWv3 PATCH 12/17] vb2: properly clean up PREPARED and QUEUED buffers
` [REVIEWv3 PATCH 13/17] vb2: replace BUG by WARN_ON
` [REVIEWv3 PATCH 14/17] vb2: fix streamoff handling if streamon wasn't called
` [REVIEWv3 PATCH 15/17] vb2: call buf_finish after the state check
` [REVIEWv3 PATCH 16/17] vivi: correctly cleanup after a start_streaming failure
` [REVIEWv3 PATCH 17/17] vivi: fix ENUM_FRAMEINTERVALS implementation
[git:media_tree/master] [media] omap_vout: avoid sleep_on race
2014-02-28 17:31 UTC
[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
2014-02-28 17:36 UTC (2+ messages)
` [PATCH v2] "
Dell XPS 12 USB camera bulk mode issues
2014-02-28 9:34 UTC (6+ messages)
[PATCH v2 06/15] dt: binding: add binding for ImgTec IR block
2014-02-28 9:04 UTC (5+ messages)
` [PATCH v3 "
[PATCH 00/16] sleep_on removal, second try
2014-02-28 8:53 UTC (9+ messages)
` [PATCH 05/16] [media] omap_vout: avoid sleep_on race
` [PATCH 06/16] [media] usbvision: drop unused define USBVISION_SAY_AND_WAIT
` [PATCH 07/16] [media] radio-cadet: avoid interruptible_sleep_on race
` [PATCH 08/16] [media] arv: fix sleep_on race
cron job: media_tree daily build: WARNINGS
2014-02-28 3:34 UTC
[GIT PULL] feb27 - git://linuxtv.org/mkrufky/dvb dvb
2014-02-28 2:31 UTC
[RFC 0/4] rc: ir-raw: Add encode, implement NEC encode
2014-02-27 22:43 UTC (4+ messages)
` [RFC PATCH 2/3] ir-rc5-sz: Add ir encoding support
[PATCH 1/2] [media] tvp5150: Fix type mismatch warning in clamp macro
2014-02-27 16:44 UTC (2+ messages)
` [PATCH 2/2] [media] tvp5150: Make debug module parameter visible in sysfs
[PATCH 1/1] Reading array out of bound in ds3000_read_snr
2014-02-27 15:00 UTC
Use of dma_buf_unmap_attachment in interrupt context?
2014-02-27 14:20 UTC
[GIT PULL] mem2mem patches for 3.15
2014-02-27 13:17 UTC
[REVIEWv2 PATCH 00/15] vb2: fixes, balancing callbacks (PART 1)
2014-02-27 12:13 UTC (19+ messages)
` [REVIEWv2 PATCH 03/15] vb2: fix PREPARE_BUF regression
` [REVIEWv2 PATCH 04/15] vb2: add debugging code to check for unbalanced ops
` [REVIEWv2 PATCH 05/15] vb2: change result code of buf_finish to void
` [REVIEWv2 PATCH 06/15] vb2: add note that buf_finish can be called with !vb2_is_streaming()
` [REVIEWv2 PATCH 07/15] vb2: call buf_finish from __dqbuf
` [REVIEWv2 PATCH 09/15] vb2: rename queued_count to owned_by_drv_count
` [REVIEWv2 PATCH 10/15] vb2: don't init the list if there are still buffers
[PATCH v4 0/3] Move device tree graph parsing helpers to drivers/of
2014-02-27 10:52 UTC (12+ messages)
` [PATCH v4 3/3] Documentation: of: Document graph bindings
` [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
[PATCH for v3.14] videodev2.h: add parenthesis around macro arguments
2014-02-27 9:04 UTC
[RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of
2014-02-27 8:36 UTC (6+ messages)
cron job: media_tree daily build: WARNINGS
2014-02-27 3:34 UTC
GOOD NEWS
2014-02-26 12:40 UTC
Support for Empia 2980 video/audio capture chip set
2014-02-27 1:47 UTC (9+ messages)
[GIT PULL] rtl28xxu: add USB ID for Genius TVGo DVB-T03
2014-02-27 1:02 UTC
[PATCH] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03
2014-02-27 0:58 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] [media] rtl28xxu: add chipset version comments into device list
[REVIEW PATCH 00/16] SDR API - drivers
2014-02-27 0:42 UTC (7+ messages)
` [REVIEW PATCH 08/16] rtl2832_sdr: Realtek RTL2832 SDR driver module
` [REVIEW PATCH 13/16] rtl2832_sdr: expose e4000 controls to user
[REVIEW PATCH 00/16] SDR API - Realtek RTL2832 SDR driver
2014-02-27 0:30 UTC (17+ messages)
` [REVIEW PATCH 01/16] e4000: convert DVB tuner to I2C driver model
` [REVIEW PATCH 02/16] e4000: implement controls via v4l2 control framework
` [REVIEW PATCH 03/16] e4000: fix PLL calc to allow higher frequencies
` [REVIEW PATCH 04/16] e4000: implement PLL lock v4l control
` [REVIEW PATCH 05/16] e4000: get rid of DVB i2c_gate_ctrl()
` [REVIEW PATCH 06/16] e4000: convert to Regmap API
` [REVIEW PATCH 07/16] e4000: rename some variables
` [REVIEW PATCH 08/16] rtl2832_sdr: Realtek RTL2832 SDR driver module
` [REVIEW PATCH 09/16] rtl28xxu: constify demod config structs
` [REVIEW PATCH 10/16] rtl28xxu: attach SDR extension module
` [REVIEW PATCH 11/16] rtl28xxu: fix switch-case style issue
` [REVIEW PATCH 12/16] rtl28xxu: use muxed RTL2832 I2C adapters for E4000 and RTL2832_SDR
` [REVIEW PATCH 13/16] rtl2832_sdr: expose e4000 controls to user
` [REVIEW PATCH 14/16] r820t: add manual gain controls
` [REVIEW PATCH 15/16] rtl2832_sdr: expose R820T controls to user
` [REVIEW PATCH 16/16] MAINTAINERS: add rtl2832_sdr driver
[REVIEW PATCH 0/6] SDR API - Mirics MSi3101 driver
2014-02-27 0:25 UTC (7+ messages)
` [REVIEW PATCH 1/6] msi3101: convert to SDR API
` [REVIEW PATCH 2/6] msi001: Mirics MSi001 silicon tuner driver
` [REVIEW PATCH 3/6] msi3101: use msi001 "
` [REVIEW PATCH 4/6] MAINTAINERS: add msi001 driver
` [REVIEW PATCH 5/6] MAINTAINERS: add msi3101 driver
` [REVIEW PATCH 6/6] msi3101: clamp mmap buffers to reasonable level
[REVIEW PATCH 00/13] SDR API - V4L API stuff itself
2014-02-27 0:22 UTC (14+ messages)
` [REVIEW PATCH 01/13] v4l: add RF tuner gain controls
` [REVIEW PATCH 02/13] v4l: add RF tuner channel bandwidth control
` [REVIEW PATCH 03/13] v4l: reorganize RF tuner control ID numbers
` [REVIEW PATCH 04/13] v4l: uapi: add SDR formats CU8 and CU16LE
` [REVIEW PATCH 05/13] v4l: add enum_freq_bands support to tuner sub-device
` [REVIEW PATCH 06/13] v4l: add control for RF tuner PLL lock flag
` [REVIEW PATCH 07/13] DocBook: V4L: add V4L2_SDR_FMT_CU8 - 'CU08'
` [REVIEW PATCH 08/13] DocBook: V4L: add V4L2_SDR_FMT_CU16LE - 'CU16'
` [REVIEW PATCH 09/13] DocBook: document RF tuner gain controls
` [REVIEW PATCH 10/13] DocBook: media: document V4L2_CTRL_CLASS_RF_TUNER
` [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls
` [REVIEW PATCH 12/13] DocBook: media: document PLL lock control
` [REVIEW PATCH 13/13] DocBook: media: add some general info about RF tuners
[REVIEW PATCH 0/8] SDR API - misc changes
2014-02-27 0:16 UTC (9+ messages)
` [REVIEW PATCH 1/8] xc2028: silence compiler warnings
` [REVIEW PATCH 2/8] rtl28xxu: add module parameter to disable IR
` [REVIEW PATCH 3/8] rtl2832: remove unused if_dvbt config parameter
` [REVIEW PATCH 4/8] rtl2832: style changes and minor cleanup
` [REVIEW PATCH 5/8] rtl2832: provide muxed I2C adapter
` [REVIEW PATCH 6/8] rtl2832: add muxed I2C adapter for demod itself
` [REVIEW PATCH 7/8] rtl2832: Fix deadlock on i2c mux select function
` [REVIEW PATCH 8/8] rtl2832: implement delayed I2C gate close
[PATCH v2] uvcvideo: Add bayer 8-bit patterns to uvcvideo
2014-02-26 22:29 UTC
[PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems
2014-02-26 22:19 UTC (2+ messages)
[PATCHv8][ 1/7] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format
2014-02-26 17:51 UTC
Upstreaming SAA716x driver to the media_tree
2014-02-26 17:27 UTC (9+ messages)
video from USB DVB-T get damaged after some time
2014-02-26 15:34 UTC (14+ messages)
` video from USB DVB-T get damaged after some time (it9135)
GOOD NEWS
2014-02-25 20:14 UTC
Unsupported Anysee version
2014-02-26 14:08 UTC
[PATCH v2] uvcvideo: Do not use usb_set_interface on bulk EP
2014-02-26 13:38 UTC
[RFC v6 0/3] add new Dual LED FLASH LM3646
2014-02-26 12:56 UTC (5+ messages)
` [RFC v6,2/3] controls.xml : add addtional Flash fault bits
` [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364
[PATCH, RFC 00/30] sleep_on removal
2014-02-26 9:56 UTC (8+ messages)
` [PATCH, RFC 05/30] [media] omap_vout: avoid sleep_on race
` [PATCH, RFC 08/30] [media] arv: fix "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).