messages from 2017-10-05 08:45:28 to 2017-10-09 15:26:06 UTC [more...]
[PATCH v2 00/25] lirc scancode interface, and more
2017-10-09 15:26 UTC (33+ messages)
` [PATCH v2 01/25] media: lirc: implement scancode sending
` [PATCH v2 02/25] media: lirc: use the correct carrier for scancode transmit
` [PATCH v2 03/25] media: rc: auto load encoder if necessary
` [PATCH v2 04/25] media: lirc_zilog: remove receiver
` [PATCH v2 05/25] media: lirc_zilog: fix variable types and other ugliness
` [PATCH v2 06/25] media: lirc_zilog: port to rc-core using scancode tx interface
` [PATCH v2 07/25] media: promote lirc_zilog out of staging
` [PATCH v2 08/25] media: lirc: remove LIRCCODE and LIRC_GET_LENGTH
` [PATCH v2 09/25] media: lirc: lirc interface should not be a raw decoder
` [PATCH v2 10/25] media: lirc: validate scancode for transmit
` [PATCH v2 11/25] media: lirc: merge lirc_dev_fop_ioctl and ir_lirc_ioctl
` [PATCH v2 12/25] media: lirc: use kfifo rather than lirc_buffer for raw IR
` [PATCH v2 13/25] media: lirc: move lirc_dev->attached to rc_dev->registered
` [PATCH v2 14/25] media: lirc: do not call rc_close() on unregistered devices
` [PATCH v2 15/25] media: lirc: create rc-core open and close lirc functions
` [PATCH v2 16/25] media: lirc: remove name from lirc_dev
` [PATCH v2 17/25] media: lirc: remove last remnants of lirc kapi
` [PATCH v2 18/25] media: lirc: implement reading scancode
` [PATCH v2 19/25] media: rc: ensure lirc device receives nec repeats
` [PATCH v2 20/25] media: lirc: document LIRC_MODE_SCANCODE
` [PATCH v2 21/25] media: lirc: introduce LIRC_SET_POLL_MODE
` [PATCH v2 22/25] media: lirc: scancode rc devices should have a lirc device too
` [PATCH v2 23/25] media: MAINTAINERS: remove lirc staging area
` [PATCH v2 24/25] media: MAINTAINERS: add entry for zilog_ir
` [PATCH v2 25/25] media: rc: nec decoder should not send both repeat and keycode
[PATCH v15 00/32] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
2017-10-09 14:20 UTC (28+ messages)
` [PATCH v15 01/32] v4l: async: Remove re-probing support
` [PATCH v15 02/32] v4l: async: Don't set sd->dev NULL in v4l2_async_cleanup
` [PATCH v15 03/32] v4l: async: fix unbind error in v4l2_async_notifier_unregister()
` [PATCH v15 04/32] v4l: async: Fix notifier complete callback error handling
` [PATCH v15 05/32] v4l: async: Correctly serialise async sub-device unregistration
` [PATCH v15 06/32] v4l: async: Use more intuitive names for internal functions
` [PATCH v15 07/32] v4l: async: Add V4L2 async documentation to the documentation build
` [PATCH v15 28/32] smiapp: Add support for flash and lens devices
` [PATCH v15 29/32] et8ek8: "
[PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2
2017-10-09 13:38 UTC (38+ messages)
` [PATCH 01/24] media: v4l2-dev.h: add kernel-doc to two macros
` [PATCH 02/24] media: v4l2-flash-led-class.h: add kernel-doc to two ancillary funcs
` [PATCH 03/24] media: v4l2-mediabus: use BIT() macro for flags
` [PATCH 04/24] media: v4l2-mediabus: convert flags to enums and document them
` [PATCH 05/24] media: v4l2-dev: convert VFL_TYPE_* into an enum
` [PATCH 06/24] media: i2c-addr.h: get rid of now unused defines
` [PATCH 07/24] media: get rid of i2c-addr.h
` [PATCH 08/24] media: v4l2-dev: document VFL_DIR_* direction defines
` [PATCH 09/24] media: v4l2-dev: document video_device flags
` [PATCH 10/24] media: v4l2-subdev: use kernel-doc markups to document subdev flags
` [PATCH 11/24] media: v4l2-subdev: create cross-references for ioctls
` [PATCH 12/24] media: v4l2-subdev: fix description of tuner.s_radio ops
` [PATCH 13/24] media: v4l2-subdev: better document IO pin configuration flags
` [PATCH 14/24] media: v4l2-subdev: convert frame description to enum
` [PATCH 15/24] media: v4l2-subdev: get rid of __V4L2_SUBDEV_MK_GET_TRY() macro
` [PATCH 16/24] media: v4l2-subdev: document remaining undocumented functions
` [PATCH 17/24] media: v4l2-subdev: fix a typo
` [PATCH 18/24] media: vb2-core: use bitops for bits
` [PATCH 19/24] media: vb2-core: Improve kernel-doc markups
` [PATCH 20/24] media: vb2-core: document remaining functions
` [PATCH 21/24] media: vb2-core: fix descriptions for VB2-only functions
` [PATCH 22/24] media: vb2: add cross references at memops and v4l2 kernel-doc markups
` [PATCH 23/24] media: v4l2-tpg*.h: move headers to include/media/tpg and merge them
` [PATCH 24/24] media: v4l2-tpg.h: rename color structs
[PATCH v3 00/17] kernel-doc: add supported to document nested structs/
2017-10-09 13:19 UTC (4+ messages)
[PATCH] [media] ov5645: I2C address change
2017-10-09 12:52 UTC (6+ messages)
[PATCH v11 0/4] Add Rockchip RGA V4l2 support
2017-10-09 12:52 UTC (8+ messages)
` [PATCH v11 1/4] rockchip/rga: v4l2 m2m support
` [PATCH v11 2/4] ARM: dts: rockchip: add RGA device node for RK3288
` [PATCH v11 3/4] arm64: dts: rockchip: add RGA device node for RK3399
` [PATCH v11 4/4] dt-bindings: Document the Rockchip RGA bindings
[PATCH 1/2] media: venus: fix wrong size on dma_free
2017-10-09 12:31 UTC (3+ messages)
` [PATCH 2/2] media: venus: venc: fix bytesused v4l2_plane field
[PATCH v14 00/28] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
2017-10-09 12:06 UTC (5+ messages)
` [PATCH v14 20/28] v4l: fwnode: Add a helper function to obtain device / integer references
[GIT PULL FOR v4.15] RC fixes
2017-10-09 11:50 UTC
[PATCH] media: v4l2-tpg: use __u16 instead of int for struct tpg_rbg_color16
2017-10-09 10:29 UTC (2+ messages)
[PATCH v3 0/5] media: atmel-isc: Rework the format list and clock provider
2017-10-09 10:01 UTC (6+ messages)
` [PATCH v3 3/5] media: atmel-isc: Enable the clocks during probe
[PATCH 00/19] lirc_dev modernisation
2017-10-09 9:45 UTC (4+ messages)
` [PATCH 07/19] lirc_dev: remove kmalloc in lirc_dev_fop_read()
[PATCH] media: rc: ir-spi needs OF
2017-10-09 8:46 UTC
[PATCH v4] drm/bridge/sii8620: add remote control support
2017-10-09 8:44 UTC (6+ messages)
[PATCH] uvcvideo: Apply flags from device to actual properties
2017-10-09 8:28 UTC (9+ messages)
IRREVOCABLE PAYMENT ORDER.pdf
2017-10-09 0:12 UTC
[RESEND PATCH] media: uvcvideo: Fix memory leak of uvc resources
2017-10-09 3:42 UTC
[PATCH] media: uvcvideo: Fix memory leak of uvc resources
2017-10-09 3:40 UTC
cron job: media_tree daily build: ERRORS
2017-10-09 3:29 UTC
[PATCH v8 1/3] media: dt: bindings: Add binding for tango HW IR decoder
2017-10-09 1:27 UTC (4+ messages)
` [PATCH v8 2/3] media: rc: Add tango keymap
` [PATCH v8 3/3] media: rc: Add driver for tango HW IR decoder
[PATCH] v4l2-dv-timings.h: fix polarity for 4k formats
2017-10-08 19:35 UTC (2+ messages)
[PATCH] media: rc: check for integer overflow
2017-10-08 18:18 UTC
[PATCH 0/2] staginng: atomisp: memory allocation cleanups
2017-10-08 9:24 UTC (3+ messages)
` [PATCH 1/2] staging: atomisp2: cleanup null check on memory allocation
` [PATCH 2/2] staging: atomisp: cleanup out of memory messages
cron job: media_tree daily build: ERRORS
2017-10-08 3:29 UTC
[PATCH] Staging: media: atomisp: pci: Eliminate use of typedefs for struct
2017-10-07 16:14 UTC (2+ messages)
` [Outreachy kernel] "
[PATCHv3 0/2] drm/bridge/adv7511: add CEC support
2017-10-07 10:46 UTC (3+ messages)
` [PATCHv3 1/2] dt-bindings: adi,adv7511.txt: document cec clock
` [PATCHv3 2/2] drm: adv7511/33: add HDMI CEC support
cron job: media_tree daily build: ERRORS
2017-10-07 3:29 UTC
[PATCH v5 0/3] [media] add IPU3 CIO2 CSI2 driver
2017-10-06 23:39 UTC (4+ messages)
` [PATCH v5 1/3] videodev2.h, v4l2-ioctl: add IPU3 raw10 color format
` [PATCH v5 2/3] doc-rst: add IPU3 raw10 bayer pixel format definitions
` [PATCH v5 3/3] intel-ipu3: cio2: Add new MIPI-CSI2 driver
[PATCH 0/2] Fix s5p-mfc lock contention in request firmware paths
2017-10-06 21:30 UTC (3+ messages)
` [PATCH 1/2] media: s5p-mfc: check for firmware allocation before requesting firmware
` [PATCH 2/2] media: s5p-mfc: fix lock confection - request_firmware() once and keep state
[PATCH v2 0/3] [media] add IPU3 CIO2 CSI2 driver
2017-10-06 19:19 UTC (4+ messages)
` [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver
[PATCH v3 0/2] Improve generic DT binding documentation for media devices
2017-10-06 17:29 UTC (3+ messages)
` [PATCH v3 1/2] dt: bindings: media: Document practices for DT bindings, ports, endpoints
[PATCH v4 0/3] [media] add IPU3 CIO2 CSI2 driver
2017-10-06 17:17 UTC (4+ messages)
` [PATCH v4 3/3] intel-ipu3: cio2: Add new MIPI-CSI2 driver
IMX CSI max pixel rate
2017-10-06 13:02 UTC (4+ messages)
[PATCH v4] staging: atomisp: add a driver for ov5648 camera sensor
2017-10-06 12:57 UTC (2+ messages)
[PATCH v7 0/7] document types of hardware control for V4L2
2017-10-06 12:48 UTC (8+ messages)
` [PATCH v7 1/7] media: add glossary.rst with a glossary of terms used at V4L2 spec
` [PATCH v7 4/7] media: open.rst: document devnode-centric and mc-centric types
` [PATCH v7 5/7] media: open.rst: Adjust some terms to match the glossary
[PATCH v7 1/3] media: dt: bindings: Add binding for tango HW IR decoder
2017-10-06 10:55 UTC (6+ messages)
` [PATCH v7 2/3] media: rc: Add driver "
` [PATCH v7 3/3] media: rc: Add tango keymap
[PATCH v2 1/2] staging: Introduce NVIDIA Tegra20 video decoder driver
2017-10-06 10:46 UTC (4+ messages)
[PATCH v6 0/7] document types of hardware control for V4L2
2017-10-06 10:23 UTC (3+ messages)
` [PATCH v6 2/7] media: open.rst: better document device node naming
[PATCH v5 0/7] document types of hardware control for V4L2
2017-10-06 8:15 UTC (9+ messages)
` [PATCH v5 1/7] media: add glossary.rst with a glossary of terms used at V4L2 spec
[PATCHv2 0/2] drm/bridge/adv7511: add CEC support
2017-10-06 8:08 UTC (4+ messages)
` [PATCHv2 2/2] drm: adv7511/33: add HDMI "
IT MAINTENANCE
2017-10-06 3:21 UTC
cron job: media_tree daily build: ERRORS
2017-10-06 3:29 UTC
(no subject)
2017-10-06 3:03 UTC
[PATCH 1/3] media: rc: gpio-ir-tx does not work without devicetree or gpiolib
2017-10-05 21:30 UTC (3+ messages)
` [PATCH 2/3] media: rc: pwm-ir-tx needs OF
` [PATCH 3/3] media: rc: hix5hd2 drivers "
[PATCH 00/18] use ARRAY_SIZE macro
2017-10-05 17:57 UTC (7+ messages)
[PATCH 0/4] RFC: TDA1997x HDMI video receiver
2017-10-05 17:06 UTC (4+ messages)
` [PATCH 2/4] media: dt-bindings: Add bindings for TDA1997X
platform: coda: how to use firmware-imx binary releases?
2017-10-05 16:00 UTC (9+ messages)
` platform: coda: how to use firmware-imx binary releases? / how to use VDOA on imx6?
i.MX6 CODA warning: vb2: counters for queue xxx, buffer y: UNBALANCED!
2017-10-05 14:02 UTC (2+ messages)
[ANN] Call for topics for the media mini-summit on Friday Oct 27 in Prague
2017-10-05 13:53 UTC (4+ messages)
[ragnatech:media-tree 2692/2696] drivers/media/rc/gpio-ir-recv.c:38:8: error: implicit declaration of function 'gpiod_get_value'
2017-10-05 12:40 UTC (5+ messages)
` [PATCH] media: rc: fix gpio-ir-receiver build failure
` [PATCH v2] "
[PATCH] [STABLE-4.13] [media] imx-media-of: avoid uninitialized variable warning
2017-10-05 12:32 UTC (2+ messages)
[PATCH v15 22/32] v4l: fwnode: Move KernelDoc documentation to the header
2017-10-05 12:03 UTC (2+ messages)
` [PATCH v15.1 "
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).