linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-20 17:26:48 to 2017-06-25 15:43:40 UTC [more...]

[PATCH 1/2] media: dtv-core.rst: add an introduction to FE kAPI
 2017-06-25 15:42 UTC 

[PATCH v1 0/5] Camera support on STM32F746G-DISCO board
 2017-06-25 15:02 UTC  (9+ messages)
` [PATCH v1 1/5] [media] stm32-dcmi: catch dma submission error
` [PATCH v1 2/5] [media] stm32-dcmi: revisit control register handling
` [PATCH v1 3/5] [media] stm32-dcmi: crop sensor image to match user resolution
  ` [PATCH] stm32-dcmi: fix semicolon.cocci warnings
` [PATCH v1 4/5] ARM: dts: stm32: Enable DCMI support on STM32F746 MCU
` [PATCH v1 5/5] ARM: configs: stm32: DCMI + OV9655 camera support

[PATCH v1 0/6] Add support of OV9655 camera
 2017-06-25 12:36 UTC  (21+ messages)
` [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module
` [PATCH v1 2/6] [media] ov9650: add device tree support
` [PATCH v1 3/6] [media] ov9650: select the nearest higher resolution
` [PATCH v1 4/6] [media] ov9650: use write_array() for resolution sequences
` [PATCH v1 5/6] [media] ov9650: add multiple variant support
` [PATCH v1 6/6] [media] ov9650: add support of OV9655 variant
    ` omap3isp camera was Re: [PATCH v1 0/6] Add support of OV9655 camera

[PATCH 00/19] lirc_dev modernisation
 2017-06-25 12:32 UTC  (20+ messages)
` [PATCH 01/19] lirc_dev: clarify error handling
` [PATCH 02/19] lirc_dev: remove support for manually specifying minor number
` [PATCH 03/19] lirc_dev: remove min_timeout and max_timeout
` [PATCH 04/19] lirc_dev: use cdev_device_add() helper function
` [PATCH 05/19] lirc_dev: make better use of file->private_data
` [PATCH 06/19] lirc_dev: make chunk_size and buffer_size mandatory
` [PATCH 07/19] lirc_dev: remove kmalloc in lirc_dev_fop_read()
` [PATCH 08/19] lirc_dev: change irctl->attached to be a boolean
` [PATCH 09/19] lirc_dev: sanitize locking
` [PATCH 10/19] lirc_dev: use an IDA instead of an array to keep track of registered devices
` [PATCH 11/19] lirc_dev: rename struct lirc_driver to struct lirc_dev
` [PATCH 12/19] lirc_dev: introduce lirc_allocate_device and lirc_free_device
` [PATCH 13/19] lirc_dev: remove the BUFLEN define
` [PATCH 14/19] lirc_zilog: add a pointer to the parent device to struct IR
` [PATCH 15/19] lirc_zilog: use a dynamically allocated lirc_dev
` [PATCH 16/19] lirc_dev: merge struct irctl into struct lirc_dev
` [PATCH 17/19] ir-lirc-codec: merge lirc_dev_fop_ioctl into ir_lirc_ioctl
` [PATCH 18/19] ir-lirc-codec: move the remaining fops over from lirc_dev
` [PATCH 19/19] lirc_dev: consistent device registration printk

[PATCH v2 0/15] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator
 2017-06-25 12:15 UTC  (6+ messages)
