Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2020-07-03 07:46:52 to 2020-07-06 18:38:36 UTC [more...]

[PATCH v2 000/108] media: ti-vpe: cal: Add media controller support
 2020-07-06 18:36 UTC  (69+ messages)
` [PATCH v2 001/108] media: ti-vpe: cal: Sort headers alphabetically
` [PATCH v2 002/108] media: ti-vpe: cal: Avoid function forward declaration
` [PATCH v2 003/108] media: ti-vpe: cal: Decouple CSI2 port and CPORT
` [PATCH v2 004/108] media: ti-vpe: cal: Index CSI-2 port starting at 0
` [PATCH v2 005/108] media: ti-vpe: cal: Index IRQ registersstarting "
` [PATCH v2 006/108] media: ti-vpe: cal: Merge all status variables in IRQ handler
` [PATCH v2 007/108] media: ti-vpe: cal: Inline CAL_VERSION macro in its only user
` [PATCH v2 008/108] media: ti-vpe: cal: Turn reg_(read|write)_field() into inline functions
` [PATCH v2 009/108] media: ti-vpe: cal: Make cal_formats array const
` [PATCH v2 010/108] media: ti-vpe: cal: Remove needless variable initialization
` [PATCH v2 011/108] media: ti-vpe: cal: Remove needless casts
` [PATCH v2 012/108] media: ti-vpe: cal: Turn boolean variable into bool
` [PATCH v2 013/108] media: ti-vpe: cal: Make loop indices unsigned where applicable
` [PATCH v2 014/108] media: ti-vpe: cal: Embed base_fields array in struct cal_csi2_phy
` [PATCH v2 015/108] media: ti-vpe: cal: Don't modify cal_csi2_phy base_fields
` [PATCH v2 016/108] media: ti-vpe: cal: Store PHY regmap fields in struct cc_data
` [PATCH v2 017/108] media: ti-vpe: cal: Rename cal_csi2_phy base_fields to fields
` [PATCH v2 018/108] media: ti-vpe: cal: Make structure fields unsigned where applicable
` [PATCH v2 019/108] media: ti-vpe: cal: Constify platform data
` [PATCH v2 020/108] media: ti-vpe: cal: Remove static const cal_regmap_config template
` [PATCH v2 021/108] media: ti-vpe: cal: Remove unused structure fields
` [PATCH v2 022/108] media: ti-vpe: cal: Remove flags field from struct cal_dev
` [PATCH v2 023/108] media: ti-vpe: cal: Move function to avoid forward declaration
` [PATCH v2 024/108] media: ti-vpe: cal: Rename cc_data to cal_camerarx
` [PATCH v2 025/108] media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_data
` [PATCH v2 026/108] media: ti-vpe: cal: Name all cal_dev pointers consistently
` [PATCH v2 027/108] media: ti-vpe: cal: Name all cal_camerarx "
` [PATCH v2 028/108] media: ti-vpe: cal: Remove internal phy structure from cal_camerarx
` [PATCH v2 029/108] media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarx
` [PATCH v2 030/108] media: ti-vpe: cal: Use dev_* print macros
` [PATCH v2 031/108] media: ti-vpe: cal: Add print macros for the cal_camerarx instances
` [PATCH v2 032/108] media: ti-vpe: cal: Store sensor-related data in cal_camerarx
` [PATCH v2 033/108] media: ti-vpe: cal: Create consistent naming for CAMERARX functions
` [PATCH v2 034/108] media: ti-vpe: cal: Group CAMERARX-related functions together
` [PATCH v2 035/108] media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its caller
` [PATCH v2 036/108] media: ti-vpe: cal: Create consistent naming for context functions
` [PATCH v2 037/108] media: ti-vpe: cal: Reorganize remaining code in sections
` [PATCH v2 038/108] media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index
` [PATCH v2 039/108] media: ti-vpe: cal: Use correct device name for bus_info
` [PATCH v2 040/108] media: ti-vpe: cal: Get struct device without going through v4l2_device
` [PATCH v2 041/108] media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()
` [PATCH v2 042/108] media: ti-vpe: cal: Use a loop to create CAMERARX and context instances
` [PATCH v2 043/108] media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field
` [PATCH v2 044/108] media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function
` [PATCH v2 045/108] media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()
` [PATCH v2 046/108] media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller
` [PATCH v2 047/108] media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections
` [PATCH v2 048/108] media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()
` [PATCH v2 049/108] media: ti-vpe: cal: Hardcode virtual channel to 0
` [PATCH v2 050/108] media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF
` [PATCH v2 051/108] media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()
` [PATCH v2 052/108] media: ti-vpe: cal: Decouple control handler from v4l2_device
` [PATCH v2 053/108] media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev
` [PATCH v2 054/108] media: ti-vpe: cal: Split video device initialization and registration
` [PATCH v2 055/108] media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions
` [PATCH v2 056/108] media: ti-vpe: cal: Unregister video device before cleanup
` [PATCH v2 057/108] media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX
` [PATCH v2 058/108] media: ti-vpe: cal: Move DT parsing to CAMERARX
` [PATCH v2 059/108] media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value
` [PATCH v2 060/108] media: ti-vpe: cal: Move all sensor-related init to .bound() notifier
` [PATCH v2 061/108] media: ti-vpe: cal: Allow multiple contexts per subdev notifier
` [PATCH v2 062/108] media: ti-vpe: cal: Move async notifiers from contexts to cal_dev
` [PATCH v2 063/108] media: ti-vpe: cal: Replace context with phy in async notifier entries
` [PATCH v2 064/108] media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()
` [PATCH v2 065/108] media: ti-vpe: cal: Decouple context and phy cleanup at remove time
` [PATCH v2 066/108] media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c
` [PATCH v2 067/108] media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macros
` [PATCH v2 068/108] media: ti-vpe: cal: Replace number of ports numerical value by macro

