messages from 2020-12-04 10:03:36 to 2020-12-08 04:41:27 UTC [more...]
cron job: media_tree daily build: ERRORS
2020-12-08 4:40 UTC
[PATCH 0/2] Fix kernel panic issues caused by AST2500 Video Engine
2020-12-08 2:44 UTC (6+ messages)
` [PATCH 1/2] clk: ast2600: fix reset settings for eclk and vclk
` [PATCH 2/2] media: aspeed: fix clock handling logic
[PATCH v2 000/108] media: ti-vpe: cal: Add media controller support
2020-12-07 23:55 UTC (6+ messages)
` [PATCH v2 108/108] media: ti-vpe: cal: Implement media controller centric API
[PATCH v3 00/24] media: ti-vpe: cal: Add media controller support
2020-12-07 23:51 UTC (27+ 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 0/4] dt-bindings: media: eliminate yamllint warnings
2020-12-07 23:01 UTC (8+ messages)
` [PATCH 1/4] dt-bindings: media: adv7604: "
` [PATCH 2/4] dt-bindings: media: nokia,smia: "
` [PATCH 2/4] dt-bindings: media: nokia, smia: "
` [PATCH 3/4] dt-bindings: media: ov772x: "
` [PATCH 4/4] dt-bindings: media: imx214: "
[PATCH 0/5] fix dt_binding_check warnings
2020-12-07 23:00 UTC (12+ 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 v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
2020-12-07 22:01 UTC (6+ messages)
[PATCH 00/24] Additional CCS feature support
2020-12-07 21:15 UTC (25+ messages)
` [PATCH 01/24] ccs: Add digital gain support
` [PATCH 02/24] ccs: Add support for old-style SMIA digital gain
` [PATCH 03/24] ccs: Remove analogue gain field
` [PATCH 04/24] ccs: Only add analogue gain control if the device supports it
` [PATCH 05/24] v4l: uapi: Add user control base for CCS controls
` [PATCH 06/24] Documentation: ccs: Add user documentation for the CCS driver
` [PATCH 07/24] v4l: uapi: ccs: Add controls for analogue gain constants
` [PATCH 08/24] ccs: Add support for analogue gain coefficient controls
` [PATCH 09/24] v4l: uapi: ccs: Add controls for CCS alternative analogue gain
` [PATCH 10/24] ccs: Add support for alternate analogue global gain
` [PATCH 11/24] ccs: Add debug prints for MSR registers
` [PATCH 12/24] v4l: uapi: ccs: Add CCS controls for shading correction
` [PATCH 13/24] ccs: Add shading correction and luminance correction level controls
` [PATCH 14/24] ccs: Get the endpoint by port rather than any next endpoint
` [PATCH 15/24] ccs: Don't change the I²C address just for software reset
` [PATCH 16/24] ccs: Only do software reset if we have no hardware reset
` [PATCH 17/24] ccs: Wait until software reset is done
` [PATCH 18/24] ccs: Hardware requires a delay after starting the clock of lifting reset
` [PATCH 19/24] ccs: Add a sanity check for external clock frequency
` [PATCH 20/24] ccs: Support and default to auto PHY control
` [PATCH 21/24] Documentation: Include CCS PLL calculator to CCS driver documentation
` [PATCH 22/24] ccs-pll: Switch from standard integer types to kernel ones
` [PATCH 23/24] ccs: "
` [PATCH 24/24] Revert "media: ccs-pll: Fix MODULE_LICENSE"
[PATCH 0/2] Subdev link validation and format documentation improvements
2020-12-07 20:39 UTC (7+ messages)
` [PATCH 2/2] Documentation: v4l: Document that link_validate op is valid for sink only
[PATCH 00/12] media: atomisp: Codingstyle
2020-12-07 19:26 UTC (13+ messages)
` [PATCH 01/12] media: atomsip: Convert comments to C99 initializers
` [PATCH 02/12] media: atomisp: Fix Block Comments
` [PATCH 03/12] media: atomisp: Fix EMBEDDED_FUNCTION_NAME warning
` [PATCH 04/12] media: atomisp: Fix OPEN_ENDED_LINE
` [PATCH 05/12] media: atomisp: Fix overlong line
` [PATCH 06/12] media: atomisp: Add parentheses
` [PATCH 07/12] media: atomisp: Fix funciton decleration
` [PATCH 08/12] media: atomisp: Delete braces
` [PATCH 09/12] media: atomisp: Fix PARENTHESIS_ALIGNMENT
` [PATCH 10/12] media: atomisp: Fix BLOCK_COMMENT_STYLE
` [PATCH 11/12] media: atomisp: Write function decleration in one line
` [PATCH 12/12] media: atomisp: Fix LOGICAL_CONTINUATIONS
[PATCH v4 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
2020-12-07 19:02 UTC (2+ messages)
[PATCH v2] media: rkisp1: Add the enum_frame_size ioctl
2020-12-07 18:43 UTC
[PATCH v3] venus: core: add support to dump FW region
2020-12-07 18:13 UTC (2+ messages)
[PATCH] media: rkisp1: Add the enum_frame_size ioctl
2020-12-07 18:01 UTC (3+ messages)
Bug on qv4l2
2020-12-07 16:47 UTC
[PATCH v3 0/2] IMX334 Camera Sensor Driver
2020-12-07 16:01 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: Add bindings for imx334
` [PATCH v3 2/2] media: i2c: Add imx334 camera sensor driver
[PATCH] imx274: remove composition support, add V4L2_SEL_TGT_CROP_DEFAULT
2020-12-07 14:53 UTC (5+ messages)
[PATCH] media: dt-bindings: schema indentation fixes
2020-12-07 14:12 UTC (2+ messages)
[PATCH] media: i2c: ov02a10: fix an uninitialized return
2020-12-07 13:14 UTC (2+ messages)
[GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support
2020-12-07 12:36 UTC (3+ messages)
` [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837)
[GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation
2020-12-07 12:24 UTC (3+ messages)
` [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836)
[GIT PULL for 5.11] Some fixes to the recently merged stuff
2020-12-07 12:12 UTC (3+ messages)
` [GIT PULL for 5.11] Some fixes to the recently merged stuff (#69768)
[GIT PULL for 5.11] CCS PLL feature support improvements
2020-12-07 12:09 UTC (2+ messages)
` [GIT PULL for 5.11] CCS PLL feature support improvements (#69730)
[GIT PULL for 5.11] Revert a DT binding update patch that requires changes
2020-12-07 11:54 UTC (2+ messages)
` [GIT PULL for 5.11] Revert a DT binding update patch that requires (#69729)
[GIT PULL FOR v5.11] Various fixes and a new meson driver
2020-12-07 11:49 UTC (2+ messages)
` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706)
[PATCH v3 00/13] tegra-video: Add support for capturing from HDMI-to-CSI bridge
2020-12-07 10:47 UTC (6+ messages)
` [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 1/3] media: i2c: imx219: add support for specifying clock-frequencies
2020-12-07 9:46 UTC (9+ 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/3] HDR10 static metadata
2020-12-07 9:21 UTC (5+ messages)
` [PATCH v2 1/3] v4l: Add HDR10 static metadata controls
[PATCH v3] usb: gadget: uvc: fix multiple opens
2020-12-07 8:53 UTC (3+ messages)
` [PATCH v4] "
[PATCH] staging:hantro: Fixed "replace comma with semicolon" Warning:
2020-12-07 7:01 UTC (2+ messages)
[PATCH] media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
2020-12-07 6:16 UTC
[PATCH v2 1/3] media: i2c: imx219: add support for specifying clock-frequencies
2020-12-07 5:59 UTC (4+ 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
[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 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 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 0/1] dt-bindings: eliminate yamllint warnings
2020-12-06 5:18 UTC (5+ 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][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 (3+ messages)
` [PATCH 04/11] drivers: staging: goldfish: "
[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 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 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 (5+ 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 "
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).