messages from 2023-12-09 04:05:54 to 2023-12-12 12:41:03 UTC [more...]
[PATCH 00/19] Omnivision OV4689 refactoring and improvements
2023-12-12 12:37 UTC (36+ messages)
` [PATCH 01/19] media: i2c: ov4689: Clean up and annotate the register table
` [PATCH 02/19] media: i2c: ov4689: Fix typo in a comment
` [PATCH 03/19] media: i2c: ov4689: CCI conversion
` [PATCH 04/19] media: i2c: ov4689: Remove i2c_client from ov4689 struct
` [PATCH 05/19] media: i2c: ov4689: Refactor ov4689_set_ctrl
` [PATCH 06/19] media: i2c: ov4689: Set gain in one 16 bit write
` [PATCH 07/19] media: i2c: ov4689: Use sub-device active state
` [PATCH 08/19] media: i2c: ov4689: Enable runtime PM before registering sub-device
` [PATCH 09/19] media: i2c: ov4689: Remove max_fps field from struct ov4689_mode
` [PATCH 10/19] media: i2c: ov4689: Make horizontal blanking configurable
` [PATCH 11/19] media: i2c: ov4689: Implement vflip/hflip controls
` [PATCH 12/19] media: i2c: ov4689: Implement digital gain control
` [PATCH 13/19] media: i2c: ov4689: Implement manual color balance controls
` [PATCH 14/19] media: i2c: ov4689: Move pixel array size out of struct ov4689_mode
` [PATCH 15/19] media: i2c: ov4689: Set timing registers programmatically
` [PATCH 16/19] media: i2c: ov4689: Configurable analogue crop
` [PATCH 17/19] media: i2c: ov4689: Eliminate struct ov4689_mode
` [PATCH 18/19] media: i2c: ov4689: Refactor ov4689_s_stream
` [PATCH 19/19] media: i2c: ov4689: Implement 2x2 binning
[PATCH v15 0/3] media: i2c: Add support for alvium camera
2023-12-12 12:34 UTC (7+ messages)
` [PATCH v15 3/3] "
[net-next v1 00/16] Device Memory TCP
2023-12-12 12:25 UTC (29+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
[PATCH 0/3] media: imx415: Add more modes
2023-12-12 12:18 UTC (4+ messages)
` [PATCH 2/3] media: i2c: imx415: Add more clock configurations
[PATCH v8 0/6] Improve pwm-ir-tx precision
2023-12-12 11:50 UTC (12+ messages)
` [PATCH v8 1/6] pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
` [PATCH v8 2/6] pwm: Replace ENOTSUPP with EOPNOTSUPP
` [PATCH v8 3/6] pwm: renesas: Remove unused include
` [PATCH v8 4/6] pwm: Make it possible to apply PWM changes in atomic context
` [PATCH v8 5/6] pwm: bcm2835: Allow PWM driver to be used "
` [PATCH v8 6/6] media: pwm-ir-tx: Trigger edges from hrtimer interrupt context
[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
2023-12-12 11:40 UTC (3+ messages)
` [PATCH v5 18/44] drm/vc4: hdmi: Create destroy state implementation
[GIT PULL FOR 6.8] Some fixes and new drivers, too
2023-12-12 11:05 UTC (5+ messages)
` [GIT PULL FOR 6.8] Some fixes and new drivers, too (#97934)
[PATCH v14 00/11] Implement UVC v1.5 ROI
2023-12-12 7:59 UTC (12+ messages)
` [PATCH v14 01/11] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [PATCH v14 04/11] media: uvcvideo: Split uvc_control_mapping.size to v4l2 and data size
` [PATCH v14 11/11] media: uvcvideo: document UVC v1.5 ROI
[PATCH v3 0/3] Enable venus on Fairphone 5 / non-ChromeOS sc7280 venus support
2023-12-12 7:59 UTC (5+ messages)
` [PATCH v3 1/3] media: venus: core: Set up secure memory ranges for SC7280
` [PATCH v3 2/3] arm64: dts: qcom: sc7280: Move video-firmware to chrome-common
[PATCH 0/3] misc improvment for j721e csi2rx
2023-12-12 7:57 UTC (8+ messages)
` [PATCH 1/3] media: cadence: csi2rx: use match fwnode for media link
` [PATCH 2/3] media: cadence: csi2rx: add Y8_1X8 format
` [PATCH 3/3] media: ti: j721e-csi2rx: add GREY format
[PATCH v2 0/2] media: imx415: Add more clock configurations
2023-12-12 7:36 UTC (4+ messages)
` [PATCH v2 1/2] media: i2c: imx415: Convert to new CCI register access helpers
` [PATCH v2 2/2] media: i2c: imx415: Add more clock configurations
[bug report] media: qcom: camss: Move VFE power-domain specifics into vfe.c
2023-12-12 6:07 UTC
cron job: media_tree daily build: WARNINGS
2023-12-12 2:49 UTC
[PATCH v3 0/7] dma-buf: heaps: Add secure heap
2023-12-12 2:46 UTC (8+ messages)
` [PATCH v3 1/7] dt-bindings: reserved-memory: Add mediatek,dynamic-secure-region
` [PATCH v3 2/7] dma-buf: heaps: Initialize a secure heap
` [PATCH v3 3/7] dma-buf: heaps: secure_heap: Add private heap ops
` [PATCH v3 4/7] dma-buf: heaps: secure_heap: Add dma_ops
` [PATCH v3 5/7] dma-buf: heaps: secure_heap: Add MediaTek secure heap and heap_init
` [PATCH v3 6/7] dma-buf: heaps: secure_heap_mtk: Add tee memory service call
` [PATCH v3 7/7] dma_buf: heaps: secure_heap_mtk: Add a new CMA heap
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-12 2:27 UTC (5+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v3 20/35] media: radio-shark: optimize the driver by using atomic find_bit() API
` [PATCH v3 27/35] media: em28xx: cx231xx: optimize drivers by using find_and_set_bit()
[GIT PULL FOR v6.8] Venus updates
2023-12-11 23:32 UTC (2+ messages)
` [GIT PULL FOR v6.8] Venus updates (#97917)
[PATCH] docs: sphinx/requirement.txt: Reflect recommended Sphinx version
2023-12-11 23:27 UTC
[PATCH v3 0/2] Update Wave521c Compatible for TI Devices
2023-12-11 21:04 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: media: Remove K3 Family Prefix from Compatible
` [PATCH v3 2/2] media: chips-media: wave5: Remove K3 References
[PATCH 0/4] Add link frequency to bitmap helper
2023-12-11 20:37 UTC (6+ messages)
` [PATCH 1/4] media: v4l: Add a helper for setting up link-frequencies control
` [PATCH 2/4] media: imx334: Use v4l2_link_frequencies_to_bitmap helper
` [PATCH 3/4] media: imx319: "
` [PATCH 4/4] media: imx355: "
[PATCH v7 00/13] Introduce STM32 Firewall framework
2023-12-11 18:48 UTC (15+ messages)
` [PATCH v7 01/13] dt-bindings: document generic access controllers
` [PATCH v7 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v7 03/13] dt-bindings: bus: document RIFSC
` [PATCH v7 04/13] dt-bindings: bus: document ETZPC
` [PATCH v7 05/13] firewall: introduce stm32_firewall framework
` [PATCH v7 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v7 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v7 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v7 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v7 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v7 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v7 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v7 13/13] ARM: dts: stm32: put ETZPC as an access controller "
[PATCH] media: v4l: async: Fix double pointer free on v4l2_async_unregister_subdev()
2023-12-11 17:10 UTC (2+ messages)
[PATCH v6 0/2] media: i2c: Add driver for OmniVision OV64A40
2023-12-11 16:16 UTC (3+ messages)
` [PATCH v6 1/2] media: dt-bindings: Add "
` [PATCH v6 2/2] media: i2c: Add driver for "
[PATCH v4 0/8] media: v4l2-subdev: Improve frame interval handling
2023-12-11 15:48 UTC (15+ messages)
` [PATCH v4 1/8] media: v4l: subdev: Move out subdev state lock macros outside CONFIG_MEDIA_CONTROLLER
` [PATCH v4 3/8] media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_interval
[PATCH v7 0/4] Improve pwm-ir-tx precision
2023-12-11 14:30 UTC (8+ messages)
` [PATCH v7 1/4] pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
` [PATCH v7 2/4] pwm: Make it possible to apply PWM changes in atomic context
` [PATCH v7 3/4] pwm: bcm2835: Allow PWM driver to be used "
` [PATCH v7 4/4] media: pwm-ir-tx: Trigger edges from hrtimer interrupt context
[PATCH v6 0/4] Improve pwm-ir-tx precision
2023-12-11 14:17 UTC (17+ messages)
` [PATCH v6 1/4] pwm: rename pwm_apply_state() to pwm_apply_might_sleep()
` [PATCH v6 2/4] pwm: make it possible to apply pwm changes in atomic context
` [PATCH v6 3/4] pwm: bcm2835: allow pwm driver to be used "
` [PATCH v6 4/4] media: pwm-ir-tx: trigger edges from hrtimer interrupt context
[PATCH v4 0/2] Clean up min_buffers_needed misusages
2023-12-11 13:55 UTC (5+ messages)
` [PATCH v5 1/3] videobuf2: core: Rename min_buffers_needed field to vb2_queue
` [PATCH v5 2/3] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
` [PATCH v5 3/3] media: test-drivers: Set REQBUFS minimum number of buffers
[PATCH v4 0/7] media: Sony IMX335 improvements
2023-12-11 12:59 UTC (8+ messages)
` [PATCH v4 1/7] media: dt-bindings: media: imx335: Add supply bindings
` [PATCH v4 2/7] media: i2c: imx335: Fix logging line endings
` [PATCH v4 3/7] media: i2c: imx335: Improve configuration error reporting
` [PATCH v4 4/7] media: i2c: imx335: Enable regulator supplies
` [PATCH v4 5/7] media: i2c: imx335: Implement get selection API
` [PATCH v4 6/7] media: i2c: imx335: Fix hblank min/max values
` [PATCH v4 7/7] media: i2c: imx335: Support 2592x1940 10-bit mode
[PATCH] drm/scheduler: Unwrap job dependencies
2023-12-11 10:47 UTC (3+ messages)
` [Linaro-mm-sig] "
[PATCH v4 0/2] Clean up min_buffers_needed misusages
2023-12-11 10:10 UTC (3+ messages)
` [PATCH v4 2/2] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
[PATCH v1] media: cadence: csi2rx: Add enum_mbus_code pad ops
2023-12-11 9:43 UTC
[syzbot] Monthly media report (Dec 2023)
2023-12-11 9:40 UTC
[PATCH v4 00/11] media: rkisp1: Add support for i.MX8MP
2023-12-11 7:49 UTC (6+ messages)
[PATCH v9 0/5] Add Toshiba Visconti Video Input Interface driver
2023-12-11 0:35 UTC (7+ messages)
` [PATCH v9 3/5] media: platform: visconti: add V4L2 vendor specific control handlers
[linuxtv-media-stage:master] BUILD SUCCESS efa28efd9cba015f8c3d88123527c3c3cfcd13d0
2023-12-10 7:45 UTC
cron job: media_tree daily build: WARNINGS
2023-12-10 2:49 UTC
[PATCH v2 3/4] media: i2c: add MAX96714 driver
2023-12-10 2:13 UTC (3+ messages)
[PATCH] keytable: meson not passing rc_keymaps system directory
2023-12-09 21:14 UTC
[sailus-media-tree:metadata] BUILD SUCCESS 4540874b569e8e71a60ae80bbd7598eda45b5dee
2023-12-09 15:15 UTC
[PATCH v3 0/4] staging: vc04_services: Drop custom logging
2023-12-09 9:33 UTC (5+ messages)
` [PATCH v3 3/4] staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbg
[PATCH v5 0/3] GC0308 Camera Sensor
2023-12-08 23:18 UTC (4+ messages)
` [PATCH v5 1/3] media: dt-bindings: gc0308: add binding
` [PATCH v5 2/3] media: MAINTAINERS: Add GalaxyCore in camera sensor section
` [PATCH v5 3/3] media: i2c: gc0308: new driver
[PATCH v2 4/4] media: i2c: add MAX96717 driver
2023-12-09 4:05 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox