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

[PATCH V8 0/2] media: i2c: Add support for DW9768 VCM driver
 2020-06-16 12:55 UTC  (2+ messages)
` [PATCH V8 1/2] media: dt-bindings: media: i2c: Document DW9768 bindings

[PATCH v2] dma-buf: Move dma_buf_release() from fops to dentry_ops
 2020-06-16 12:50 UTC  (3+ messages)

[PATCH 0/4] Remove unused functions found with clang
 2020-06-16 12:48 UTC  (5+ messages)
` [PATCH 1/4] media: drx-k: remove unused MulDiv32 function
` [PATCH 2/4] media: nuvoton-cir: remove setting tx carrier functions
` [PATCH 3/4] media: fintek-cir: remove unused function fintek_clear_reg_bit
` [PATCH 4/4] media: cx23888: remove unused functions

[PATCH] dmabuf: use spinlock to access dmabuf->name
 2020-06-16 12:40 UTC  (2+ messages)

[PATCH 0/4] Add two new v4l controls and implementation
 2020-06-16 12:30 UTC  (5+ messages)
` [PATCH 1/4] media: v4l2-ctrls: Add encoder constant quality control
` [PATCH 2/4] venus: venc: Add support for "
` [PATCH 3/4] v4l2-ctrl: Add control for intra only decode
` [PATCH 4/4] venus: vdec: Add support for decode intra frames only

[RESEND PATCH v3 0/6] media: staging: rkisp1: bugs fixes and vars renames
 2020-06-16 12:20 UTC  (12+ messages)
` [RESEND PATCH v3 2/6] media: staging: rkisp1: rsz: set default format if the given format is not RKISP1_DIR_SRC
` [RESEND PATCH v3 3/6] media: staging: rkisp1: remove macro RKISP1_DIR_SINK_SRC
` [RESEND PATCH v3 4/6] media: staging: rkisp1: rename macros 'RKISP1_DIR_*' to 'RKISP1_ISP_SD_*'
` [RESEND PATCH v3 5/6] media: staging: rkisp1: rename the field 'direction' in 'rkisp1_isp_mbus_info' to 'isp_pads_mask'
` [RESEND PATCH v3 6/6] media: staging: rkisp1: common: add documentation for struct rkisp1_isp_mbus_info

[PATCH 0/6] remove deprecated i2c_new_device API
 2020-06-16 12:12 UTC  (4+ messages)
` [PATCH 5/6] Documentation: media: convert to use i2c_new_client_device()

[PATCH 04/18] dma-fence: prime lockdep annotations
 2020-06-16 12:07 UTC  (5+ messages)
  ` [Linaro-mm-sig] "

[PATCH 1/1] media: pci: dt3155: fix spelling mistake
 2020-06-16 11:52 UTC 

[PATCH v1 000/107] media: ti-vpe: cal: Add media controller support
 2020-06-16 11:43 UTC  (105+ messages)
` [PATCH v1 006/107] media: ti-vpe: cal: Merge all status variables in IRQ handler
` [PATCH v1 010/107] media: ti-vpe: cal: Remove needless variable initialization
` [PATCH v1 013/107] media: ti-vpe: cal: Make loop indices unsigned where applicable
` [PATCH v1 014/107] media: ti-vpe: cal: Embed base_fields array in struct cal_csi2_phy
` [PATCH v1 015/107] media: ti-vpe: cal: Don't modify cal_csi2_phy base_fields
` [PATCH v1 016/107] media: ti-vpe: cal: Store PHY regmap fields in struct cc_data
` [PATCH v1 017/107] media: ti-vpe: cal: Rename cal_csi2_phy base_fields to fields
` [PATCH v1 018/107] media: ti-vpe: cal: Make structure fields unsigned where applicable
` [PATCH v1 019/107] media: ti-vpe: cal: Constify platform data
` [PATCH v1 020/107] media: ti-vpe: cal: Remove static const cal_regmap_config template
` [PATCH v1 021/107] media: ti-vpe: cal: Remove unused structure fields
` [PATCH v1 022/107] media: ti-vpe: cal: Remove flags field from struct cal_dev
` [PATCH v1 023/107] media: ti-vpe: cal: Move function to avoid forward declaration
` [PATCH v1 024/107] media: ti-vpe: cal: Rename cc_data to cal_camerarx
` [PATCH v1 025/107] media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_data
` [PATCH v1 026/107] media: ti-vpe: cal: Name all cal_dev pointers consistently
` [PATCH v1 027/107] media: ti-vpe: cal: Name all cal_camerarx "
` [PATCH v1 028/107] media: ti-vpe: cal: Remove internal phy structure from cal_camerarx
` [PATCH v1 029/107] media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarx
` [PATCH v1 030/107] media: ti-vpe: cal: Use dev_* print macros
` [PATCH v1 031/107] media: ti-vpe: cal: Add print macros for the cal_camerarx instances
` [PATCH v1 032/107] media: ti-vpe: cal: Store sensor-related data in cal_camerarx
` [PATCH v1 033/107] media: ti-vpe: cal: Create consistent naming for CAMERARX functions
` [PATCH v1 034/107] media: ti-vpe: cal: Group CAMERARX-related functions together
` [PATCH v1 035/107] media: ti-vpe: cal: Create consistent naming for context functions
` [PATCH v1 036/107] media: ti-vpe: cal: Reorganize remaining code in sections
` [PATCH v1 037/107] media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index
` [PATCH v1 038/107] media: ti-vpe: cal: Use correct device name for bus_info
` [PATCH v1 039/107] media: ti-vpe: cal: Get struct device without going through v4l2_device
` [PATCH v1 040/107] media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()
` [PATCH v1 041/107] media: ti-vpe: cal: Use a loop to create CAMERARX and context instances
` [PATCH v1 042/107] media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field
` [PATCH v1 043/107] media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function
` [PATCH v1 044/107] media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()
` [PATCH v1 045/107] media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller
` [PATCH v1 046/107] media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections
` [PATCH v1 047/107] media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()
` [PATCH v1 048/107] media: ti-vpe: cal: Hardcode virtual channel to 0
` [PATCH v1 049/107] media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF
` [PATCH v1 050/107] media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()
` [PATCH v1 051/107] media: ti-vpe: cal: Decouple control handler from v4l2_device
` [PATCH v1 052/107] media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev
` [PATCH v1 053/107] media: ti-vpe: cal: Split video device initialization and registration
` [PATCH v1 054/107] media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions
` [PATCH v1 055/107] media: ti-vpe: cal: Unregister video device before cleanup
` [PATCH v1 056/107] media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX
` [PATCH v1 057/107] media: ti-vpe: cal: Move DT parsing to CAMERARX
` [PATCH v1 058/107] media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value
` [PATCH v1 059/107] media: ti-vpe: cal: Move all sensor-related init to .bound() notifier
` [PATCH v1 060/107] media: ti-vpe: cal: Allow multiple contexts per subdev notifier
` [PATCH v1 061/107] media: ti-vpe: cal: Move async notifiers from contexts to cal_dev
` [PATCH v1 062/107] media: ti-vpe: cal: Replace context with phy in async notifier entries
` [PATCH v1 063/107] media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()
` [PATCH v1 064/107] media: ti-vpe: cal: Decouple context and phy cleanup at remove time
` [PATCH v1 065/107] media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c
` [PATCH v1 066/107] media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macros
` [PATCH v1 067/107] media: ti-vpe: cal: Replace number of ports numerical value by macro
` [PATCH v1 068/107] media: ti-vpe: cal: Split media initialization and cleanup to functions
` [PATCH v1 069/107] media: ti-vpe: cal: Read hardware revision earlier during probe
` [PATCH v1 070/107] media: ti-vpe: cal: Print revision and hwinfo in a more readable format
` [PATCH v1 071/107] media: ti-vpe: cal: Store struct device in cal_dev
` [PATCH v1 072/107] media: ti-vpe: cal: Register a media device
` [PATCH v1 073/107] media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()
` [PATCH v1 074/107] media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamically
` [PATCH v1 075/107] media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only caller
` [PATCH v1 076/107] media: ti-vpe: cal: Reorder camerarx functions to prepare refactoring
` [PATCH v1 077/107] media: ti-vpe: cal: Refactor camerarx start and stop
` [PATCH v1 078/107] media: ti-vpe: cal: Don't store external rate in cal_camerarx
` [PATCH v1 079/107] media: ti-vpe: cal: Remove unneeded phy->sensor NULL check
` [PATCH v1 080/107] media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'
` [PATCH v1 081/107] media: ti-vpe: cal: Split video node handling to cal-video.c
` [PATCH v1 082/107] media: ti-vpe: cal: Move CAL I/O accessors to cal.h
` [PATCH v1 083/107] media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.c
` [PATCH v1 084/107] media: ti-vpe: cal: Create subdev for CAMERARX
` [PATCH v1 085/107] media: ti-vpe: cal: Drop cal_ctx m_fmt field
` [PATCH v1 086/107] media: ti-vpe: cal: Move format handling to cal.c and expose helpers
` [PATCH v1 087/107] media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
` [PATCH v1 088/107] media: ti-vpe: cal: Replace hardcoded BIT() value with macro
` [PATCH v1 089/107] media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
` [PATCH v1 090/107] media: ti-vpe: cal: Implement subdev ops for CAMERARX
` [PATCH v1 091/107] media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device code
` [PATCH v1 092/107] media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
` [PATCH v1 093/107] media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info
` [PATCH v1 094/107] media: ti-vpe: cal: Refactor interrupt enable/disable
` [PATCH v1 095/107] media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()
` [PATCH v1 096/107] media: ti-vpe: cal: Stop write DMA without disabling PPI
` [PATCH v1 097/107] media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping stream
` [PATCH v1 098/107] media: ti-vpe: cal: Share buffer release code between start and stop
` [PATCH v1 099/107] media: ti-vpe: cal: Drop V4L2_CAP_READWRITE
` [PATCH v1 100/107] media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()
` [PATCH v1 101/107] media: ti-vpe: cal: Remove DMA queue empty check at start streaming time
` [PATCH v1 102/107] media: ti-vpe: cal: Use list_first_entry()
` [PATCH v1 103/107] media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueue
` [PATCH v1 104/107] media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending buffer
` [PATCH v1 105/107] media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
` [PATCH v1 106/107] media: ti-vpe: cal: Simplify the context API
` [PATCH v1 107/107] media: ti-vpe: cal: Implement media controller centric API

[PATCH v4 0/3] Venus dynamic debug
 2020-06-16 11:23 UTC  (9+ messages)
` [PATCH v4 1/3] venus: Add debugfs interface to set firmware log level
` [PATCH v4 2/3] venus: Make debug infrastructure more flexible

Build failed in Jenkins: media-build #3113
 2020-06-16 10:07 UTC  (3+ messages)
` Build failed in Jenkins: media-build #3114
  ` Jenkins build is back to normal : media-build #3115

[PATCH 1/3] v4l2-subdev: Add subdev ioctl support for ENUM/GET/SET INPUT
 2020-06-16 10:00 UTC  (3+ messages)
` [PATCH 2/3] media: i2c: adv748x-afe: Implement enum/get/set input
` [PATCH 3/3] media: i2c: adv748x: add enuminput control to adv748x hdmi subdev

[PATCH] media: atomisp: Fix a pointer math problem in dump_sp_dmem()
 2020-06-16  9:51 UTC  (2+ messages)

[PATCH 00/10] media: mtk-vcodec: venc: support for MT8183
 2020-06-16  9:06 UTC  (5+ messages)
` [PATCH 04/10] media: mtk-vcodec: venc: handle firmware version field
` [PATCH 05/10] media: mtk-vcodec: venc: specify bitrate range per-chip

cron job: media_tree daily build: ERRORS
 2020-06-16  3:32 UTC 

[PATCH] [v2] media: vsp1: Fix runtime PM imbalance on error
 2020-06-16  2:56 UTC  (2+ messages)

[PATCH] media: rcar-vin: Fix a reference count leak
 2020-06-16  2:13 UTC  (2+ messages)

[PATCH] media: vsp1: Fix a reference count leak
 2020-06-16  2:09 UTC  (3+ messages)

[PATCH] media: test_drivers: vivid-core: Use array_size() helper
 2020-06-15 21:40 UTC 

[PATCH 26/29] docs: fix references for DMA*.txt files
 2020-06-15 20:37 UTC  (2+ messages)

[PATCH v5 0/2] CH7322 CEC controller driver
 2020-06-15 19:38 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: Add ch7322 media i2c device
` [PATCH v5 2/2] media: cec: i2c: ch7322: Add ch7322 CEC controller driver

