linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-08 06:35:14 to 2016-11-11 13:57:54 UTC [more...]

[RFC 0/5] Add V4L2 SDR (DRIF & MAX2175) driver
 2016-11-11 13:57 UTC  (10+ messages)
` [RFC 1/5] media: i2c: max2175: Add MAX2175 support
` [RFC 5/5] doc_rst: media: New SDR formats SC16, SC18 & SC20

[v4.9-rc4] dvb-usb/cinergyT2 NULL pointer dereference
 2016-11-11 13:55 UTC  (13+ messages)

[PATCH 0/5] Add V4L2 SDR (DRIF & MAX2175) driver
 2016-11-11 13:49 UTC  (16+ messages)
` [PATCH 1/5] media: v4l2-ctrls: Reserve controls for MAX217X
` [PATCH 2/5] media: i2c: max2175: Add MAX2175 support
` [PATCH 3/5] media: Add new SDR formats SC16, SC18 & SC20
` [PATCH 4/5] doc_rst: media: New "
` [PATCH 5/5] media: platform: rcar_drif: Add DRIF support

[PATCH -next] [media] atmel-isc: fix error return code in atmel_isc_probe()
 2016-11-11 13:40 UTC 

Question about 2 gp8psk patches I noticed, and possible bug
 2016-11-11 12:49 UTC  (10+ messages)

3.5% DIRECT CASH LOANS OFFER
 2016-11-11 12:30 UTC 

[PATCH v4] media: et8ek8: add device tree binding documentation
 2016-11-11 12:17 UTC  (4+ messages)
  ` [PATCH v5] "

[PATCH v3 0/9] Qualcomm video decoder/encoder driver
 2016-11-11 12:11 UTC  (15+ messages)
` [PATCH v3 3/9] media: venus: adding core part and helper functions
` [PATCH v3 4/9] media: venus: vdec: add video decoder files
` [PATCH v3 5/9] media: venus: venc: add video encoder files
` [PATCH v3 8/9] media: venus: add Makefiles and Kconfig files

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware
 2016-11-11 12:09 UTC 

Including images on Sphinx documents
 2016-11-11 11:45 UTC  (18+ messages)
    ` [Ksummit-discuss] "

[PATCH] media: mtk-mdp: allocate video_device dynamically
 2016-11-11 10:51 UTC  (3+ messages)
` [PATCH] [media] "

[PATCH] cobalt: fix copy-and-paste error
 2016-11-11 10:33 UTC 

[PATCH] v4l: vsp1: Prevent commencing pipelines before they are setup
 2016-11-11 10:31 UTC 