[PATCH] media: uvcvideo: Ensure all probed info is returned to v4l2
 2020-07-06 18:28 UTC  (2+ messages)

[RFC PATCH v2 00/18] Support for Tegra video capture from external sensor
 2020-07-06 16:53 UTC  (10+ messages)
` [RFC PATCH v2 11/18] media: tegra-video: Add support for external sensor capture
` [RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

[PATCH -next] drm/amdgpu: remove set but not used variable 'adev'
 2020-07-06 16:06 UTC  (2+ messages)

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-06 15:48 UTC  (25+ messages)
` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: "
` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: "
` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: "
` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: "
` [PATCH 06/17] Documentation/driver-api: generic-counter: "
` [PATCH 07/17] Documentation/driver-api: iio/buffers: "
` [PATCH 08/17] Documentation/driver-api: media/cec-core: "
` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: "
` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: "
` [PATCH 11/17] Documentation/driver-api: driver-model/platform: "
` [PATCH 12/17] Documentation/driver-api: ntb: "
` [PATCH 13/17] Documentation/driver-api: nvdimm: "
` [PATCH 14/17] Documentation/driver-api: uio-howto: "
` [PATCH 15/17] Documentation/driver-api: usb/URB: "
` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

[PATCH] venus: move platform specific data to platform file
 2020-07-06 15:37 UTC  (2+ messages)

[PATCH] venus: Add platform specific capabilities
 2020-07-06 15:37 UTC  (2+ messages)

[PATCH 0/4] media: staging: rkisp1: fixes related to the uapi lsc struct
 2020-07-06 14:16 UTC  (4+ messages)
` [PATCH 1/4] media: staging: rkisp1: remove two unused fields in uapi struct

[PATCH v2 00/18] media: mtk-vcodec: venc: support for MT8183 and v4l2-compliance fixes
 2020-07-06 12:41 UTC  (5+ messages)
` [PATCH v2 16/18] media: mtk-vcodec: venc: make S_PARM return -ENOTTY for CAPTURE queue

[PATCH RFC v4 0/1] Virtio Video Device Specification
 2020-07-06 10:49 UTC  (9+ messages)

[PATCH 0/2] media: hantro/rkvdec handle unsupported H.264 bitstreams
 2020-07-06  9:45 UTC  (3+ messages)
` [PATCH 1/2] rkvdec: h264: Refuse to decode unsupported bitstream

[PATCH] media: cros-ec-cec: disable the device wakeup on remove
 2020-07-06  9:00 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2020-07-06  3:36 UTC 

[ragnatech:media-tree] BUILD SUCCESS 6f01dfb760c027d5dd6199d91ee9599f2676b5c6
 2020-07-05 20:31 UTC 

[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
 2020-07-05 20:02 UTC  (16+ messages)
` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word
` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: "
` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words
` [PATCH 04/13] Documentation/admin-guide: media/building: "
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: "
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 08/13] Documentation/admin-guide: arm-ccn: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "

[PATCH 0/4] Make Frame Skip Mode control a standard
 2020-07-05 15:29 UTC  (6+ messages)
` [PATCH 1/4] media: v4l2-ctrl: Add frame-skip std encoder control
` [PATCH 2/4] venus: venc: Add support for frame-skip mode v4l2 control
` [PATCH 3/4] media: s5p-mfc: Use standard frame skip mode control
` [PATCH 4/4] media: docs: Depricate mfc frame skip control

[PATCH v10 0/3] media: Add colors' order and other info over test image
 2020-07-05 13:53 UTC  (4+ messages)
` [PATCH v10 1/3] media: tpg: change char argument to const char
` [PATCH v10 2/3] media: tpg: Add function to return colors' order of test image
` [PATCH v10 3/3] media: vimc: Add a control to display info on "

[PATCH] Replace HTTP links with HTTPS ones: Xilinx video IP cores
 2020-07-05  7:55 UTC 

cron job: media_tree daily build: ERRORS
 2020-07-05  3:43 UTC 

[FYI] Unaligned memory access in DVB-X code causes immediate kernel panic on arm 32-bit
 2020-07-04 19:23 UTC  (2+ messages)

[PATCH 0/9] media: mtk-vcodec: vdec: support for MT8183
 2020-07-04 12:36 UTC  (4+ messages)
` [PATCH 4/9] media: add Mediatek's MM21 format

cron job: media_tree daily build: ERRORS
 2020-07-04  3:42 UTC 

[PATCH 00/11] Documentation: userspace-api/media: eliminate duplicated words
 2020-07-04  0:10 UTC  (13+ messages)
` [PATCH 01/11] Documentation: userspace-api/media: dvb/audio: drop doubled word
` [PATCH 02/11] Documentation: userspace-api/media: dvb/ca: "
` [PATCH 03/11] Documentation: userspace-api/media: dvb/demux: "
` [PATCH 04/11] Documentation: userspace-api/media: dvb/dmx-qbuf: "
` [PATCH 05/11] Documentation: userspace-api/media: dvb/net: "
` [PATCH 06/11] Documentation: userspace-api/media: dvb/video: "
` [PATCH 07/11] Documentation: userspace-api/media: dvb/audio: "
` [PATCH 08/11] Documentation: userspace-api/media: v4l/selection-api-config: "
` [PATCH 09/11] Documentation: userspace-api/media: v4l/vidioc-g-ext-ctrls: "
` [PATCH 10/11] Documentation: userspace-api/media: v4l/vidioc-g-output: "
` [PATCH 11/11] Documentation: userspace-api/media: v4l/vidioc-qbuf: "

[PATCH v5 0/7] v4l2: add support for colorspace conversion API (CSC) for video capture and subdevices
 2020-07-03 22:35 UTC  (12+ messages)
` [PATCH v5 1/7] media: Documentation: v4l: move table of v4l2_pix_format(_mplane) flags to pixfmt-v4l2.rst
` [PATCH v5 2/7] v4l2: add support for colorspace conversion API (CSC) for video capture
` [PATCH v5 3/7] media: vivid: Add support to the CSC API
` [PATCH v5 4/7] v4l2: extend the CSC API to subdevice
` [PATCH v5 5/7] media: v4l2: add support for the subdev CSC API for hsv_enc on mediabus
` [PATCH v5 6/7] media: staging: rkisp1: allow quantization setting by userspace on the isp source pad
` [PATCH v5 7/7] media: staging: rkisp1: rsz: set flags to 0 in enum_mbus_code cb

[PATCH 0/9] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2020-07-03 19:34 UTC  (14+ messages)
` [PATCH 3/9] media: rkvdec: h264: Fix pic width and height in mbs
` [PATCH 7/9] media: rkvdec: h264: Use bytesperline and buffer height to calculate stride
` [PATCH 8/9] media: rkvdec: Add validate_fmt ops for pixelformat validation

[PATCH v4l-utils v5 0/4] v4l2-ctl: add support to the CSC API
 2020-07-03 18:02 UTC  (5+ messages)
` [PATCH v4l-utils v5 1/4] v4l2-ctl: vidcap: Add support for "
` [PATCH v4l-utils v5 2/4] v4l2: common: add the flags V4L2_FMT_FLAG_CSC* to the list that maps flags to str
` [PATCH v4l-utils v5 3/4] v4l2-ctl: subdev: Add support for the CSC API in the subdevices
` [PATCH v4l-utils v5 4/4] v4l2-ctl: subdev: Add the flags to the list of supported mbus formats

[PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1
 2020-07-03 16:33 UTC  (12+ messages)
` [PATCH 20/25] media: ov5647: Program mode only if it has changed

[PATCH v10 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286
 2020-07-03 13:33 UTC  (2+ messages)
` [PATCH v10.1] "

[PATCHv2] imx274: fix frame interval handling
 2020-07-03  9:53 UTC  (2+ messages)

[PATCH] imx274: fix frame interval handling
 2020-07-03  9:50 UTC  (4+ messages)

[linux-next:master 2656/5054] drivers/media/rc/ir_toy.c:410:6: warning: Variable 'err' is reassigned a value before the old one has been used
 2020-07-03  8:21 UTC  (2+ messages)

[PATCH V10 0/2] media: i2c: Add support for DW9768 VCM
 2020-07-03  8:04 UTC  (3+ messages)
` [PATCH V10 1/2] media: dt-bindings: media: i2c: Document DW9768 bindings
` [PATCH V10 2/2] media: i2c: dw9768: Add DW9768 VCM driver

[PATCH v2 0/4] media: introduce microchip csi2dc driver
 2020-07-03  7:44 UTC  (4+ messages)
` [PATCH v2 2/4] media: misc: introduce miscellaneous menu for helper chips
` [PATCH v2 3/4] media: misc: introduce microchip_csi2dc driver
` [PATCH v2 4/4] MAINTAINERS: add microchip csi2dc


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox