messages from 2025-08-09 21:19:20 to 2025-08-22 13:59:48 UTC [more...]
[PATCH v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
2025-08-22 13:59 UTC (25+ messages)
` [PATCH v1 01/19] clk: tegra: init CSUS clock "
` [PATCH v1 02/19] dt-bindings: clock: tegra20: Add IDs for CSI PAD clocks
` [PATCH v1 03/19] clk: tegra30: add CSI PAD clock gates
` [PATCH v1 04/19] dt-bindings: display: tegra: document Tegra30 VIP
` [PATCH v1 05/19] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v1 06/19] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v1 07/19] staging: media: tegra-video: csi: parametrize MIPI calibration device presence
` [PATCH v1 08/19] staging: media: tegra-video: vi: adjust get_selection op check
` [PATCH v1 09/19] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v1 10/19] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v1 11/19] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v1 12/19] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v1 13/19] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v1 14/19] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v1 15/19] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422 1X16
` [PATCH v1 16/19] staging: media: tegra-video: tegra20: adjust luma buffer stride
` [PATCH v1 17/19] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v1 18/19] ARM: tegra: add CSI binding for Tegra20 and Tegra30
` [PATCH v1 19/19] staging: media: tegra-video: add CSI support "
[PATCH 00/13] staging: rtl8723bs: get rid of os_dep/recv_linux.c
2025-08-22 13:54 UTC (14+ messages)
` [PATCH 01/13] staging: rtl8723bs: remove wrapper rtw_init_recv_timer
` [PATCH 02/13] staging: rtl8723bs: move rtw_recv_indicatepkt to rtw_recv.c
` [PATCH 03/13] staging: rtl8723bs: move rtw_handle_tkip_mic_err "
` [PATCH 04/13] staging: rtl8723bs: merge rtw_os_free_recvframe into rtw_recv.c
` [PATCH 05/13] staging: rtl8723bs: merge rtw_os_recv_resource_alloc "
` [PATCH 06/13] staging: rtl8723bs: merge rtw_os_recv_resource_free "
` [PATCH 07/13] staging: rtl8723bs: merge rtw_os_recvbuf_resource_free into rtl8723bs_recv.c
` [PATCH 08/13] staging: rtl8723bs: move rtw_os_alloc_msdu_pkt to rtw_recv.c
` [PATCH 09/13] staging: rtl8723bs: rename rtw_os_alloc_msdu_pkt
` [PATCH 10/13] staging: rtl8723bs: move rtw_os_recv_indicate_pkt to rtw_recv.c
` [PATCH 11/13] staging: rtl8723bs: rename rtw_os_recv_indicate_pkt
` [PATCH 12/13] staging: rtl8723bs: remove os_dep/recv_linux.c
` [PATCH 13/13] staging: rtl8723bs: remove include/recv_osdep.h
[PATCH v3 00/31] media: add imx93 mipi/controller csi support
2025-08-21 20:16 UTC (32+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v3 02/31] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v3 03/31] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
` [PATCH v3 04/31] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v3 05/31] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v3 06/31] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v3 07/31] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v3 08/31] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v3 09/31] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v3 10/31] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v3 11/31] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v3 12/31] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v3 13/31] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v3 14/31] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v3 15/31] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v3 16/31] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v3 17/31] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v3 18/31] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v3 19/31] media: synopsys: csi2: Add phy interface support
` [PATCH v3 20/31] media: synopsys: csi2: Add basic v150* version register
` [PATCH v3 21/31] media: synopsys: csi2: Add irq support to record error count
` [PATCH v3 22/31] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v3 23/31] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v3 24/31] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v3 25/31] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v3 26/31] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v3 27/31] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v3 28/31] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v3 29/31] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v3 30/31] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v3 31/31] media: synopsys: csi2: Add simple synopsys platform driver
[PATCH v3 1/3] staging: media: atomisp: Remove unnecessary forward declaration in gdc.c
2025-08-21 13:54 UTC (4+ messages)
` [PATCH v3 2/3] staging: media: atomisp: Whitespaces style cleanup "
` [PATCH v3 3/3] staging: media: atomisp: Remove return from end of void function "
[PATCH v2 1/3] staging: media: atomisp: Remove unnecessary inline declaration in gdc.c
2025-08-21 13:37 UTC (5+ messages)
` [PATCH v2 2/3] staging: media: atomisp: Whitespaces style cleanup "
` [PATCH v2 3/3] staging: media: atomisp: Remove return from end of void function "
[PATCH v2] media: atomisp: use kmalloc_array() for array space allocation
2025-08-21 9:26 UTC (2+ messages)
[PATCH] media: atomisp: use kmalloc_array() for array space allocation
2025-08-21 6:54 UTC (5+ messages)
[PATCH] staging: media: atomisp: Whitespaces style cleanup in gdc.c
2025-08-21 6:37 UTC (5+ messages)
` Fwd: "
[PATCH v2 00/32] media: add imx93 mipi/controller csi support
2025-08-20 19:16 UTC (6+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
[PATCH net-next v2 0/7] net: Convert to skb_dstref_steal and skb_dstref_restore
2025-08-20 15:08 UTC (13+ messages)
` [PATCH net-next v2 1/7] net: Add "
` [PATCH net-next v2 2/7] xfrm: Switch to skb_dstref_steal to clear dst_entry
` [PATCH net-next v2 3/7] netfilter: "
` [PATCH net-next v2 4/7] net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callers
` [PATCH net-next v2 5/7] staging: octeon: Convert to skb_dst_drop
` [PATCH net-next v2 6/7] chtls: Convert to skb_dst_reset
` [PATCH net-next v2 7/7] net: Add skb_dst_check_unset
` [syzbot ci] Re: net: Convert to skb_dstref_steal and skb_dstref_restore
[PATCH] staging: media: atomisp: return early on hmm_bo_device_init() failure
2025-08-20 15:06 UTC (2+ messages)
[PATCH] media: atomisp: Use vmemdup_user() instead of open-coding
2025-08-20 15:01 UTC (4+ messages)
[PATCH v3] staging: nvec: Remove unused NVEC_PHD macro
2025-08-20 6:31 UTC (2+ messages)
[PATCH v2] staging: iio: adc: ad7816: Drop unnecessary dev_set_drvdata() call
2025-08-19 18:20 UTC (3+ messages)
[PATCH] staging: iio: adc: ad7816: Use spi_set_drvdata() for clarity
2025-08-19 14:12 UTC (2+ messages)
[PATCH] staging: gpib: tnt4882: Remove redundant header files
2025-08-19 13:11 UTC
[PATCH] staging: media: tegra-video: Remove the use of dev_err_probe()
2025-08-19 11:13 UTC (4+ messages)
[PATCH v2] staging: media: tegra-video: Remove the use of dev_err_probe()
2025-08-19 11:00 UTC
[PATCH v2] staging: nvec: Remove unused NVEC_PHD macro
2025-08-19 6:05 UTC (2+ messages)
[PATCH] staging: nvec: Silence unused argument warning in NVEC_PHD macro
2025-08-18 19:52 UTC (6+ messages)
[PATCH v3] staging: rtl8723bs: fix coding style issues in core/rtw_mlme.c
2025-08-18 15:26 UTC
[PATCH 00/65] media: Rationalise usage of v4l2_fh
2025-08-18 14:12 UTC (5+ messages)
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
[PATCH] staging: rtl8723bs: fix coding style issues in core/rtw_mlme.c
2025-08-18 7:26 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3] staging: media: atomisp: Add lock asserts for various functions
2025-08-18 6:15 UTC (2+ messages)
[PATCH v2] staging: axis-fifo: fix maximum TX packet length check
2025-08-17 17:13 UTC
[PATCH v2] media: atomisp: Add lock asserts for mutex protection
2025-08-15 20:04 UTC (2+ messages)
[PATCH] staging: media: atomisp: Add lock asserts for mutex protection
2025-08-15 20:03 UTC (2+ messages)
[PATCH] staging: gpib: tidy-up comments
2025-08-14 19:01 UTC
[PATCH net-next 0/7] net: Convert to skb_dst_reset and skb_dst_restore
2025-08-14 15:45 UTC (15+ messages)
` [PATCH net-next 1/7] net: Add "
` [PATCH net-next 2/7] xfrm: Switch to skb_dst_reset to clear dst_entry
` [PATCH net-next 3/7] netfilter: "
` [PATCH net-next 4/7] net: Switch to skb_dst_reset/skb_dst_restore for ip_route_input callers
` [PATCH net-next 5/7] staging: octeon: Convert to skb_dst_drop
` [PATCH net-next 6/7] chtls: Convert to skb_dst_reset
` [PATCH net-next 7/7] net: Add skb_dst_check_unset
` [syzbot ci] Re: net: Convert to skb_dst_reset and skb_dst_restore
[PATCH] staging: most: video: improve arguments to copy_to_user()
2025-08-13 15:40 UTC (3+ messages)
[PATCH] staging: vc04_services/vchiq-mmal: fix typos in comments
2025-08-12 1:56 UTC
[PATCH] media: rkvdec: Fix a NULL vs IS_ERR() bug in probe()
2025-08-11 14:20 UTC (2+ messages)
[PATCH 64/80] media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls
2025-08-11 13:48 UTC (2+ messages)
[PATCH v2 1/2] staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
2025-08-11 8:54 UTC (2+ messages)
` [PATCH v2 2/2] staging: axis-fifo: use unique identifiers in device names
[PATCH 01/11] staging: rtl8723bs: Rename camelCase variables to snake_case
2025-08-11 7:30 UTC (11+ messages)
` [PATCH 02/11] staging: rtl8723bs: Reformat code to respect 100-column line limit
` [PATCH 03/11] staging: rtl8723bs: Remove empty line
` [PATCH 04/11] staging: rtl8723bs: Fix the line end with ( issue
` [PATCH 05/11] staging: rtl8723bs: Rmove unnecessary parentheses around the statement
` [PATCH 06/11] staging: rtl8723bs: Remove redundant comparison to true and false
` [PATCH 07/11] staging: rtl8723bs: Add spaces around binary operators
` [PATCH 08/11] staging: rtl8723bs: Enforce alignment match open parenthesis
` [PATCH 09/11] staging: rtl8723bs: Rename camelCaseVar to snake_case_var
[PATCH 0/2] staging: rtl8723bs: rtw_security cleanups
2025-08-11 7:09 UTC (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: use crypto_xor_cpy
` [PATCH 2/2] staging: rtl8723bs: remove unnecessary forward declarations
[PATCH] staging: rtl8723bs: refactor code for style compliance
2025-08-11 6:48 UTC (2+ messages)
[PATCH 1/2] staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
2025-08-10 14:41 UTC (3+ messages)
` [PATCH 2/2] staging: axis-fifo: use unique identifiers in device names
[PATCH] staging: rtl8723bs: refactor code for style compliance
2025-08-10 6:56 UTC (2+ messages)
[PATCH v3 00/76] media: Rationalise usage of v4l2_fh
2025-08-10 1:30 UTC (9+ messages)
` [PATCH v3 07/76] media: staging: most: Store v4l2_fh pointer in file->private_data
` [PATCH v3 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v3 11/76] media: Replace file->private_data access with custom functions
` [PATCH v3 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v3 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v3 29/76] media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH v3 68/76] media: staging: imx: Access v4l2_fh from file
` [PATCH v3 76/76] media: staging: Rename second ioctl handlers argument to 'void *priv'
[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
2025-08-09 21:16 UTC (2+ messages)
` [PATCH v2 76/76] media: staging: Rename second ioctl handlers argument to 'void *priv'
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;
as well as URLs for NNTP newsgroup(s).