` [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

[PATCH v3 0/4] STV0367/DDB DVBv5 signal statistics
 2017-06-25 11:26 UTC  (5+ messages)
` [PATCH v3 1/4] [media] dvb-frontends/stv0367: Improve DVB-C/T frontend status
` [PATCH v3 2/4] [media] dvb-frontends/stv0367: SNR DVBv5 statistics for DVB-C and T
` [PATCH v3 3/4] [media] dvb-frontends/stv0367: DVB-C signal strength statistics
` [PATCH v3 4/4] [media] dvb-frontends/stv0367: update UCB readout condition logic

[PATCH] [media] dvb-frontends/cxd2841er: require STATE_ACTIVE_* for agc readout
 2017-06-25 10:02 UTC 

[PATCH] [media] ddbridge: dev_* logging fixup
 2017-06-25  9:59 UTC 

[media_build] regression at 3a17e11 "update v4.10_sched_signal.patch"
 2017-06-25  6:45 UTC  (4+ messages)

cron job: media_tree daily build: ERRORS
 2017-06-25  3:40 UTC 

[PATCH v2 0/4] STV0367/DDB DVBv5 signal statistics
 2017-06-24 21:45 UTC  (8+ messages)
` [PATCH v2 1/4] [media] dvb-frontends/stv0367: initial DDB DVBv5 stats, implement ucblocks
` [PATCH v2 2/4] [media] dvb-frontends/stv0367: split SNR determination into functions
` [PATCH v2 3/4] [media] dvb-frontends/stv0367: SNR DVBv5 statistics for DVB-C and T
` [PATCH v2 4/4] [media] dvb-frontends/stv0367: DVB-C signal strength statistics

[PATCH 1/4] media: cx25821: get rid of CX25821_VERSION_CODE
 2017-06-24 20:57 UTC  (5+ messages)
` [PATCH 2/4] media: s3c-camif: use LINUX_VERSION_CODE for driver's version
` [PATCH 3/4] media: radio-bcm2048: get rid of BCM2048_DRIVER_VERSION
` [PATCH 4/4] media: atomisp: use LINUX_VERSION_CODE for driver version

[PATCH v5] media: platform: Renesas IMR driver
 2017-06-24 20:56 UTC  (3+ messages)

[PATCH RESEND 0/7] Introduce MEDIA_VERSION to end KENREL_VERSION abuse in media
 2017-06-24 20:15 UTC  (9+ messages)
` [PATCH RESEND 1/7] [media] media: introduce MEDIA_REVISION macro
` [PATCH RESEND 2/7] video: fbdev: don't use KERNEL_VERSION macro for MEDIA_REVISION
` [PATCH RESEND 3/7] [media] media: document the use of MEDIA_REVISION instead of KERNEL_VERSION
` [PATCH RESEND 4/7] [media] cx25821: use "
` [PATCH RESEND 5/7] [media] media: s3c-camif: Use MEDIA_REVISON "
` [PATCH RESEND 6/7] [media] media: bcm2048: use MEDIA_REVISION isntead "
` [PATCH RESEND 7/7] staging/atomisp: use MEDIA_VERSION instead "

[RFC 0/2] Add V4L2_BUF_TYPE_META_OUTPUT buffer type
 2017-06-24 20:04 UTC  (4+ messages)
` [RFC 1/2] v4l: Add support for V4L2_BUF_TYPE_META_OUTPUT

[PATCH 0/7] Add block read/write to en50221 CAM functions
 2017-06-24 20:03 UTC  (11+ messages)
` [PATCH 3/7] [media] dvb-core/dvb_ca_en50221.c: Add block read/write functions
` [PATCH 5/7] [media] ddbridge/ddbridge-core.c: Set maximum cxd2099 block size to 512
` [PATCH 6/7] [staging] cxd2099/cxd2099.c: Removed useless printing in cxd2099 driver
` [PATCH 7/7] [staging] cxd2099/cxd2099.c: Activate cxd2099 buffer mode

[PATCH v2 06/11] dvb-frontends: reduce stack size in i2c access
 2017-06-24 19:49 UTC  (2+ messages)

[PATCH] media: Replace initalized ->initialized
 2017-06-24 18:49 UTC 

[PATCH] [media] dvb-frontends/cxd2841er: require FE_HAS_SYNC for agc readout
 2017-06-24 18:40 UTC  (3+ messages)

[PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware
 2017-06-24 16:50 UTC  (12+ messages)
          ` DD support improvements (was: Re: [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware)

[PATCH] media: imx.rst: add it to v4l-drivers book
 2017-06-24 16:44 UTC  (2+ messages)

[PATCH 0/4] STV0367/DDB DVBv5 signal statistics
 2017-06-24 16:12 UTC  (11+ messages)
` [PATCH 1/4] [media] dvb-frontends/stv0367: initial DDB DVBv5 stats, implement ucblocks
` [PATCH 2/4] [media] dvb-frontends/stv0367: split SNR determination into functions
` [PATCH 3/4] [media] dvb-frontends/stv0367: SNR DVBv5 statistics for DVB-C and T
` [PATCH 4/4] [media] dvb-frontends/stv0367: DVB-C signal strength statistics

[PATCH] media: dtv-core.rst: explain how to get DVBv5 statistics
 2017-06-24 16:04 UTC 

[PATCH 0/9] STV0910/STV6111 drivers, ddbridge CineS2 V7 support
 2017-06-24 16:03 UTC  (10+ messages)
` [PATCH 1/9] [media] dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driver
` [PATCH 2/9] [media] dvb-frontends/stv0910: Fix possible buffer overflow
` [PATCH 3/9] [media] dvb-frontends/stv0910: add multistream (ISI) and PLS capabilities
` [PATCH 4/9] [media] dvb-frontends/stv0910: Fix signal strength reporting
` [PATCH 5/9] [media] dvb-frontends/stv0910: Add missing set_frontend fe-op
` [PATCH 6/9] [media] dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driver
` [PATCH 7/9] [media] ddbridge: return stv09xx id in port_has_stv0900_aa()
` [PATCH 8/9] [media] ddbridge: support for CineS2 V7(A) and DuoFlex S2 V4 hardware
` [PATCH 9/9] [media] ddbridge: stv0910 single demod mode module option

[TECH TOPIC] Media summit at the Kernel Summit
 2017-06-24 10:57 UTC 

[ragnatech:media-next] BUILD SUCCESS d9c4615854ec5b9717784ad7a3672764c9442ed5
 2017-06-24  8:59 UTC 

cron job: media_tree daily build: ERRORS
 2017-06-24  3:39 UTC 

[PATCH] i2c: tvp5150: remove useless variable assignment in tvp5150_set_vbi()
 2017-06-23 22:37 UTC 

[PATCH v4 0/4] Synopsys Designware HDMI Video Capture Controller + PHY
 2017-06-23 21:58 UTC  (6+ messages)
` [PATCH v4 1/4] [media] platform: Add Synopsys Designware HDMI RX PHY e405 Driver
` [PATCH v4 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver
` [PATCH v4 3/4] MAINTAINERS: Add entry for Synopsys Designware HDMI drivers
` [PATCH v4 4/4] dt-bindings: media: Document Synopsys Designware HDMI RX

[PATCH v2 00/19] Qualcomm 8x16 Camera Subsystem driver
 2017-06-23 20:41 UTC  (3+ messages)
` [PATCH v2 01/19] doc: DT: camss: Binding document for Qualcomm Camera subsystem driver

[PATCH v6] media: platform: Renesas IMR driver
 2017-06-23 20:34 UTC 

Dear user
 2017-06-23 17:09 UTC 

[PATCH] [media] ddbridge: make (ddb)readl in while-loops fail-safe
 2017-06-23 16:37 UTC 

[PCIE device driver: tw686x] I have some problems with tw686x and I need help
 2017-06-23 14:52 UTC  (8+ messages)
  ` [PATCH] TW686x: Fix OOPS on buffer alloc failure

[PATCH v4l2-utils] v4l2-ctl: Print numerical control ID
 2017-06-23 13:56 UTC 

[PATCH] [media] coda: do not reassign ctx->tiled_map_type in coda_s_fmt
 2017-06-23 11:57 UTC 

[GIT PULL FOR v4.13] Various fixes
 2017-06-23 11:44 UTC 

[PATCH] [media] em28xx TerraTec Cinergy Hybrid T USB XS with demodulator MT352 is not detect by em28xx
 2017-06-23 11:36 UTC  (4+ messages)

[PATCH 0/6] Renesas R-Car VSP: Add H3 ES2.0 support
 2017-06-23 10:30 UTC  (7+ messages)
` [PATCH 1/6] v4l: vsp1: Remove WPF vertical flip support on VSP2-B[CD] and VSP2-D

[PATCH] [media] coda: add h264 and mpeg4 profile and level controls
 2017-06-23  9:55 UTC 

[PATCH] [media] coda: rename the picture run timeout error handler
 2017-06-23  9:54 UTC 

[PATCH v2 1/3] [media] coda: use correct offset for mvcol buffer
 2017-06-23  9:53 UTC  (4+ messages)
` [PATCH v2 2/3] [media] coda: first step at error recovery

[PATCH] dt-bindings: media: Add r8a7796 DRIF bindings
 2017-06-23  9:25 UTC 

cron job: media_tree daily build: ERRORS
 2017-06-23  3:40 UTC 

[PATCH v5 1/2] media: i2c: adv748x: add adv748x driver
 2017-06-22 21:34 UTC  (2+ messages)

[GIT PULL for 4.13] Media pipeline stop error handling fix
 2017-06-22 20:52 UTC 

patchwork: on whose behalf is it working? was Re: [linux-media] Patch notification: 3 patches updated
 2017-06-22 19:43 UTC  (4+ messages)

[PATCH 0/2] rc-core: consistent rc_repeat() usage
 2017-06-22 19:24 UTC  (3+ messages)
` [PATCH 1/2] rc-core: consistent use of rc_repeat()
` [PATCH 2/2] rc-main: remove input events for repeat messages

[PATCH][media-next] media: venus: fix loop wrap in cleanup of clks
 2017-06-22 17:27 UTC 

[ANN] Subsystem maintainership
 2017-06-22 15:43 UTC 

[GIT PULL FOR v4.13] Fix G/S_SELECTION & CROPCAP/G/S_CROP buftype handling
 2017-06-22 14:50 UTC 

[GIT PULL FOR v4.13] vimc: Virtual Media Control VPU's
 2017-06-22 14:37 UTC 

[GIT PULL for v4.13] ov772x SCCB fix
 2017-06-22 14:27 UTC 

[PATCH] radio: wl1273: add check on core->write() return value
 2017-06-22  4:50 UTC  (2+ messages)

[PATCH] dvb-usb-v2: lmedm04: remove unnecessary variable in lme2510_stream_restart()
 2017-06-22  4:22 UTC 

cron job: media_tree daily build: ERRORS
 2017-06-22  3:40 UTC 

[PATCH] tuners: mxl5005s: remove useless variable assignments
 2017-06-22  3:20 UTC 

[PATCH] [media] rainshadow-cec: avoid -Wmaybe-uninitialized warning again
 2017-06-21 22:10 UTC 

OMAP3630 ISP V4L2 Camera Not Streaming to LCD
 2017-06-21 21:34 UTC 

[PATCH] [media] dvb-frontends/stv0367: deduplicate DDB dvb_frontend_ops caps
 2017-06-21 20:10 UTC 

[PATCH] [media] ddbridge: use dev_* macros in favor of printk
 2017-06-21 19:54 UTC  (6+ messages)

Your fund has been recovered
 2017-06-21 19:17 UTC 

[ragnatech:media-tree 1869/1907] drivers/media/dvb-frontends/stv0367.c:3127:3-16: duplicated argument to & or | (fwd)
 2017-06-21 11:30 UTC 

[PATCH v3] [media] dvb uapi docs: enums are passed by value, not reference
 2017-06-21 10:21 UTC 

[PATCH v2] [media] dvb uapi docs: enums are passed by value, not reference
 2017-06-21 10:18 UTC 

[PATCH] [media] dvb uapi docs: enums are passed by value, not reference
 2017-06-21 10:14 UTC 

LinuxTV V3 vs. V4 API doc inconsistency, V4 probably wrong
 2017-06-21  9:51 UTC  (4+ messages)

[PATCH 0/2] Fix G/S_SELECTION & CROPCAP/G/S_CROP buftype handling
 2017-06-21  8:29 UTC  (3+ messages)
` [PATCH 2/2] media/uapi/v4l: clarify cropcap/crop/selection behavior

[PATCH v2 0/6] [media] s5p-jpeg: Various fixes and improvements
 2017-06-21  8:00 UTC  (3+ messages)
  ` [PATCH v2 1/6] [media] s5p-jpeg: Reset the Codec before doing a soft reset

[PATCH] [media] ddbridge: use pr_* macros in favor of printk
 2017-06-21  5:50 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2017-06-21  3:40 UTC 

[PATCH v2] [media] mtk-mdp: Fix g_/s_selection capture/compose logic
 2017-06-21  2:46 UTC  (5+ messages)

[PATCH] [media] dvb-frontends/lnbh25: improve kernellog output
 2017-06-21  0:26 UTC  (2+ messages)

[media-pci-cx25821] question about value overwrite
 2017-06-20 21:57 UTC  (3+ 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).