public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-26 14:51:54 to 2023-01-28 20:52:02 UTC [more...]

drivers/media/pci/sta2x11/sta2x11_vip.c:1053:6: warning: cast from 'irqreturn_t (*)(int, struct sta2x11_vip *)' (aka 'enum irqreturn (*)(int, struct sta2x11_vip *)') to 'irq_handler_t' (aka 'enum irqreturn (*)(int, void *)') converts to incompatible funct
 2023-01-28 20:51 UTC 

[PATCH v6 0/9] media: i2c: ov5670: OF support, runtime_pm, regulators
 2023-01-28 17:57 UTC  (20+ messages)
` [PATCH v6 1/9] media: dt-bindings: Add OV5670
  ` [PATCH v6.1] "
` [PATCH v6 2/9] media: i2c: ov5670: Allow probing with OF
` [PATCH v6 3/9] media: i2c: ov5670: Use common clock framework
` [PATCH v6 4/9] media: i2c: ov5670: Probe regulators
` [PATCH v6 5/9] media: i2c: ov5670: Probe GPIOs
` [PATCH v6 6/9] media: i2c: ov5670: Add runtime_pm operations
` [PATCH v6 7/9] media: i2c: ov5670: Implement init_cfg
` [PATCH v6 8/9] media: i2c: ov5670: Add .get_selection() support
` [PATCH v6 9/9] media: i2c: ov5670: Handle RO controls in set_ctrl

[PATCH v3 0/6] Introduce STM32 system bus
 2023-01-28 16:12 UTC  (12+ messages)
` [PATCH v3 1/6] dt-bindings: Document common device controller bindings
` [PATCH v3 2/6] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus
` [PATCH v3 4/6] bus: stm32_sys_bus: add support for STM32MP15 and STM32MP13 system bus
` [PATCH v3 5/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v3 6/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH] media: rc: add keymap for Beelink Mini MXIII remote
 2023-01-28 15:22 UTC  (3+ messages)

[PATCH v6 0/5] int3472/media privacy LED support
 2023-01-28 13:46 UTC  (14+ messages)
` [PATCH v6 1/5] media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present
` [PATCH v6 2/5] platform/x86: int3472/discrete: Refactor GPIO to sensor mapping
` [PATCH v6 3/5] platform/x86: int3472/discrete: Create a LED class device for the privacy LED
` [PATCH v6 4/5] platform/x86: int3472/discrete: Move GPIO request to skl_int3472_register_clock()
` [PATCH v6 5/5] platform/x86: int3472/discrete: Get the polarity from the _DSM entry

[PATCH v1] media: i2c: ov5640: Implement get_mbus_config
 2023-01-28 11:36 UTC  (6+ messages)

[PATCH] media: rc: add common keymap for Dreambox RC10 and RC20/RC-BT remotes
 2023-01-28 10:11 UTC  (2+ messages)

[PATCH] media: i2c: ov2685: convert to i2c's .probe_new()
 2023-01-28  9:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 9fbee811e479aca2f3523787cae1f46553141b40
 2023-01-28  1:11 UTC 

[syzbot] KASAN: vmalloc-out-of-bounds Write in tpg_fill_plane_buffer (2)
 2023-01-27 21:45 UTC  (2+ messages)

[PATCH 00/17] media: sparse/smatch fixes
 2023-01-27 20:38 UTC  (25+ messages)
` [PATCH 01/17] media: visl: make visl_qops static
` [PATCH 02/17] media: davinci/vpif.c: drop unnecessary cast
` [PATCH 03/17] media: i2c: s5c73m3: return 0 instead of 'ret'
` [PATCH 04/17] media: dvb-frontends: cxd2880: "
` [PATCH 05/17] media: usb: dvb-usb-v2: af9015.c: "
` [PATCH 06/17] media: dvb-frontends: cxd2880: "
` [PATCH 07/17] media: marvell: change return to goto for proper unwind
` [PATCH 08/17] media: dvb-frontends: drx39xyj: replace return with "
` [PATCH 09/17] media: nxp: imx-jpeg: replace dummy gotos by returns
  ` [EXT] "
` [PATCH 10/17] media: mediatek: mdp3: replace return by goto for proper unwind
` [PATCH 11/17] media: mediatek: vcodec/venc: return 0 instead of 'ret'
` [PATCH 12/17] media: ti: davinci: vpbe_display.c: "
` [PATCH 13/17] media: i2c: ov7670: 0 instead of -EINVAL was returned
` [PATCH 14/17] media: usb: go7007: add second unwind label
` [PATCH 15/17] media: i2c: adp1653: introduce 'no_child' label
    ` Can smatch handle this better? (was: [PATCH 15/17] media: i2c: adp1653: introduce 'no_child' label)
