linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 15:15:42 to 2021-04-15 21:38:53 UTC [more...]

[PATCH] media: dt-bindings: media: renesas,csi2: Add r8a779a0 support
 2021-04-15 21:38 UTC  (2+ messages)

[PATCH v2] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-15 21:21 UTC  (7+ messages)
` [Outreachy kernel] "

[PATCH v3 0/4] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support
 2021-04-15 20:37 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: add dasheng vendor prefix
` [PATCH v3 2/4] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC
` [PATCH v3 3/4] arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
` [PATCH v3 4/4] media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk on/off

[PATCH] media: dt-bindings: media: renesas,csi2: Node port@0 is not mandatory
 2021-04-15 19:09 UTC  (2+ messages)

[PATCH v3 00/33] media: atmel: atmel-isc: add support for xisc
 2021-04-15 18:45 UTC  (10+ messages)
` [PATCH v3 29/33] dt-bindings: media: atmel-isc: convert to yaml
  ` [PATCH v4 "
` [PATCH v3 30/33] dt-bindings: media: add microchip,xisc device bindings
  ` [PATCH v4 "
    ` [PATCH v5 "

[PATCH RFC v3] media: em28xx: Fix race condition between open and init function
 2021-04-15 17:25 UTC  (2+ messages)

[PATCH v2] staging: media: tegra-video: Align line break to match with the open parenthesis in file vi.c
 2021-04-15 17:18 UTC 

[PATCH 1/4] staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_cmd.c
 2021-04-15 16:54 UTC  (4+ messages)
` [PATCH 2/4] staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_compat_css20.c
` [PATCH 3/4] staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_subdev.c
` [PATCH 4/4] staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_v4l2.c

[PATCH] staging: media: atomisp: cleaning up sh_css.c
 2021-04-15 16:39 UTC  (15+ messages)
` [PATCH] staging: media: atomisp: [1/6] Fix sh_css.c brace coding style issues
` [PATCH] staging: media: atomisp: [2/6] "
` [PATCH] staging: media: atomisp: [3/6] "
` [PATCH] staging: media: atomisp: [4/6] "
` [PATCH] staging: media: atomisp: [5/6] "
` [PATCH] staging: media: atomisp: [6/6] "
` [PATCH] staging: media: atomisp: Use goto instead of return in ia_css_init()
` [PATCH] staging: media: atomisp: [1/2] Remove redundant assertions in sh_css.c
` [PATCH] staging: media: atomisp: [2/2] "

[PATCH v2 00/77] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-04-15 16:04 UTC  (5+ messages)

[GIT PULL FOR v5.14] Various staging cleanups from the Outreachy project
 2021-04-15 14:54 UTC  (2+ messages)
` [GIT PULL FOR v5.14] Various staging cleanups from the Outreachy (#73324)

[PATCH] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-15 14:11 UTC  (2+ messages)

[PATCH] staging: media: tegra-video: Align line break to match with the open parenthesis in file vi.c
 2021-04-15 14:04 UTC  (2+ messages)

[PATCH v4 0/2] staging: media: zoran: Cleanup patchset for style issues in zr36057.h
 2021-04-15 13:41 UTC  (6+ messages)
` [PATCH v4 1/2] staging: media: zoran: add spaces around '<<' operator
` [PATCH v4 2/2] staging: media: zoran: add BIT() macro and align code
      ` [Outreachy kernel] "

[PATCH v3] staging: media: zoran: reduce length of a line
 2021-04-15 13:36 UTC  (2+ messages)

Subject: [PATCH v4] staging: media: zoran: add '*' in long(multi-line) comments
 2021-04-15 13:34 UTC  (2+ messages)

[PATCH v5 00/24] v4l: subdev internal routing
 2021-04-15 13:04 UTC  (25+ messages)
` [PATCH v5 01/24] media: entity: Use pad as a starting point for graph walk
` [PATCH v5 02/24] media: entity: Use pads instead of entities in the media graph walk stack
` [PATCH v5 03/24] media: entity: Walk the graph based on pads
` [PATCH v5 04/24] v4l: mc: Start walk from a specific pad in use count calculation
` [PATCH v5 05/24] media: entity: Add iterator helper for entity pads
` [PATCH v5 06/24] media: entity: Move the pipeline from entity to pads
` [PATCH v5 07/24] media: entity: Use pad as the starting point for a pipeline
` [PATCH v5 08/24] media: entity: Add has_route entity operation
` [PATCH v5 09/24] media: entity: Add media_entity_has_route() function
` [PATCH v5 10/24] media: entity: Use routing information during graph traversal
` [PATCH v5 11/24] media: entity: Skip link validation for pads to which there is no route to
` [PATCH v5 12/24] media: entity: Add an iterator helper for connected pads
` [PATCH v5 13/24] media: entity: Add only connected pads to the pipeline
` [PATCH v5 14/24] media: entity: Add debug information in graph walk route check
` [PATCH v5 15/24] v4l: Add bus type to frame descriptors
` [PATCH v5 16/24] v4l: Add CSI-2 bus configuration "
` [PATCH v5 17/24] v4l: Add stream to frame descriptor
` [PATCH v5 18/24] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH v5 19/24] media: Documentation: Add GS_ROUTING documentation
` [PATCH v5 20/24] v4l: mc: Add an S_ROUTING helper function for power state changes
` [PATCH v5 21/24] v4l: subdev: routing kernel helper functions
` [PATCH v5 22/24] v4l: subdev: add v4l2_subdev_get_format_dir()
` [PATCH v5 23/24] v4l: subdev: Take routing information into account in link validation
` [PATCH v5 24/24] v4l: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8

[PATCH v4 00/17] media: gmsl: Reliability improvements
 2021-04-15 12:31 UTC  (10+ messages)
` [PATCH v4 08/17] media: i2c: rdacm21: Add dealy after OV490 reset
` [PATCH v4 10/17] media: i2c: rdacm21: Power up OV10640 before OV490
` [PATCH v4 11/17] media: i2c: rdacm20: Enable noise immunity
` [PATCH v4 16/17] media: v4l2-subdev: De-deprecate init() subdev op

[PATCH v2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_cmd.c
 2021-04-15 12:27 UTC  (4+ messages)

[PATCH v3 1/2] ov8856: Add support for 2 data lanes
 2021-04-15 10:26 UTC  (5+ messages)
  ` FW: "

[PATCH 00/23] media: imx: imx7-mipi-csis: Add i.MX8MM support
 2021-04-15  9:27 UTC  (4+ messages)
` [PATCH 22/23] dt-bindings: media: nxp,imx7-mipi-csi2: "

[PATCH v2 0/4] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support
 2021-04-15  3:24 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC board dts support
` [PATCH v2 2/4] arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
` [PATCH v2 3/4] media: i2c: ov2659: Add clk_prepare_enable(), clk_disable_unprepare() to handle xvclk
` [PATCH v2 4/4] dt-bindings: add dasheng vendor prefix

[PATCH] media: dt-bindings: media: renesas,vin: Add r8a779a0 support
 2021-04-14 22:33 UTC  (3+ messages)

[PATCH] media: rcar-isp: Add Renesas R-Car Image Signal Processor driver
 2021-04-14 21:30 UTC  (2+ messages)

[PATCH] media: dt-bindings: media: renesas,isp: Add bindings for ISP Channel Selector
 2021-04-14 21:26 UTC  (2+ messages)

[PATCH 1/2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_acc.c
 2021-04-14 21:16 UTC  (2+ messages)
` [PATCH 2/2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_cmd.h

[PATCH] staging: media: atomisp: pci: Format multi-line comments according to coding-style in file atomisp_cmd.c
 2021-04-14 20:06 UTC  (4+ messages)

[PATCH v2] media: ccs: Fix the op_pll_multiplier address
 2021-04-14 16:24 UTC 

[PATCH RFC v2] media: em28xx: Fix race condition between open and init function
 2021-04-14 16:04 UTC 

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-14 15:33 UTC  (6+ messages)

[PATCH 1/2] staging: media: atomisp: pci: Correct identation in block of conditional statements in file atomisp_v4l2.c
 2021-04-14 14:51 UTC  (7+ messages)
    ` [Outreachy kernel] "
` [PATCH 2/2] staging: media: atomisp: pci: Correct identation in block of conditional statements in file atomisp_acc.c

[PATCH] ipu3-cio2: Parse sensor orientation and rotation
 2021-04-14 13:50 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] ACPI: Add _PLD panel positions
    ` [PATCH v3 2/2] ipu3-cio2: Parse sensor orientation and rotation

[PATCH v3] staging: media: omap4iss: Remove unused macro function
 2021-04-14 13:25 UTC 

[PATCH v2] staging: media: omap4iss: Remove unused macro function
 2021-04-14 12:53 UTC 

[PATCH v4 0/9] Microchip SAMA5D4 VPU support et al
 2021-04-14 10:32 UTC  (2+ messages)

How to use "DTV_FE_CAPABILITY" command for Frontend.h of Linux DVB
 2021-04-14  9:40 UTC 

[PATCH] media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
 2021-04-14  8:57 UTC 

[PATCH] staging: media: omap4iss: Remove unused macro functions
 2021-04-14  8:02 UTC  (4+ messages)

[PATCH v3 0/4] staging: media: intel-ipu3: Cleanup patchset for style issues
 2021-04-14  7:27 UTC  (10+ messages)
` [PATCH v3 1/4] staging: media: intel-ipu3: remove unnecessary blank line
` [PATCH v3 2/4] staging: media: intel-ipu3: reduce length of line
` [PATCH v3 3/4] staging: media: intel-ipu3: line should not end with '['
` [PATCH v3 4/4] staging: media: intel-ipu3: remove space before tabs
      ` [Outreachy kernel] "

[PATCH v1 0/3] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support
 2021-04-14  6:40 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC board dts support
` [PATCH v1 2/3] arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
` [PATCH v1 3/3] media: i2c: ov2659: Add clk_prepare_enable(), clk_disable_unprepare() to handle xvclk

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-14  4:37 UTC  (8+ messages)

[PATCH v4] staging: media: meson: vdec: declare u32 as static const
 2021-04-13 22:11 UTC  (2+ messages)

[Outreachy kernel][PATCH 1/2] staging: media: omap4iss: Align line break to the open parenthesis in file iss.c
 2021-04-13 18:16 UTC  (3+ messages)

[PATCH 00/11] rcar-vin: Add r8a779a0 support
 2021-04-13 18:02 UTC  (12+ messages)
` [PATCH 01/11] rcar-vin: Refactor controls creation for video device
` [PATCH 02/11] rcar-vin: Fix error paths for rvin_mc_init()
` [PATCH 03/11] rcar-vin: Improve async notifier cleanup paths
` [PATCH 04/11] rcar-vin: Improve reuse of parallel notifier
` [PATCH 05/11] rcar-vin: Rename array storing subdevice information
` [PATCH 06/11] rcar-vin: Move group async notifier
` [PATCH 07/11] rcar-vin: Extend group notifier DT parser to work with any port
` [PATCH 08/11] rcar-vin: Create a callback to setup media links
` [PATCH 09/11] rcar-vin: Specify media device ops at group creation time
` [PATCH 10/11] rcar-vin: Move and rename CSI-2 link notifications
` [PATCH 11/11] rcar-vin: Add r8a779a0 support

[PATCHv3] staging: media: atomisp: Minor code style changes
 2021-04-13 18:03 UTC 

[PATCH] staging: media: atomisp: Minor code style changes
 2021-04-13 17:55 UTC  (3+ messages)

[PATCH] staging: media: atomisp: Removed a function entry log
 2021-04-13 17:53 UTC  (3+ messages)

[PATCH] staging: media: tegra-vde: Align line break to match with the open parenthesis in file trace.h
 2021-04-13 17:43 UTC  (5+ messages)

[PATCH] rcar-csi2: Add r8a779a0 support
 2021-04-13 17:23 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2021-04-13 17:20 UTC  (3+ messages)
` [syzbot] "

[PATCH] media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer
 2021-04-13 17:18 UTC 

[PATCH v1 1/1] media: ipu3-cio2: Fix referece counting when looping over ACPI devices
 2021-04-13 16:10 UTC  (3+ messages)

[GIT PULL FOR v5.13] Three fixes
 2021-04-13 16:06 UTC  (2+ messages)
` [GIT PULL FOR v5.13] Three fixes (#73230)

[PATCH v3 0/2] Intra-refresh period control
 2021-04-13 15:57 UTC  (5+ messages)
` [PATCH v3 1/2] media: v4l2-ctrls: Add intra-refresh "

[PATCH] rcar-csi2: Add support for Y10 and Y8
 2021-04-13 15:51 UTC 


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