linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-26 16:01:42 to 2022-12-20 08:44:21 UTC [more...]

[PATCH] staging: vc04_services: vchiq_arm: Create platform_device per device
 2022-12-20  8:44 UTC 

[PATCH v2 0/7] staging: vc04_services: Remove custom return values
 2022-12-19 11:57 UTC  (8+ messages)
` [PATCH v2 1/7] staging: vc04_services: Replace vchiq_status return type to int
` [PATCH v2 2/7] staging: vc04_services: Drop VCHIQ_SUCCESS usage
` [PATCH v2 3/7] staging: vc04_services: Drop VCHIQ_ERROR usage
` [PATCH v2 4/7] staging: vc04_services: Drop VCHIQ_RETRY usage
` [PATCH v2 5/7] vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnect
` [PATCH v2 6/7] staging: vc04_services: Drop enum vchiq_status remnants
` [PATCH v2 7/7] staging: vc04_services: vchiq: Drop custom return values from TODO

[PATCH] staging: r8188eu: Prefer kcalloc over kzalloc
 2022-12-18 15:50 UTC  (3+ messages)

[PATCH v3 00/12] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes
 2022-12-17  4:12 UTC  (14+ messages)
` [PATCH v3 01/12] media: sun6i-csi: bridge: Fix return code handling in stream off path
` [PATCH v3 02/12] media: sun6i-csi: bridge: Error out on invalid port to fix warning
` [PATCH v3 03/12] media: sunxi-csi: bridge: Declare subdev ops as static
` [PATCH v3 04/12] media: sun6i-csi: capture: Remove useless ret initialization
` [PATCH v3 05/12] media: sun6i-mipi-csi2: Clarify return code handling in stream off path
` [PATCH v3 06/12] media: sun8i-a83t-mipi-csi2: "
` [PATCH v3 07/12] media: sun6i-isp: proc: Fix "
` [PATCH v3 08/12] media: sun6i-isp: proc: Error out on invalid port to fix warning
` [PATCH v3 09/12] media: sun6i-isp: proc: Declare subdev ops as static
` [PATCH v3 10/12] media: sun6i-isp: capture: Fix uninitialized variable use
` [PATCH v3 11/12] media: sun6i-isp: params: Fix incorrect indentation
` [PATCH v3 12/12] media: sun6i-isp: params: Unregister pending buffer on cleanup

[PATCH v2] media: imx: remove code for non-existing config IMX_GPT_ICAP
 2022-12-16 17:23 UTC  (2+ messages)

[GIT PULL] Staging driver changes for 6.2-rc1
 2022-12-16 16:00 UTC  (2+ messages)

[PATCH 0/7] staging: vc04_services: Remove custom return values
 2022-12-15 13:26 UTC  (11+ messages)
` [PATCH 1/7] staging: vc04_services: Replace vchiq_status return type to int
` [PATCH 2/7] staging: vc04_services: Drop VCHIQ_SUCCESS usage
` [PATCH 3/7] staging: vc04_services: Drop VCHIQ_ERROR usage
` [PATCH 4/7] staging: vc04_services: Drop VCHIQ_RETRY usage
` [PATCH 5/7] vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnect
` [PATCH 6/7] staging: vc04_services: Drop enum vchiq_status remnants
` [PATCH 7/7] staging: vc04_services: vchiq: Drop custom return values from TODO

[PATCH] drivers: staging: fbtft: Replace usage of udelay
 2022-12-15  4:37 UTC  (2+ messages)

[PATCH] staging: qlge: remove unnecessary spaces before function pointer args
 2022-12-14 20:51 UTC 

[PATCH v2] staging: vme_user: Replace the "<<" with BIT macro
 2022-12-14 19:04 UTC 

staging: vme_user: Replace the "<<" with BIT macro
 2022-12-14 11:50 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-12-14  9:05 UTC 

[PATCH] staging: vme_user: Add spaces around "<<"
 2022-12-14  7:00 UTC  (2+ messages)

subscribe linux-staging
 2022-12-13 19:51 UTC 

