linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 06:15:22 to 2020-12-18 20:44:09 UTC [more...]

[PATCH v2 00/12] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-18 20:42 UTC  (20+ messages)
` [PATCH v2 01/12] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v2 02/12] property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v2 03/12] property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH v2 04/12] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v2 05/12] software_node: unregister software_nodes in reverse order
` [PATCH v2 06/12] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v2 07/12] lib/test_printf.c: Use helper function to unwind array of software_nodes
` [PATCH v2 08/12] ipu3-cio2: Add T: entry to MAINTAINERS
` [PATCH v2 09/12] ipu3-cio2: Rename ipu3-cio2.c
` [PATCH v2 10/12] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
` [PATCH v2 11/12] acpi: Add acpi_dev_get_next_match_dev() and helper macro
` [PATCH v2 12/12] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

[PATCH v2 0/2] dt-bindings: media: Convert video-interfaces.txt to schemas
 2020-12-18 18:19 UTC  (18+ messages)
` [PATCH v2 1/2] media: dt-bindings: Convert video-interfaces.txt properties "
` [PATCH v3 0/2] dt-bindings: media: Convert video-interfaces.txt "
` [PATCH v3 1/2] media: dt-bindings: Convert video-interfaces.txt properties "
` [PATCH v3 2/2] dt-bindings: media: Use graph and video-interfaces schemas

Fwd: Working UVC device
 2020-12-18 15:40 UTC  (2+ messages)
  `  "

[PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2020-12-18 14:45 UTC  (24+ messages)
` [PATCH 02/15] drm/vc4: hdmi: Move hdmi reset to bind
` [PATCH 04/15] drm/vc4: hdmi: Fix up CEC registers
` [PATCH 05/15] drm/vc4: hdmi: Restore cec physical address on reconnect
` [PATCH 06/15] drm/vc4: hdmi: Compute the CEC clock divider from the clock rate
` [PATCH 07/15] drm/vc4: hdmi: Update the CEC clock divider on HSM rate change
` [PATCH 08/15] drm/vc4: hdmi: Introduce a CEC clock
` [PATCH 11/15] drm/vc4: hdmi: Remove cec_available flag
` [PATCH 12/15] drm/vc4: hdmi: Don't register the CEC adapter if there's no interrupts

[RFC][PATCH 1/3] dma-buf: heaps: Add deferred-free-helper library code
 2020-12-18 14:36 UTC  (4+ messages)
` [RFC][PATCH 2/3] dma-buf: system_heap: Add pagepool support to system heap
` [RFC][PATCH 3/3] dma-buf: system_heap: Add deferred freeing to the "

[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-12-18 13:51 UTC  (61+ messages)
` [PATCH v2 01/48] dt-bindings: memory: tegra20: emc: Replace core regulator with power domain
` [PATCH v2 02/48] dt-bindings: memory: tegra30: "
` [PATCH v2 03/48] dt-bindings: memory: tegra124: "
` [PATCH v2 04/48] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v2 05/48] media: dt: bindings: tegra-vde: "
` [PATCH v2 06/48] dt-bindings: clock: tegra: Document clocks sub-node
` [PATCH v2 07/48] dt-bindings: arm: tegra: Add binding for core power domain
` [PATCH v2 08/48] regulator: Make regulator_sync_voltage() usable by coupled regulators
` [PATCH v2 09/48] opp: Add dev_pm_opp_sync_regulators()
` [PATCH v2 10/48] opp: Add dev_pm_opp_set_voltage()
` [PATCH v2 11/48] opp: Add dev_pm_opp_find_level_ceil()
` [PATCH v2 12/48] opp: Add dev_pm_opp_get_required_pstate()
` [PATCH v2 13/48] opp: Add resource-managed versions of OPP API functions
` [PATCH v2 14/48] opp: Filter out OPPs based on availability of a required-OPP
` [PATCH v2 15/48] opp: Support set_opp() customization without requiring to use regulators
` [PATCH v2 16/48] opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
` [PATCH v2 17/48] opp: Correct debug message in _opp_add_static_v2()
` [PATCH v2 18/48] opp: Print OPP level in debug message of _opp_add_static_v2()
` [PATCH v2 19/48] opp: Fix adding OPP entries in a wrong order if rate is unavailable
` [PATCH v2 20/48] PM: domains: Make set_performance_state() callback optional
` [PATCH v2 21/48] PM: domains: Add "performance" column to debug summary
` [PATCH v2 22/48] soc/tegra: pmc: Fix imbalanced clock disabling in error code path
` [PATCH v2 23/48] soc/tegra: pmc: Pulse resets after removing power clamp
` [PATCH v2 24/48] soc/tegra: pmc: Ensure that clock rates aren't too high
` [PATCH v2 25/48] soc/tegra: pmc: Print out domain name when reset fails to acquire
` [PATCH v2 26/48] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v2 27/48] soc/tegra: Add CONFIG_SOC_TEGRA_COMMON and select PM_OPP by default
` [PATCH v2 28/48] soc/tegra: Introduce core power domain driver
` [PATCH v2 29/48] soc/tegra: pmc: Link domains to the parent Core domain
` [PATCH v2 30/48] soc/tegra: regulators: Fix locking up when voltage-spread is out of range
` [PATCH v2 31/48] soc/tegra: regulators: Support Core domain state syncing
` [PATCH v2 32/48] clk: tegra: Support runtime PM, power domain and OPP
` [PATCH v2 33/48] gpu: host1x: Add host1x_channel_stop()
` [PATCH v2 34/48] gpu: host1x: Support power management
` [PATCH v2 35/48] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v2 36/48] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v2 37/48] drm/tegra: gr2d: Support OPP and power management
` [PATCH v2 38/48] drm/tegra: g3d: "
` [PATCH v2 39/48] drm/tegra: vic: Stop channel before suspending
` [PATCH v2 40/48] media: staging: tegra-vde: Support OPP and generic power domain
` [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v2 42/48] memory: tegra30-emc: "
` [PATCH v2 43/48] ARM: tegra: Add OPP tables and power domains to Tegra20 device-tree
` [PATCH v2 44/48] ARM: tegra: Add OPP tables and power domains to Tegra30 device-tree
` [PATCH v2 45/48] ARM: tegra: acer-a500: Enable core voltage scaling
` [PATCH v2 46/48] ARM: tegra: ventana: "
` [PATCH v2 47/48] ARM: tegra: ventana: Support CPU voltage scaling and thermal throttling
` [PATCH v2 48/48] ARM: tegra: cardhu: "

[PATCH] media: cec: fix trivial style warnings
 2020-12-18 13:36 UTC  (4+ messages)

[PATCH v2 1/3] media: i2c: imx219: add support for specifying clock-frequencies
 2020-12-18 10:48 UTC  (5+ messages)

Help with harmony remote
 2020-12-18 10:07 UTC  (2+ messages)

Build failed in Jenkins: media-build #3328
 2020-12-18  9:19 UTC  (4+ messages)
` Build failed in Jenkins: media-build #3329
  ` Build failed in Jenkins: media-build #3330
    ` Build failed in Jenkins: media-build #3331

cron job: media_tree daily build: ERRORS
 2020-12-18  4:29 UTC 

[PATCH 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2020-12-18  1:45 UTC  (17+ messages)
` [PATCH 01/14] phy: Add LVDS configuration options
` [PATCH 02/14] media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combiner
` [PATCH 03/14] media: docs: "
` [PATCH 04/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding
` [PATCH 05/14] drm/bridge: imx: Add i.MX8qm/qxp pixel combiner support
` [PATCH 06/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding
` [PATCH 07/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH 08/14] dt-bindings: display: bridge: Add i.MX8qxp pixel link to DPI binding
` [PATCH 09/14] drm/bridge: imx: Add i.MX8qxp pixel link to DPI support
` [PATCH 10/14] drm/bridge: imx: Add LDB driver helper support
` [PATCH 11/14] dt-bindings: display: bridge: Add i.MX8qm/qxp LVDS display bridge binding
` [PATCH 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp
` [PATCH 13/14] drm/bridge: imx: Add LDB support for i.MX8qm
` [PATCH 14/14] MAINTAINERS: add maintainer for DRM bridge drivers for i.MX SoCs

[PATCH 1/1] media: uapi: Add an entity type for Image Signal Processors
 2020-12-17 20:21 UTC  (3+ messages)

[PATCH v2 1/1] media: uapi: Add an entity type for Image Signal Processors
 2020-12-17 20:15 UTC 

[PATCH 0/2] Fix kernel panic issues caused by AST2500 Video Engine
 2020-12-17 19:54 UTC  (6+ messages)
` [PATCH 2/2] media: aspeed: fix clock handling logic

[PATCH] cma_heap: fix implicit function declaration
 2020-12-17 19:40 UTC  (2+ messages)

[PATCH 1/1] v4l: common: Fix naming of v4l2_get_link_rate
 2020-12-17 17:59 UTC 

[PATCH 0/2] media: vsp1: V3U VSP-X/VSP-D Support
 2020-12-17 17:13 UTC  (3+ messages)
` [PATCH 1/2] media: vsp1: Add support for the V3U VSPD
` [PATCH 2/2] [RFC]: media: vsp1: Add support for the V3U VSPX

[PATCH 00/18] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-17 14:17 UTC  (6+ messages)
` [PATCH 13/18] ipu3-cio2: Add functionality "

[PATCH v5 0/7] media: v4l2: Add extended fmt and buffer ioctls
 2020-12-17 13:19 UTC  (12+ messages)
` [PATCH v5 2/7] media: v4l2: Add extended buffer operations

[PATCH] media: venus: core: Fix a resource leak in error handling paths of the probe function
 2020-12-17 12:17 UTC 

KASAN: use-after-free Write in __sco_sock_close
 2020-12-17 11:07 UTC  (2+ messages)

[PATCH v3 0/9] Xilinx AI engine kernel driver
 2020-12-17 10:06 UTC  (7+ messages)

[PATCH] media: venus: preserve DRC state across seeks
 2020-12-17  9:46 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2020-12-17  4:29 UTC 

[PATCH] media: vsp1: Fix an error handling path in the probe function
 2020-12-17  3:56 UTC  (2+ messages)

[PATCH v7 2/5] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
 2020-12-16 17:57 UTC  (3+ messages)
` [PATCH] dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPS

[PATCH v6 0/5] media: i2c: Add RDACM21 camera module
 2020-12-16 17:22 UTC  (13+ messages)
` [PATCH v6 1/5] media: i2c: Add driver for "
` [PATCH v6 2/5] dt-bindings: media: max9286: Document 'maxim,reverse-channel-microvolt'
` [PATCH v6 3/5] media: i2c: max9286: Break-out reverse channel setup
` [PATCH v6 4/5] media: i2c: max9286: Make channel amplitude programmable
` [PATCH v6 5/5] media: i2c: max9286: Configure reverse channel amplitude

UBSAN: shift-out-of-bounds in mceusb_dev_printdata
 2020-12-16 16:14 UTC 

[PATCH -next] media/platform/sunxi: convert comma to semicolon
 2020-12-16 13:31 UTC  (2+ messages)

[PATCH -next] usb: em28xx: convert comma to semicolon
 2020-12-16 13:25 UTC 

[PATCH -next] usb: dvb-usb-v2: convert comma to semicolon
 2020-12-16 13:25 UTC 

[PATCH -next] usb: dvb-usb: convert comma to semicolon
 2020-12-16 13:24 UTC 

[PATCH -next] usb: pvrusb2: convert comma to semicolon
 2020-12-16 13:24 UTC 

[PATCH -next] usb: au0828: convert comma to semicolon
 2020-12-16 13:23 UTC 

[PATCH -next] media: tuners: convert comma to semicolon
 2020-12-16 13:22 UTC 

[PATCH -next] media/platform/coda: convert comma to semicolon
 2020-12-16 13:21 UTC 

[PATCH -next] media: dvb-frontends: convert comma to semicolon
 2020-12-16 13:20 UTC 

[PATCH v2] media: em28xx: Support TerraTec G3
 2020-12-16 13:04 UTC  (4+ messages)

[PATCH] media: vsp1: Use BIT macro for feature identification
 2020-12-16 11:54 UTC  (2+ messages)

[PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-16 10:29 UTC  (5+ messages)

[GIT PULL FOR v5.12] allegro: fix + move to mainline
 2020-12-16 10:05 UTC  (2+ messages)
` [GIT PULL FOR v5.12] allegro: fix + move to mainline (#70080)

[GIT PULL FOR v5.12] Poll fixes
 2020-12-16  9:53 UTC  (2+ messages)
` [GIT PULL FOR v5.12] Poll fixes (#70079)

[GIT PULL FOR v5.12] tegra-video: Add support for capturing from HDMI-to-CSI bridge
 2020-12-16  9:47 UTC  (2+ messages)
` [GIT PULL FOR v5.12] tegra-video: Add support for capturing from (#70078)

[PATCH] media: allegro: Fix use after free on error
 2020-12-16  9:38 UTC  (3+ messages)

[PATCH 0/5] fix dt_binding_check warnings
 2020-12-16  8:58 UTC  (3+ messages)
` [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led

[PATCH] venus: venc: set IDR period to FW only for H264 & HEVC
 2020-12-16  7:06 UTC 

[PATCH v2] venus: venc: set inband mode property to FW
 2020-12-16  6:49 UTC 

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-12-16  6:14 UTC  (3+ messages)
` [PATCH 1/2] venus: venc: update output format based on capture format


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