messages from 2020-12-03 12:52:09 to 2020-12-07 04:28:22 UTC [more...]
[PATCH 0/4] dt-bindings: media: eliminate yamllint warnings
2020-12-07 4:24 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: media: adv7604: "
` [PATCH 2/4] dt-bindings: media: nokia,smia: "
` [PATCH 3/4] dt-bindings: media: ov772x: "
` [PATCH 4/4] dt-bindings: media: imx214: "
[linux-next:master 9568/10966] drivers/media/i2c/ov02a10.c:537:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
2020-12-07 1:27 UTC
[PATCH] media: ti-vpe: cal: avoid FIELD_GET assertion
2020-12-06 23:57 UTC (2+ messages)
[PATCH v3 00/24] media: ti-vpe: cal: Add media controller support
2020-12-06 23:53 UTC (25+ messages)
` [PATCH v3 01/24] media: ti-vpe: cal: Create subdev for CAMERARX
` [PATCH v3 02/24] media: ti-vpe: cal: Drop cal_ctx m_fmt field
` [PATCH v3 03/24] media: ti-vpe: cal: Move format handling to cal.c and expose helpers
` [PATCH v3 04/24] media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
` [PATCH v3 05/24] media: ti-vpe: cal: Replace hardcoded BIT() value with macro
` [PATCH v3 06/24] media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
` [PATCH v3 07/24] media: ti-vpe: cal: Implement subdev ops for CAMERARX
` [PATCH v3 08/24] media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device code
` [PATCH v3 09/24] media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
` [PATCH v3 10/24] media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info
` [PATCH v3 11/24] media: ti-vpe: cal: Refactor interrupt enable/disable
` [PATCH v3 12/24] media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()
` [PATCH v3 13/24] media: ti-vpe: cal: Stop write DMA without disabling PPI
` [PATCH v3 14/24] media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping stream
` [PATCH v3 15/24] media: ti-vpe: cal: Share buffer release code between start and stop
` [PATCH v3 16/24] media: ti-vpe: cal: Drop V4L2_CAP_READWRITE
` [PATCH v3 17/24] media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()
` [PATCH v3 18/24] media: ti-vpe: cal: Remove DMA queue empty check at start streaming time
` [PATCH v3 19/24] media: ti-vpe: cal: Use list_first_entry()
` [PATCH v3 20/24] media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueue
` [PATCH v3 21/24] media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending buffer
` [PATCH v3 22/24] media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
` [PATCH v3 23/24] media: ti-vpe: cal: Simplify the context API
` [PATCH v3 24/24] media: ti-vpe: cal: Implement media controller centric API
[PATCH v2 000/108] media: ti-vpe: cal: Add media controller support
2020-12-06 23:24 UTC (4+ messages)
` [PATCH v2 108/108] media: ti-vpe: cal: Implement media controller centric API
[PATCH v4 00/16] media: Rework RGB and YUV pixel formats documentation
2020-12-06 23:03 UTC (17+ messages)
` [PATCH v4 01/16] media: videodev2.h: Remove unneeded comment about 4CC value
` [PATCH v4 02/16] media: videodev2.h: Move HI240 format to vendor-specific section
` [PATCH v4 03/16] media: videodev2.h: Move HM12 format to YUV semi-planar section
` [PATCH v4 04/16] media: doc: pixfmt-rgb: Remove layout table for packed RGB formats
` [PATCH v4 05/16] media: doc: pixfmt-rgb: Add title for deprecated formats
` [PATCH v4 06/16] media: doc: pixfmt-rgb: Clarify naming scheme for RGB formats
` [PATCH v4 07/16] media: doc: pixfmt-rgb: Make 8 bits per component table more compact
` [PATCH v4 08/16] media: doc: pixfmt-rgb: Replace '-' with 'X' to denote padding
` [PATCH v4 09/16] media: doc: pixfmt-yuv: Document subsampling in more details
` [PATCH v4 10/16] media: doc: pixfmt-yuv: Move all packed YUV formats to common file
` [PATCH v4 11/16] media: doc: pixfmt-packed-yuv: Fill padding bits with 'X'
` [PATCH v4 12/16] media: doc: pixfmt-packed-yuv: Express 4:4:4 formats in a more compact way
` [PATCH v4 13/16] media: doc: pixfmt-packed-yuv: Clarify naming scheme for 4:4:4 formats
` [PATCH v4 14/16] media: doc: pixfmt-yuv: Move all luma-only YUV formats to common file
` [PATCH v4 15/16] media: doc: pixfmt-yuv: Move all semi-planar "
` [PATCH v4 16/16] media: doc: pixfmt-yuv: Move all planar "
[PATCH v2 1/3] media: i2c: imx219: add support for specifying clock-frequencies
2020-12-06 17:27 UTC (3+ messages)
` [PATCH v2 2/3] media: dt-bindings: media: i2c: imx219: document clock-frequency property
` [PATCH v2 3/3] arm64: dts: update device trees to specify clock-frequency in imx219 node
[PATCH 1/3] media: i2c: imx219: add support for specifying clock-frequencies
2020-12-06 17:20 UTC (7+ messages)
` [PATCH 2/3] media: dt-bindings: media: i2c: imx219: document clock-frequency property
` [PATCH 3/3] arm64: dts: update device trees to specify clock-frequency in imx219 node
[PATCH v2 0/4] Add random IR and AUD encoder controls
2020-12-06 10:27 UTC (5+ messages)
` [PATCH v2 1/4] media: v4l2-ctrls: Add intra-refresh period control
` [PATCH v2 2/4] venus: venc: Add support for intra-refresh period
` [PATCH v2 3/4] media: v4l2-ctrls: Add control for AUD generation
` [PATCH v2 4/4] venus: venc: Add support for AUD NALU control
[PATCH] media: rkisp1: Add the enum_frame_size ioctl
2020-12-06 5:39 UTC
[PATCH 0/5] fix dt_binding_check warnings
2020-12-06 5:32 UTC (8+ messages)
` [PATCH 1/5] media: dt-bindings: add the required property 'additionalProperties'
` [PATCH 2/5] dt-bindings: serial: "
` [PATCH 3/5] dt-bindings: soc: "
` [PATCH 4/5] dt-bindings: devapc: "
` [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led
[PATCH 0/1] dt-bindings: eliminate yamllint warnings
2020-12-06 5:18 UTC (6+ messages)
` [PATCH 1/1] "
cron job: media_tree daily build: ERRORS
2020-12-06 4:39 UTC
[PATCH v3 0/6] ARM: dts: sun8i: v3s: Enable video decoder
2020-12-05 16:32 UTC (6+ messages)
` [PATCH v3 3/6] ARM: dts: sun8i: v3s: Add node for system control
KMSAN: uninit-value in dvb_usb_adapter_dvb_init (2)
2020-12-05 9:57 UTC (2+ messages)
cron job: media_tree daily build: ERRORS
2020-12-05 4:44 UTC
[PATCH v2 0/4] Venus encoder improvements
2020-12-05 2:44 UTC (6+ messages)
` [PATCH v2 1/4] venus: venc: Init the session only once in queue_setup
` [PATCH v2 2/4] venus: Limit HFI sessions to the maximum supported
` [PATCH v2 3/4] media: venus: request for interrupt from venus
` [PATCH v2 4/4] venus: hfi: Correct session init return error
[PATCH] staging:rkvdec: Fixed "replace comma with semicolon" Warning:
2020-12-05 0:16 UTC (2+ messages)
[PATCH] staging:hantro: Fixed "replace comma with semicolon" Warning:
2020-12-04 23:51 UTC
[PATCH][next] media: rcar-vin: fix return, use ret instead of zero
2020-12-04 21:04 UTC (2+ messages)
[ragnatech:media-tree] BUILD SUCCESS 63288c829b1a5991d8f8c15cab596108ed206ba6
2020-12-04 18:15 UTC
[PATCH 01/11] drivers: staging: speakup: remove unneeded MODULE_VERSION() call
2020-12-04 15:47 UTC (7+ messages)
` [PATCH 03/11] drivers: staging: gdm724x: "
` [PATCH 04/11] drivers: staging: goldfish: "
` [PATCH 05/11] drivers: staging: media: "
[PATCH] media: mtk-vcodec: add remoteproc dependency
2020-12-04 15:41 UTC (3+ messages)
[PATCH v2 0/2] IMX334 Camera Sensor Driver
2020-12-04 15:10 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: media: Add bindings for imx334
` [PATCH v2 2/2] media: i2c: Add imx334 camera sensor driver
[PATCH 0/2] Subdev link validation and format documentation improvements
2020-12-04 15:06 UTC (6+ messages)
` [PATCH 2/2] Documentation: v4l: Document that link_validate op is valid for sink only
[PATCH v5 00/10] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
2020-12-04 14:32 UTC (5+ messages)
` [PATCH v5 07/10] media: Add parsing for APP14 data segment in jpeg helpers
` [EXT] "
[PATCH 0/4] MFC private ctrls to std ctrls
2020-12-04 13:13 UTC (4+ messages)
` [PATCH 1/4] v4l2-ctrl: Make display delay and display enable std controls
[PATCH v3 00/13] tegra-video: Add support for capturing from HDMI-to-CSI bridge
2020-12-04 12:49 UTC (16+ messages)
` [PATCH v3 01/13] media: tegra-video: Use zero crop settings if subdev has no get_selection
` [PATCH v3 02/13] media: tegra-video: Enable VI pixel transform for YUV and RGB formats
` [PATCH v3 03/13] media: tegra-video: Fix V4L2 pixel format RGB and YUV
` [PATCH v3 04/13] media: tegra-video: Add support for V4L2_PIX_FMT_NV16
` [PATCH v3 05/13] media: tegra-video: Add DV timing support
` [PATCH v3 06/13] media: tegra-video: Add support for EDID ioctl ops
` [PATCH v3 07/13] media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctl
` [PATCH v3 08/13] media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGE
` [PATCH v3 09/13] media: tegra-video: Implement V4L2 device notify callback
` [PATCH v3 10/13] media: v4l2-fwnode: Update V4L2_FWNODE_CSI2_MAX_DATA_LANES to 8
` [PATCH v3 11/13] dt-bindings: tegra: Update csi data-lanes to maximum 8 lanes
` [PATCH v3 12/13] media: tegra-video: Add support for x8 captures with gang ports
` [PATCH v3 13/13] media: tegra-video: Add custom V4L2 control V4L2_CID_TEGRA_SYNCPT_TIMEOUT_RETRY
[GIT PULL for 5.11] Some fixes to the recently merged stuff
2020-12-04 12:25 UTC (2+ messages)
` [GIT PULL for 5.11] Some fixes to the recently merged stuff (#69768)
[PATCH 1/1] ccs: Fix return value from probe
2020-12-04 11:49 UTC
media: i2c: add OV02A10 image sensor driver
2020-12-04 11:45 UTC (7+ messages)
[PATCH v2 0/2] dt-bindings: media: Convert video-interfaces.txt to schemas
2020-12-04 11:21 UTC (7+ messages)
` [PATCH v2 1/2] media: dt-bindings: Convert video-interfaces.txt properties "
Build failed in Jenkins: media-build #3315
2020-12-04 9:22 UTC (2+ messages)
` Jenkins build is back to normal : media-build #3316
[PATCH v2 0/7] drm/vram-helper: Lock GEM BOs while they are mapped
2020-12-04 8:47 UTC (14+ messages)
` [PATCH v2 1/7] drm/ast: Don't pin cursor source BO explicitly during update
` [PATCH v2 2/7] drm/ast: Only map cursor BOs during updates
` [PATCH v2 3/7] drm/vram-helper: Move BO locking from vmap code into callers
` [PATCH v2 4/7] drm/vram-helper: Remove pinning from drm_gem_vram_{vmap,vunmap}()
` [PATCH v2 5/7] drm/vram-helper: Remove vmap reference counting
` [PATCH v2 6/7] drm/vram-helper: Simplify vmap implementation
` [PATCH v2 7/7] dma-buf: Write down some rules for vmap usage
[PATCH] media: smiapp: Fix error return code in smiapp_probe()
2020-12-04 8:30 UTC
[PATCH] media: mtk-vcodec: fix error return code in vdec_vp9_decode()
2020-12-04 8:29 UTC
[PATCH] media: aspeed: fix error return code in aspeed_video_setup_video()
2020-12-04 8:27 UTC
[PATCH] media: i2c: fix an uninitialized error code
2020-12-04 8:22 UTC (3+ messages)
[PATCH] [v2] media: i2c: fix an uninitialized error code
2020-12-04 8:20 UTC
cron job: media_tree daily build: ERRORS
2020-12-04 4:39 UTC
[ragnatech:media-tree] BUILD SUCCESS fb1f3a1befdb43a40255d35d50ac49a332232fc0
2020-12-04 4:11 UTC
[PATCH] media: rc: select CONFIG_BITREVERSE where needed
2020-12-03 23:17 UTC
[PATCH] media: smiapp: avoid printing an uninitialized variable
2020-12-03 22:55 UTC (2+ messages)
[PATCH] Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"
2020-12-03 20:15 UTC (2+ messages)
[PATCH v5 0/7] media: v4l2: Add extended fmt and buffer ioctls
2020-12-03 19:52 UTC (8+ messages)
` [PATCH v5 2/7] media: v4l2: Add extended buffer operations
[PATCH v4 0/5] media: staging: Add bcm2835-unicam driver
2020-12-03 17:50 UTC (17+ messages)
` [PATCH v4 1/5] media: uapi: Add MEDIA_BUS_FMT_CUSTOM_SENSOR_DATA
` [PATCH v4 2/5] dt-bindings: media: Document BCM283x CSI2/CCP2 receiver
` [PATCH v4 3/5] media: bcm2835-unicam: Driver for CCP2/CSI2 camera interface
[PATCH v2] media: dt-bindings: coda: Add missing 'additionalProperties'
2020-12-03 15:57 UTC (4+ messages)
[GIT PULL for 5.11] CCS PLL feature support improvements
2020-12-03 15:46 UTC (2+ messages)
` [GIT PULL for 5.11] CCS PLL feature support improvements (#69730)
[PATCH] media: dt-bindings: schema indentation fixes
2020-12-03 15:11 UTC (2+ messages)
[GIT PULL for 5.11] Revert a DT binding update patch that requires changes
2020-12-03 14:38 UTC (2+ messages)
` [GIT PULL for 5.11] Revert a DT binding update patch that requires (#69729)
[PATCH] media: vidtv: fix use after free in vidtv_channel_si_destroy()
2020-12-03 13:30 UTC (2+ messages)
[PATCH 00/18] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
2020-12-03 12:57 UTC (11+ messages)
` [PATCH 18/18] ipu3: Add driver for dummy INT3472 ACPI device
[PATCH] media: pixfmt-meta-rkisp1.rst: fix two build warnings
2020-12-03 12:56 UTC
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).