linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 03:36:19 to 2020-05-04 16:30:28 UTC [more...]

[PATCH v2 00/34] Drivers for the BCM283x CSI-2/CCP2 receiver and ISP
 2020-05-04 16:30 UTC  (46+ messages)
` [PATCH v2 01/34] media: uapi: v4l2-core: Add sensor ancillary data V4L2 fourcc type
` [PATCH v2 02/34] media: uapi: Add MEDIA_BUS_FMT_SENSOR_DATA media bus format
` [PATCH v2 03/34] dt-bindings: media: Document BCM283x CSI2/CCP2 receiver
` [PATCH v2 04/34] media: bcm2835-unicam: Driver for CCP2/CSI2 camera interface
` [PATCH v2 05/34] ARM: dts: bcm2711: Add Unicam DT nodes
` [PATCH v2 06/34] staging: vc04_services: Add new vc-sm-cma driver
` [PATCH v2 07/34] staging: bcm2835: Break MMAL support out from camera
` [PATCH v2 08/34] staging: mmal-vchiq: Allocate and free components as required
` [PATCH v2 09/34] staging: mmal-vchiq: Avoid use of bool in structures
` [PATCH v2 10/34] staging: mmal-vchiq: Make timeout a defined parameter
` [PATCH v2 11/34] staging: mmal-vchiq: Make a mmal_buf struct for passing parameters
` [PATCH v2 12/34] staging: mmal-vchiq: Add support for event callbacks
` [PATCH v2 13/34] staging: mmal-vchiq: Support sending data to MMAL ports
` [PATCH v2 14/34] staging: mmal-vchiq: Fixup vchiq-mmal include ordering
` [PATCH v2 15/34] staging: mmal-vchiq: Use vc-sm-cma to support zero copy
` [PATCH v2 16/34] staging: mmal-vchiq: Fix client_component for 64 bit kernel
` [PATCH v2 17/34] staging: mmal_vchiq: Add in the Bayer encoding formats
` [PATCH v2 18/34] staging: mmal-vchiq: Always return the param size from param_get
` [PATCH v2 19/34] staging: mmal-vchiq: If the VPU returns an error, don't negate it
` [PATCH v2 20/34] staging: mmal-vchiq: Fix handling of VB2_MEMORY_DMABUF buffers
` [PATCH v2 21/34] staging: mmal-vchiq: Update mmal_parameters.h with recently defined params
` [PATCH v2 22/34] staging: mmal-vchiq: Free the event context for control ports
` [PATCH v2 23/34] staging: mmal-vchiq: Fix memory leak in error path
` [PATCH v2 24/34] staging: mmal-vchiq: Fix formatting errors in mmal_parameters.h
` [PATCH v2 25/34] staging: vchiq_arm: Register vcsm-cma as a platform driver
` [PATCH v2 26/34] staging: vchiq_arm: Set up dma ranges on child devices
` [PATCH v2 27/34] staging: vchiq: Use the old dma controller for OF config on platform devices
` [PATCH v2 28/34] staging: vchiq_2835_arm: Implement a DMA pool for small bulk transfers
` [PATCH v2 29/34] staging: vchiq: Add 36-bit address support
` [PATCH v2 30/34] staging: vchiq_arm: Give vchiq children DT nodes
` [PATCH v2 31/34] staging: vchiq_arm: Add a matching unregister call
` [PATCH v2 32/34] media: videobuf2: Allow exporting of a struct dmabuf
` [PATCH v2 33/34] staging: bcm2835-isp: Add support for BC2835 ISP
` [PATCH v2 34/34] staging: vchiq: Load bcm2835_isp driver from vchiq

[RFC PATCH v3 0/1] Add support for meson building
 2020-05-04 16:27 UTC  (4+ messages)
` [RFC PATCH v3 1/1] "

[RFC PATCH v11 0/9] Add Tegra driver for video capture
 2020-05-04 15:56 UTC  (37+ messages)
` [RFC PATCH v11 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v4] media: rcar-csi2: Correct the selection of hsfreqrange
 2020-05-04 15:01 UTC  (3+ messages)