[PATCH v3] media: tpg: Add function to return colors' order of test image
 2020-06-15 17:31 UTC 

[PATCH] media: i2c: adv748x: add enuminput control to adv748x hdmi subdev
 2020-06-15 17:27 UTC  (3+ messages)

[PATCH v2 0/2] media: Add colors' order over test image
 2020-06-15 15:55 UTC  (7+ messages)
` [PATCH v2 1/2] media: tpg: Add function to return colors' order of "
` [PATCH v2 2/2] media: vimc: Add a control to show test pattern colors' order

[PATCH v10 0/4] MAX9286 GMSL Support (+RDACM20)
 2020-06-15 15:19 UTC  (6+ messages)
` [PATCH v10 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

[PATCH] rcar-vin: rcar-csi2: Correct the selection of hsfreqrange
 2020-06-15 14:11 UTC  (6+ messages)
` [PATCH v6] media: "

[PATCH v5 00/10] Improvements to IMX290 CMOS driver
 2020-06-15 14:01 UTC  (3+ messages)
` [PATCH v5 10/10] media: i2c: imx290: set bus_type before calling v4l2_fwnode_endpoint_alloc_parse()

[V9, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-06-15 12:44 UTC  (7+ messages)
` [V9, 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH V10 0/2] media: i2c: Add support for OV02A10 sensor
 2020-06-15 12:29 UTC  (3+ messages)