[PATCH] staging: greybus: codecs: Drop empty platform remove function
 2022-12-13 16:34 UTC  (3+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-12 16:36 UTC  (3+ messages)
` (subset) "

[PATCH] staging: wlan-ng: fix checkpatch error for spinlock
 2022-12-11 11:33 UTC  (3+ messages)

[PATCH v3 1/3] staging: vme_user: add the spaces around the "*"
 2022-12-09  2:17 UTC  (3+ messages)
` [PATCH v3 2/3] staging: vme_user: remove unnecessary spaces
` [PATCH v3 3/3] staging: vme_user: replace 'unsigned' with 'unsigned int'

[PATCH v3 1/3] staging: vme_user: add the spaces around the "*"
 2022-12-08 18:20 UTC  (2+ messages)

[PATCH v8 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-12-08 13:57 UTC  (5+ messages)
` [PATCH v8 3/6] staging: media: Add support for the Allwinner A31 ISP

[PATCH v2 00/11] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes
 2022-12-08 13:55 UTC  (12+ messages)
` [PATCH v2 01/11] media: sun6i-csi: bridge: Fix return code handling in stream off path
` [PATCH v2 02/11] media: sun6i-csi: bridge: Error out on invalid port to fix warning
` [PATCH v2 03/11] media: sunxi-csi: bridge: Declare subdev ops as static
` [PATCH v2 04/11] media: sun6i-csi: capture: Remove useless ret initialization
` [PATCH v2 05/11] media: sun6i-mipi-csi2: Fix return code handling in stream off path
` [PATCH v2 06/11] media: sun8i-a83t-mipi-csi2: "
` [PATCH v2 07/11] media: sun6i-isp: proc: "
` [PATCH v2 08/11] media: sun6i-isp: proc: Error out on invalid port to fix warning
` [PATCH v2 09/11] media: sunxi-isp: proc: Declare subdev ops as static
` [PATCH v2 10/11] media: sun6i-isp: capture: Fix uninitialized variable use
` [PATCH v2 11/11] media: sun6i-isp: params: Fix incorrect indentation

[PATCH -next] staging: media: Remove surplus dev_err() when using platform_get_irq()
 2022-12-08 13:23 UTC  (3+ messages)

[PATCH v2 RESEND] Staging: greybus: camera: fixed brace coding-style and indentation issues
 2022-12-08 13:21 UTC  (4+ messages)

[PATCH v2 1/3] staging: vme_user: add the spaces around the "*"
 2022-12-08 13:17 UTC  (2+ messages)

[PATCH 0/9] Allwinner A31/A83T CSI/ISP/MIPI CSI-2 media fixes
 2022-12-08 11:47 UTC  (10+ messages)
` [PATCH 1/9] media: sun6i-csi: bridge: Fix return code handling in stream off path
` [PATCH 2/9] media: sun6i-csi: capture: Remove useless ret initialization
` [PATCH 3/9] media: sun6i-csi: bridge: Error out on invalid port to fix warning
` [PATCH 4/9] media: sun6i-mipi-csi2: Fix return code handling in stream off path
` [PATCH 5/9] media: sun8i-a83t-mipi-csi2: "
` [PATCH 6/9] media: sun6i-isp: bridge: "
` [PATCH 7/9] media: sun6i-isp: bridge: Error out on invalid port to fix warning
` [PATCH 8/9] media: sun6i-isp: capture: Fix uninitialized variable use
` [PATCH 9/9] media: sun6i-isp: params: Fix incorrect indentation

[PATCH v2 3/3] staging: vme_user: replace 'unsigned' with 'unsigned int'
 2022-12-08 10:42 UTC 

[PATCH v2 2/3] staging: vme_user: remove unnecessary spaces
 2022-12-08 10:39 UTC 

[PATCH 2/3] staging: vme_user: replace 'unsigned' with 'unsigned int'
 2022-12-08  9:36 UTC  (2+ messages)

[PATCH 1/3] staging: vme_user: add the spaces around the "*"
 2022-12-08  9:30 UTC  (2+ messages)

[PATCH 3/3] staging: vme_user: remove unnecessary spaces
 2022-12-08  9:11 UTC 

50% OFF din pret. linux-staging@lists.linux.dev
 2022-12-07 14:46 UTC 

[PATCH] staging: rtl8192e: Fix spelling mistake "ContryIE" -> "CountryIE"
 2022-12-07  9:33 UTC 

[PATCH] vme: Fix error not catched in fake_init()
 2022-12-06  1:53 UTC  (3+ messages)

[PATCH -next] vme: Use root_device_register() not underlined version
 2022-12-06  1:50 UTC 

[PATCH 1/2] staging: vme_user: add list_del in the error handling of tsi148_dma_list_add
 2022-12-05 12:33 UTC  (5+ messages)
` [PATCH 2/2] staging: vme_user: fix coding style

[PATCH] staging: emxx_udc: Remove unneeded parentheses
 2022-12-05 12:28 UTC  (2+ messages)

[PATCH] staging: board: Remove control flow from macro
 2022-12-05  8:52 UTC  (4+ messages)

[PATCH] staging: vme_user: remove multiple blank lines
 2022-12-04 10:19 UTC 

[PATCH 00/14] staging: vc04_services: bcm2835-isp support
 2022-12-03 13:41 UTC  (18+ messages)

[PATCH 0/2] staging: r8188eu: use ieee80211 helpers for subtype
 2022-12-02 21:07 UTC  (4+ messages)
` [PATCH 1/2] staging: r8188eu: use subtype helpers in collect_bss_info
` [PATCH 2/2] staging: r8188eu: use subtype helper in rtw_check_bcn_info

[PATCH 0/2] staging: r8188eu: issue_probereq_p2p
 2022-12-02 21:07 UTC  (4+ messages)
` [PATCH 1/2] staging: r8188eu: merge two probereq_p2p functions
` [PATCH 2/2] staging: r8188eu: remove unused da parameter

[PATCH v2 00/21] Add Tegra20 parallel video input capture
 2022-12-02 11:34 UTC  (27+ messages)
` [PATCH v2 01/21] dt-bindings: display: tegra: add Tegra20 VIP
` [PATCH v2 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example
` [PATCH v2 03/21] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats
` [PATCH v2 04/21] staging: media: tegra-video: improve documentation of tegra_video_format fields
` [PATCH v2 05/21] staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
` [PATCH v2 06/21] staging: media: tegra-video: fix typos in comment
` [PATCH v2 07/21] staging: media: tegra-video: improve error messages
` [PATCH v2 08/21] staging: media: tegra-video: slightly simplify cleanup on errors
` [PATCH v2 09/21] staging: media: tegra-video: move private struct declaration to C file
` [PATCH v2 10/21] staging: media: tegra-video: remove unneeded include
` [PATCH v2 11/21] staging: media: tegra-video: Kconfig: allow TPG only on Tegra210
` [PATCH v2 12/21] staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op
` [PATCH v2 13/21] staging: media: tegra-video: move default format to soc-specific data
` [PATCH v2 14/21] staging: media: tegra-video: move MIPI calibration calls from VI to CSI
` [PATCH v2 15/21] staging: media: tegra-video: add a per-soc enable/disable op
` [PATCH v2 16/21] staging: media: tegra-video: move syncpt init/free to a per-soc op
` [PATCH v2 17/21] staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi
` [PATCH v2 18/21] staging: media: tegra-video: add hooks for planar YUV and H/V flip
` [PATCH v2 19/21] staging: media: tegra-video: add H/V flip controls
` [PATCH v2 20/21] staging: media: tegra-video: add support for VIP (parallel video input)
` [PATCH v2 21/21] staging: media: tegra-video: add tegra20 variant

[PATCH 0/3] staging: greybus: Cleanups in loopback_test
 2022-12-02  1:33 UTC  (6+ messages)
` [PATCH 1/3] staging: greybus: loopback_test: Add blank line after declaration
` [PATCH 2/3] staging: greybus: loopback_test: Remove void function return statement
` [PATCH 3/3] staging: greybus: loopback_test: Remove extra blank lines

[PATCH 0/5] staging: r8188eu: clean up OnDisassoc
 2022-11-30 18:20 UTC  (7+ messages)
` [PATCH 1/5] staging: r8188eu: use ieee80211_mgmt to parse addresses
` [PATCH 2/5] staging: r8188eu: read reason code from ieee80211_mgmt
` [PATCH 3/5] staging: r8188eu: move bBusyTraffic update
` [PATCH 4/5] staging: r8188eu: handle the non-ap case first
` [PATCH 5/5] staging: r8188eu: simplify err handling for unknown station

[PATCH] staging: wlan-ng: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-11-28  8:26 UTC  (10+ messages)

[PATCH 00/10] staging: r8188eu: clean up OnBeacon
 2022-11-27 14:45 UTC  (8+ messages)
` [PATCH 05/10] staging: r8188eu: use ie buffer in update_beacon_info
` [PATCH 06/10] staging: r8188eu: simplify update_sta_support_rate params
` [PATCH 07/10] staging: r8188eu: exit if beacon is not from our bss
` [PATCH 08/10] staging: r8188eu: stop beacon processing if kmalloc fails
` [PATCH 09/10] staging: r8188eu: simplify error handling for missing station
` [PATCH 10/10] staging: r8188eu: remove a variable

[PATCH 0/5] staging: r8188eu: another round of cleanups
 2022-11-27 14:45 UTC  (2+ messages)

subscribe
 2022-11-26 16:51 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).