[PATCH 00/12] media: Exynos GScaller driver fixes
 2016-11-11  9:50 UTC  (18+ messages)
  ` [PATCH 01/12] exynos-gsc: Simplify clock management
  ` [PATCH 02/12] exynos-gsc: Convert gsc_m2m_resume() from int to void
  ` [PATCH 03/12] exynos-gsc: Make driver functional when CONFIG_PM is unset
  ` [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM
  ` [PATCH 05/12] exynos-gsc: Fixup clock management at ->remove()
  ` [PATCH 06/12] exynos-gsc: Do full clock gating at runtime PM suspend
  ` [PATCH 07/12] exynos-gsc: Make system PM callbacks available for CONFIG_PM_SLEEP
  ` [PATCH 08/12] exynos-gsc: Simplify system PM
  ` [PATCH 09/12] exynos-gsc: Simplify system PM even more
  ` [PATCH 10/12] exynos-gsc: Remove unused lclk_freqency entry
  ` [PATCH 11/12] exynos-gsc: Add missing newline char in debug messages
  ` [PATCH 12/12] exynos-gsc: Use of_device_get_match_data() helper

[PATCH] Staging: media: davinci_vpfe: - Fix for memory leak if
 2016-11-11  8:51 UTC 

[PATCH 1/4] lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
 2016-11-11  8:50 UTC 

cron job: media_tree daily build: ERRORS
 2016-11-11  5:00 UTC 

[PATCH v2 2/2] serial_ir: use precision ktime rather than guessing
 2016-11-11  3:49 UTC  (2+ messages)

[PATCH] [media] uvcvideo: add support for Oculus Rift Sensor
 2016-11-11  2:06 UTC  (2+ messages)

[RFC v4 00/21] Make use of kref in media device, grab references as needed
 2016-11-11  0:35 UTC  (31+ messages)
` [RFC v4 01/21] Revert "[media] media: fix media devnode ioctl/syscall and unregister race"
  ` [RFC v4 02/21] Revert "[media] media: fix use-after-free in cdev_put() when app exits after driver unbind"
  ` [RFC v4 03/21] Revert "[media] media-device: dynamically allocate struct media_devnode"
  ` [RFC v4 04/21] media: Remove useless curly braces and parentheses
  ` [RFC v4 05/21] media: devnode: Rename mdev argument as devnode
  ` [RFC v4 06/21] media device: Drop nop release callback
  ` [RFC v4 07/21] media-device: Make devnode.dev->kobj parent of devnode.cdev
  ` [RFC v4 08/21] media: Enable allocating the media device dynamically
  ` [RFC v4 09/21] media: Split initialising and adding media devnode
  ` [RFC v4 10/21] media: Shuffle functions around
  ` [RFC v4 11/21] media device: Refcount the media device
  ` [RFC v4 12/21] media device: Initialise media devnode in media_device_init()
  ` [RFC v4 13/21] media device: Deprecate media_device_{init,cleanup}() for drivers
  ` [RFC v4 14/21] media device: Get the media device driver's device
  ` [RFC v4 15/21] media: Provide a way to the driver to set a private pointer
  ` [RFC v4 16/21] media: Add release callback for media device
  ` [RFC v4 17/21] v4l: Acquire a reference to the media device for every video device
  ` [RFC v4 18/21] media-device: Postpone graph object removal until free
  ` [RFC v4 19/21] omap3isp: Allocate the media device dynamically
  ` [RFC v4 20/21] omap3isp: Release the isp device struct by media device callback
  ` [RFC v4 21/21] omap3isp: Don't rely on devm for memory resource management

question about hva_hw_probe
 2016-11-10 21:51 UTC 

[PATCH v2 1/2] [media] serial_ir: port lirc_serial to rc-core
 2016-11-10 19:25 UTC 

[PATCH v2 00/11] getting back -Wmaybe-uninitialized
 2016-11-10 16:44 UTC  (12+ messages)
` [PATCH v2 01/11] Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
` [PATCH v2 02/11] NFSv4.1: work around -Wmaybe-uninitialized warning
` [PATCH v2 03/11] x86: apm: avoid uninitialized data
` [PATCH v2 04/11] nios2: fix timer initcall return value
` [PATCH v2 05/11] s390: pci: don't print uninitialized data for debugging
` [PATCH v2 06/11] [media] dib0700: fix nec repeat handling
` [PATCH v2 07/11] [media] rc: print correct variable for z8f0811
` [PATCH v2 08/11] crypto: aesni: shut up -Wmaybe-uninitialized warning
` [PATCH v2 09/11] [v3] infiniband: shut up a maybe-uninitialized warning
` [PATCH v2 10/11] pcmcia: fix return value of soc_pcmcia_regulator_set
` [PATCH v2 11/11] Kbuild: enable -Wmaybe-uninitialized warnings by default

[PATCH 1/2] [media] serial_ir: port lirc_serial to rc-core
 2016-11-10 14:24 UTC  (3+ messages)

[PATCH] ir-kbd-i2c: fix uninitialized variable reference
 2016-11-10 14:18 UTC  (2+ messages)

Krediten @ 2%
 2016-11-10 13:47 UTC 

[bug report] [media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder Driver
 2016-11-10 13:30 UTC  (4+ messages)

[RFC] Documentation: media, leds: move IR LED remote controllers from media to LED
 2016-11-10 13:26 UTC 

dib0700_core.c: uninitialized variable warning, not sure how to fix
 2016-11-10 10:57 UTC  (2+ messages)

[PATCH 0/4] media: Exynos MFC driver fixes
 2016-11-10 10:31 UTC  (5+ messages)
  ` [PATCH 1/4] s5p-mfc: Correct scratch buffer size of H.263 decoder
  ` [PATCH 2/4] s5p-mfc: Fix MFC context buffer size
  ` [PATCH 3/4] s5p-mfc: Skip incomeplete frame
  ` [PATCH 4/4] s5p-mfc: Use clock gating only on MFC v5 hardware

[PATCH v3 0/6] Add support for IR transmitters
 2016-11-10 10:02 UTC  (8+ messages)
  ` [PATCH v3 5/6] Documentation: bindings: add documentation for ir-spi device driver

[PATCH] Staging: Media: Lirc - Improvement in code readability
 2016-11-10  9:58 UTC 

[PATCH 2/2] Staging: Media: Lirc - Improvement in code readability
 2016-11-10  9:52 UTC 

[PATCH v1] mtk-vcodec: add index check in decoder vidioc_qbuf
 2016-11-10  5:24 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2016-11-10  4:40 UTC 

[PATCH 0/2] media: Exynos GScaller: add support for Exynos 5433 SoC
 2016-11-09 20:07 UTC  (7+ messages)
  ` [PATCH 1/2] exynos-gsc: Enable driver on ARCH_EXYNOS
  ` [PATCH 2/2] exynos-gsc: Add support for Exynos5433 specific version

[RFC v3 00/21] Make use of kref in media device, grab references as needed
 2016-11-09 17:46 UTC  (6+ messages)

[RFC] [media] Add Synopsys Designware HDMI RX PHY e405 driver
 2016-11-09 17:43 UTC 

[PATCH v4l-utils 1/3] ir-ctl: add ability to send scancodes in most protocols
 2016-11-09 16:13 UTC 

[PATCH v4l-utils 2/3] ir-ctl: add verbose option
 2016-11-09 16:13 UTC 

[PATCH v4l-utils 3/3] ir-keytable: make it possible to select the rc5 streamzap variant
 2016-11-09 16:13 UTC 

[PATCH] [media] sanyo decoder: address was being truncated
 2016-11-09 16:13 UTC 

[PATCH] [media] nec decoder: wrong bit order for nec32 protocol
 2016-11-09 16:13 UTC 

[PATCH] cec: zero counters in cec_received_msg()
 2016-11-09 15:22 UTC 

[PATCH] control.rst: improve the queryctrl code examples
 2016-11-09  8:31 UTC 

[PATCH] cec-core.rst: improve documentation
 2016-11-09  8:00 UTC 

cron job: media_tree daily build: ERRORS
 2016-11-09  4:40 UTC 

[PATCH v2] media: i2c-polling: add i2c-polling driver
 2016-11-08 16:11 UTC  (3+ messages)

[PATCH v2 1/1] v4l: compat: Prevent allocating excessive amounts of memory
 2016-11-08 16:06 UTC 

[PATCH 00/32] rcar-vin: Add Gen3 with media controller support
 2016-11-08 12:54 UTC  (6+ messages)
` [PATCH 01/32] media: entity: Add has_route entity operation
` [PATCH 02/32] media: entity: Add media_entity_has_route() function
    ` [PATCH 1/1] "

[PATCH] media: Fix get_key_haup_common.isra.4() debug message to print ptoggle value
 2016-11-08 11:23 UTC  (3+ messages)
` [PATCH] media: fix uninitialized variable warning in dib0700_rc_urb_completion()

[PATCH 1/1] media: entity: Swap pads if route is checked from source to sink
 2016-11-08 10:11 UTC 

Problem retrieving zl10353 information: Resource temporarily unavailable (but signal =71% ?)
 2016-11-08 10:05 UTC 

[PATCH v2 00/21] Basic i.MX IPUv3 capture support
 2016-11-08  8:23 UTC  (7+ messages)
` [PATCH v2 07/21] [media] imx-ipu: Add i.MX IPUv3 CSI subdevice driver
` [PATCH v2 08/21] [media] imx: Add i.MX IPUv3 capture driver
` [PATCH v2 13/21] ARM: dts: imx6qdl: Add mipi_ipu1/2 multiplexers, mipi_csi, and their connections

[PATCH v5 0/3] Add Mediatek JPEG Decoder
 2016-11-08  6:34 UTC  (2+ messages)
` [PATCH v5 3/3] arm: dts: mt2701: Add node for "


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