` [PATCH V10 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings
` [PATCH V10 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH v6 5/6] media: venus: core: Add support for opp tables/perf voting
 2020-06-15 12:02 UTC 

[PATCH] media: ov2740: add NVMEM interface to read customized OTP data
 2020-06-15 11:22 UTC  (4+ messages)

[PATCH] media: pxa_camera: remove an impossible condition
 2020-06-15 10:35 UTC  (2+ messages)

[PATCH v4 0/9] v4l2-subdev: Introduce [g|s]et_mbus_format pad op
 2020-06-15  9:23 UTC  (17+ messages)
` [PATCH v4 1/9] media: v4l2-subdv: Introduce [get|set]_mbus_config pad ops
` [PATCH v4 7/9] media: i2c: adv748x: Adjust TXA data lanes number
` [PATCH v4 8/9] media: i2c: adv748x: Implement get_mbus_config
` [PATCH v4 9/9] media: rcar-csi2: Negotiate data lanes number

[PATCH] drm/ttm: Fix dma_fence refcnt leak when adding move fence
 2020-06-15  8:55 UTC  (2+ messages)

[V8, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-06-15  8:44 UTC  (9+ messages)
` [V8, 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH] rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage
 2020-06-15  8:05 UTC  (2+ messages)

[PATCH 1/2] media: atomisp: fix identation at I2C Kconfig menu
 2020-06-15  5:43 UTC  (2+ messages)
` [PATCH 2/2] media: atomisp: fix help message for ISP2401 selection

[PATCH 1/2] media: cec: don't use the deprecated help tag
 2020-06-15  5:36 UTC  (5+ messages)
` [PATCH 2/2] media: atomisp: replace old ---help--- tags by just help

cron job: media_tree daily build: WARNINGS
 2020-06-15  3:40 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).