` [PATCH v5] "

general protection fault in go7007_usb_probe
 2020-05-04 14:27 UTC  (3+ messages)

[GIT PULL] Ressurect the atomisp staging driver
 2020-05-04 13:44 UTC  (12+ messages)

[PATCH v2 17/21] drm: rcar-du: fix sg_table nents vs. orig_nents misuse
 2020-05-04 12:53 UTC  (2+ messages)
    ` [PATCH v2 20/21] media: pci: fix common ALSA DMA-mapping related code

[v6, 0/5] media: media: platform: mtk-isp: Add Mediatek ISP Pass 1 driver
 2020-05-04 12:40 UTC  (10+ messages)
  ` [v6, 5/5] media: platform: Add Mediatek ISP P1 V4L2 device driver

[PATCH] drm/vc4: make vc4_queue_seqno_cb() return void
 2020-05-04 11:32 UTC 

[PATCH 1/2] nand: brcmnand: improve hamming oob layout
 2020-05-04  9:30 UTC  (2+ messages)
` [PATCH 2/2] nand: brcmnand: fix BBI in "

[PATCH] nand: brcmnand: correctly verify erased pages
 2020-05-04  9:29 UTC 

[RFC 0/3] Introduce cpufreq minimum load QoS
 2020-05-04  9:17 UTC  (11+ messages)

[PATCH v6 00/22] media: imx: Create media links in bound notifiers
 2020-05-04  9:14 UTC  (28+ messages)
` [PATCH v6 01/22] media: entity: Pass entity to get_fwnode_pad operation
` [PATCH v6 02/22] media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1
` [PATCH v6 03/22] media: v4l2-mc: add v4l2_create_fwnode_links helpers
` [PATCH v6 04/22] media: video-mux: Parse information from firmware without using callbacks
` [PATCH v6 05/22] media: imx: "
` [PATCH v6 06/22] Revert "media: v4l2-fwnode: Add a convenience function for registering subdevs with notifiers"
` [PATCH v6 07/22] media: imx: csi: Implement get_fwnode_pad op
` [PATCH v6 08/22] media: video-mux: "
` [PATCH v6 09/22] media: imx: mipi csi-2: "
` [PATCH v6 10/22] media: imx: imx7-mipi-csis: "
` [PATCH v6 11/22] media: imx: imx7-media-csi: "
` [PATCH v6 12/22] media: video-mux: Create media links in bound notifier
` [PATCH v6 13/22] media: imx: mipi csi-2: "
` [PATCH v6 14/22] media: imx7: mipi csis: "
` [PATCH v6 15/22] media: imx7: csi: "
` [PATCH v6 16/22] media: imx: "
` [PATCH v6 17/22] media: imx7: csi: Remove imx7_csi_get_upstream_endpoint()
` [PATCH v6 18/22] media: imx5/6/7: csi: Mark a bound video mux as a CSI mux
` [PATCH v6 19/22] media: imx: csi: Lookup upstream endpoint with imx_media_get_pad_fwnode
` [PATCH v6 20/22] media: imx: Create missing links from CSI-2 receiver
` [PATCH v6 21/22] media: imx: silence a couple debug messages
` [PATCH v6 22/22] media: imx: TODO: Remove media link creation todos

[PATCH v8 0/5] media: rockchip: Add the rkvdec driver
 2020-05-04  9:11 UTC  (3+ messages)
` [PATCH v8 5/5] arm64: dts: rockchip: rk3399: Define the rockchip Video Decoder node

[PATCH v6 v6 0/3] media: ov8856: Add devicetree support
 2020-05-04  6:24 UTC  (11+ messages)
` [PATCH v6 2/3] "

cron job: media_tree daily build: WARNINGS
 2020-05-04  3:37 UTC 

[PATCH] media: ov6650: Fix missing frame interval enumeration support
 2020-05-03 22:36 UTC 

[PATCH] media: ov6650: Fix clock not released on subdev unregister
 2020-05-03 22:18 UTC 

[PATCH 0/3] media: ov6650: Fix crop rectangle affected by set format
 2020-05-03 22:06 UTC  (4+ messages)
` [PATCH 1/3] media: ov6650: Fix set format try processing path
` [PATCH 2/3] media: ov6650: Add try support to selection API operations
` [PATCH 3/3] media: ov6650: Fix crop rectangle affected by set format

atomisp kernel driver(s)
 2020-05-03 14:43 UTC  (44+ messages)

[PATCH v4 5/6] media: venus: core: Add support for opp tables/perf voting
 2020-05-03 12:04 UTC 

[RFC, WIP, v4 00/11] media: vidtv: implement a virtual DVB driver
 2020-05-03  9:50 UTC  (27+ messages)
` [RFC, WIP, v4 01/11] media: vidtv: add Kconfig entry
` [RFC, WIP, v4 02/11] media: vidtv: implement a tuner driver
` [RFC, WIP, v4 03/11] media: vidtv: implement a demodulator driver
` [RFC, WIP, v4 04/11] media: vidtv: move config structs into a separate header
` [RFC, WIP, v4 05/11] media: vidtv: add a bridge driver
` [RFC, WIP, v4 06/11] media: vidtv: add wrappers for memcpy and memset
` [RFC, WIP, v4 07/11] media: vidtv: add MPEG TS common code
` [RFC, WIP, v4 08/11] media: vidtv: implement a PSI generator
` [RFC, WIP, v4 09/11] media: vidtv: implement a PES packetizer
` [RFC, WIP, v4 10/11] media: vidtv: Implement a SMPTE 302M encoder
` [RFC, WIP, v4 11/11] media: vidtv: Add a MPEG Transport Stream Multiplexer

cron job: media_tree daily build: WARNINGS
 2020-05-03  3:37 UTC 

[PATCH v2 0/3] media: rkvdec: Add a VP9 backend
 2020-05-02 22:55 UTC  (6+ messages)
` [PATCH v2 2/3] media: uapi: Add VP9 stateless decoder controls

[PATCH] DVBSKY S952v1 (M88TS2020 tuner, M88DS3103 demod): Set clk_out_div to 1 for M88TS2020, 0 locks up demod M88DS3103
 2020-05-02 21:18 UTC 

[PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer
 2020-05-02 19:40 UTC 

[V5, 0/2] media: i2c: Add support for DW9768 VCM driver
 2020-05-02 16:17 UTC  (3+ messages)
` [V5, 1/2] media: dt-bindings: media: i2c: Document DW9768 bindings
` [V5, 2/2] media: i2c: dw9768: Add DW9768 VCM driver

[RFC] docs: dev-decoder: Add two more reasons for dynamic change
 2020-05-02  9:33 UTC  (4+ messages)

cron job: media_tree daily build: WARNINGS
 2020-05-02  3:36 UTC 

[PATCH 0/2] Add support for venus on msm8939
 2020-05-01 20:35 UTC  (3+ messages)
` [PATCH 1/2] media: venus: Add support for MSM8939
` [PATCH 2/2] dt-bindings: media: Document MSM8939 Venus

[PATCH v7 00/11] Add support for mt2701 JPEG ENC support
 2020-05-01 17:37 UTC  (5+ messages)
` [PATCH v7 11/11] media: platform: Add jpeg dec/enc feature

[PATCH v4 0/5] Add support for mt2701 JPEG ENC support
 2020-05-01 15:15 UTC  (7+ messages)
` [PATCH v4 5/5] media: platform: Add jpeg dec/enc feature

[PATCH v4 3/3] media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source pad
 2020-05-01 13:11 UTC 

[PATCH v4 0/3] media: vimc: Add support for {RGB,BGR,GBR}888 bus formats on debayer source pad
 2020-05-01 13:11 UTC  (3+ messages)
` [PATCH v4 1/3] media: vimc: Support multiple media bus codes for each pixelformat
` [PATCH v4 2/3] media: vimc: Add missing {RGB,BGR,GBR}888 media bus codes

[PATCH v3 3/3] media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source pad
 2020-05-01 12:45 UTC  (4+ messages)
  ` [Lkcamp] [PATCH v3 3/3] media: vimc: deb: Add support for {RGB, BGR, GBR}888 "

[PATCH] venus: avoid extra locking in driver
 2020-05-01  7:09 UTC  (5+ messages)

[PATCH net-next] dpaa2-eth: fix error return code in setup_dpni()
 2020-05-01  3:40 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2020-05-01  3:36 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).