linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-05 12:13:18 to 2025-08-20 03:11:42 UTC [more...]

[PATCH net-next v2 0/7] net: Convert to skb_dstref_steal and skb_dstref_restore
 2025-08-20  3:11 UTC  (11+ 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 v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-08-19 20:30 UTC  (22+ 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 v3] staging: nvec: Remove unused NVEC_PHD macro
 2025-08-19 19:44 UTC 

[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 v2 00/32] media: add imx93 mipi/controller csi support
 2025-08-18 14:39 UTC  (34+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 02/32] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v2 03/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_bpp()
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
` [PATCH v2 05/32] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v2 06/32] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v2 07/32] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v2 08/32] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v2 09/32] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v2 10/32] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v2 11/32] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v2 12/32] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v2 13/32] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v2 14/32] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v2 15/32] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v2 16/32] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v2 17/32] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v2 18/32] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v2 19/32] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v2 20/32] media: synopsys: csi2: Add phy interface support
` [PATCH v2 21/32] media: synopsys: csi2: Add basic v150* version register
` [PATCH v2 22/32] media: synopsys: csi2: Add irq support to record error count
` [PATCH v2 23/32] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v2 24/32] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v2 25/32] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v2 26/32] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v2 27/32] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v2 28/32] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v2 29/32] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v2 30/32] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v2 31/32] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v2 32/32] media: synopsys: csi2: Add simple synopsys platform driver

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-18 14:12 UTC  (31+ 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 58/65] media: zoran: Remove access to __fh
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers

[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] media: atomisp: use kmalloc_array() for array space allocation
 2025-08-17  9:29 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: media: atomisp: return early on hmm_bo_device_init() failure
 2025-08-15 17:37 UTC 

[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] media: atomisp: Use vmemdup_user() instead of open-coding
 2025-08-14 13:58 UTC  (3+ messages)

[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  (3+ 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  (9+ messages)
` [PATCH v2 07/76] media: staging: most: Store v4l2_fh pointer in file->private_data
` [PATCH v2 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v2 11/76] media: Replace file->private_data access with custom functions
` [PATCH v2 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v2 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v2 29/76] media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH v2 68/76] media: staging: imx: Access v4l2_fh from file
` [PATCH v2 76/76] media: staging: Rename second ioctl handlers argument to 'void *priv'

media: staging/intel-ipu3: css - possible typo in array being assigned
 2025-08-08 14:17 UTC  (2+ messages)

[PATCH] staging: iio: ad5933: Fix implicit fall-through in switch()
 2025-08-08 12:47 UTC  (7+ messages)

[PATCH] staging: rtl8723bs: fix checkpatch spaces preferred around that
 2025-08-07 18:54 UTC 

[PATCH v11 0/4] staging: media: atomisp: indentation cleanup per directory
 2025-08-05 21:38 UTC  (2+ messages)

[PATCH 0/3] media: Use v4l2_event_subdev_unsubscribe() in more drivers
 2025-08-05 20:52 UTC  (3+ messages)
` [PATCH 3/3] media: staging: imx: Drop custom .unsubscribe_event() handler

[PATCH v3] staging: media: atomisp: add missing mutex lock in atomisp_s_fmt_cap
 2025-08-05 12:13 UTC  (3+ messages)


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).