` [PATCH 16/17] media: st: delta: introduce 'err_too_many_comps' label
` [PATCH 17/17] media: dvb-frontends: mb86a16.c: always use the same error path

Build failed in Jenkins: linux-media #306
 2023-01-27 17:58 UTC 

[PATCH v5 00/11] leds: lookup-table support + int3472/media privacy LED support
 2023-01-27 17:14 UTC  (21+ messages)
` [PATCH v5 01/11] leds: led-class: Add missing put_device() to led_put()
` [PATCH v5 02/11] leds: led-class: Add led_module_get() helper
` [PATCH v5 03/11] leds: led-class: Add __devm_led_get() helper
` [PATCH v5 04/11] leds: led-class: Add generic [devm_]led_get()
` [PATCH v5 05/11] [RFC] leds: led-class: Add devicetree support to led_get()
` [PATCH v5 06/11] media: v4l2-core: Built async and fwnode code into videodev.ko
` [PATCH v5 07/11] media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present
` [GIT PULL] Immutable branch from LEDs due for the v6.3 merge window

[PATCH 0/2] media: v4l: Add Broadcom sand format to the list of V4L formats
 2023-01-27 15:34 UTC  (3+ messages)
` [PATCH 1/2] media: v4l: Add Broadcom sand formats to videodev2.h
` [PATCH 2/2] media: v4l: Add documentation for Broadcom sand formats

[PATCH 00/10] media: imx-jpeg: Add support for 12 bit extended
 2023-01-27 14:53 UTC  (11+ messages)
` [PATCH 01/10] media: Add P012 and P012M video format
` [PATCH 03/10] media: Add Y212 "
` [PATCH 04/10] media: Add Y312 "
` [PATCH 05/10] media: Add B312 "
` [PATCH 06/10] media: Add B412 "

[PATCH v5 0/6] Add Toshiba Visconti Video Input Interface driver
 2023-01-27 12:47 UTC  (9+ messages)
` [PATCH v5 3/6] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver user interace

[PATCH v1 0/6] media: nxp: imx7-media-csi: Move to subdev active state
 2023-01-27 11:41 UTC  (13+ messages)
` [PATCH v1 1/6] media: imx: imx7-media-csi: Drop imx7_csi.cc field
` [PATCH v1 2/6] media: imx: imx7-media-csi: Simplify imx7_csi_video_init_format()
` [PATCH v1 3/6] media: imx: imx7-media-csi: Drop unneeded check when starting streaming
` [PATCH v1 4/6] media: imx: imx7-media-csi: Drop unneeded src_sd check
` [PATCH v1 5/6] media: imx: imx7-media-csi: Drop unneeded pad checks
` [PATCH v1 6/6] media: imx: imx7-media-csi: Use V4L2 subdev active state

[PATCH v2 0/1] tee: Add tee_shm_register_fd
 2023-01-27 11:19 UTC  (4+ messages)
` [PATCH 1/1] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
  ` [PATCH v2 "

[GIT PULL FOR v6.3] Various fixes and enhancements
 2023-01-27 11:13 UTC 

[PATCH 0/3] media: imx258: Remove rotation=<80 requirement
 2023-01-27 11:08 UTC  (11+ messages)

[PATCH v2 0/2] media: i2c: add imx415 cmos image sensor driver
 2023-01-27 10:43 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/8] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-01-27 10:35 UTC  (8+ messages)
` [PATCH v3 1/8] ACPI: property: Parse data node string references in properties
` [PATCH v3 2/8] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v3 4/8] ACPI: property: Generate camera swnodes for ACPI and DisCo for Imaging

[PATCH] media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIX
 2023-01-27 10:18 UTC 

[V4] media: mtk-jpeg: Fixes jpeghw multi-core judgement
 2023-01-27 10:06 UTC  (2+ messages)

[PATCH] media: pci: cx88: Fix missing pci_disable_device() when cx88_core_get() returns null
 2023-01-27  9:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH -next] media: usb: fix a UAF bug in em28xx_v4l2_init
 2023-01-27  9:42 UTC  (2+ messages)

[PATCH v4 0/9] media: dt-bindings: common CEC properties
 2023-01-27  9:40 UTC  (5+ messages)

[PATCH v5 0/2] media: verisilicon: HEVC: fix 10bits handling
 2023-01-27  9:21 UTC  (3+ messages)
` [PATCH v5 1/2] media: verisilicon: Do not change context bit depth before validating the format
` [PATCH v5 2/2] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats

[PATCH v7 5/7] media: i2c: add DS90UB960 driver
 2023-01-27  9:15 UTC  (13+ messages)

[PATCH -next] media: v4l2-ctrls: clean up some inconsistent indentings
 2023-01-27  8:36 UTC  (2+ messages)

[RFC PATCH v6 00/11] media: v4l2: Add extended fmt and buffer ioctls
 2023-01-27  8:11 UTC  (6+ messages)
` [RFC PATCH v6 03/11] media: v4l2: Add extended buffer (de)queue operations for video types

[PATCH] dma-buf: actually set signaling bit for private sub fences
 2023-01-27  7:49 UTC  (4+ messages)

[GIT PULL FOR v6.3] uvcgadget changes
 2023-01-27  7:15 UTC  (6+ messages)

[PATCH v1 0/5] media: imx-mipi-csis: Move to subdev active state
 2023-01-27  4:30 UTC  (11+ messages)
` [PATCH v1 1/5] media: imx-mipi-csis: Rename error labels with 'err_' prefix
` [PATCH v1 2/5] media: imx-mipi-csis: Don't take lock in runtime PM handlers
` [PATCH v1 3/5] media: imx-mipi-csis: Pass format explicitly to internal functions
` [PATCH v1 4/5] media: imx-mipi-csis: Use V4L2 subdev active state
` [PATCH v1 5/5] media: imx-mipi-csis: Implement .init_cfg() using .set_fmt()

[PATCH v3 0/2] media: nxp: i.MX8 ISI driver
 2023-01-27  1:26 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: media: Add i.MX8 ISI DT bindings

[PATCH] media-info: Include missing <cstdint> for uintptr_t
 2023-01-27  1:07 UTC 

[PATCH v1 0/3] media: rkisp1: Convert to V4L2 subdev active state
 2023-01-27  0:31 UTC  (4+ messages)
` [PATCH v1 1/3] media: rkisp1: resizer: Use "
` [PATCH v1 2/3] media: rkisp1: isp: "
` [PATCH v1 3/3] media: rkisp1: csi: "

[PATCH RESEND v10 0/5] media: i2c: imx334: support lower bandwidth mode
 2023-01-27  0:10 UTC  (6+ messages)
` [PATCH RESEND v10 5/5] media: i2c: imx334: update pixel and link frequency

[PATCH v2 0/3] media: rkisp1: Miscellaneous improvements
 2023-01-26 23:28 UTC  (4+ messages)
` [PATCH v2 2/3] media: rkisp1: Make local immutable array variables static const

[PATCH v3 0/5] [PATCH v3] usb: uvc: improve header files and function use
 2023-01-26 23:26 UTC  (7+ messages)
` [PATCH v3 1/5] media: uvcvideo: Add GUID for BGRA/X 8:8:8:8
` [PATCH v3 2/5] usb: uvc: move media/v4l2-uvc.h to usb/uvc.h
` [PATCH v3 3/5] usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unit
` [PATCH v3 4/5] usb: uvc: make uvc_format_desc table const
` [PATCH v3 5/5] usb: uvc: use v4l2_fill_fmtdesc instead of open coded format name

[PATCH v2] hantro: fix VIDIOC_ENUM_FRAMESIZES for non-coded formats without postproc
 2023-01-26 23:02 UTC 

[PATCH 0/3] Few corrections in non-tz firmware boot
 2023-01-26 19:19 UTC  (3+ messages)
` [PATCH 2/3] venus: firmware: Correct non-pix start and end addresses

[PATCH v4 0/3] media: nxp: i.MX8 ISI driver
 2023-01-26 18:47 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: media: Add i.MX8 ISI DT bindings
` [PATCH v4 2/3] dt-bindings: media: imx8-isi: Use 'port' instead of 'ports' for i.MX8MN
` [PATCH v4 3/3] media: nxp: Add i.MX8 ISI driver

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (8+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls

[RFC] Interactions between camera sensor rotation and flip controls
 2023-01-26 15:10 UTC  (10+ messages)


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