Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2022-02-28 12:37:10 to 2022-03-07 12:00:13 UTC [more...]

[PATCH net-next 00/10] net: Convert user to netif_rx(), part 3
 2022-03-07 12:00 UTC  (4+ messages)
` [PATCH net-next 02/10] staging: Use netif_rx()

[PATCH v3 00/14] Move HEVC stateless controls out of staging
 2022-03-07  8:49 UTC  (9+ messages)

[PATCH 0/2] staging: vc04_services: address W=1 warnings
 2022-03-07  7:45 UTC  (6+ messages)
` [PATCH 1/2] staging: vchiq_arm: make vchiq_platform_get_arm_state() static
` [PATCH 2/2] staging: vchiq_arm: add prototype of function vchiq_platform_init()

[PATCH] media: av7110: av7110_av: Fix Switch and Case Same Indent Style Error
 2022-03-07  7:28 UTC  (2+ messages)

[PATCH] r8188eu: core: use time_is_after_eq_jiffies() instead of open coding it
 2022-03-07  1:56 UTC  (3+ messages)
  ` 回复: "

[PATCH 0/4] staging: vt6655: Remove unused 5GHz support
 2022-03-05 21:32 UTC  (5+ messages)
` [PATCH 1/4] staging: vt6655: Remove unused byRFType in channel.c
` [PATCH 2/4] staging: vt6655: Remove unused byRFType in baseband.c
` [PATCH 3/4] staging: vt6655: Remove unused byRFType in rf.c
` [PATCH 4/4] staging: vt6655: Remove unused byRFType in card.c

[PATCH 0/6] staging: r8188eu: some rx cleanups
 2022-03-05 18:53 UTC  (7+ messages)
` [PATCH 1/6] staging: r8188eu: remove unnecessary initializations
` [PATCH 2/6] staging: r8188eu: remove three unused receive defines
` [PATCH 3/6] staging: r8188eu: remove unused function prototype
` [PATCH 4/6] staging: r8188eu: make rtl8188e_process_phy_info static
` [PATCH 5/6] staging: r8188eu: remove some unused local ieee80211 macros
` [PATCH 6/6] staging: r8188eu: remove local BIT macro

[PATCH 0/5] staging: r8188eu: clean up update_recvframe_attrib_88e
 2022-03-05 14:41 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: remove tmp variable in update_recvframe_attrib_88e
` [PATCH 2/5] staging: r8188eu: summarize declaration and assignment
` [PATCH 3/5] staging: r8188eu: don't initialize drvinfo_sz to 0
` [PATCH 4/5] staging: r8188eu: remove unnecessary casts
` [PATCH 5/5] staging: r8188eu: remove comments in update_recvframe_attrib_88e

[PATCH v1 1/1] staging: fbtft: Consider type of init sequence values in fbtft_init_display()
 2022-03-04 19:34 UTC 

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-03-04 14:09 UTC  (26+ messages)
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-04  6:59 UTC  (78+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
                        ` [Kgdb-bugreport] "
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH 0/9] staging: r8188eu: clean up struct recv_buf
 2022-03-03 15:51 UTC  (10+ messages)
` [PATCH 1/9] staging: r8188eu: remove unused field list
` [PATCH 2/9] staging: r8188eu: remove unused field recvbuf_lock
` [PATCH 3/9] staging: r8188eu: remove unused fields in struct recv_buf
` [PATCH 4/9] staging: r8188eu: remove unused field phead
` [PATCH 5/9] staging: r8188eu: remove unused field ptail
` [PATCH 6/9] staging: r8188eu: remove unused field pend
` [PATCH 7/9] staging: r8188eu: remove unused field pdata
` [PATCH 8/9] staging: r8188eu: remove unneeded field pbuf
` [PATCH 9/9] staging: r8188eu: remove unused fields in struct recv_buf

[PATCH 1/2] staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
 2022-03-03 15:16 UTC  (12+ messages)
` [PATCH 2/2] staging: mt7621-dts: do not use rgmii2_pins for ethernet on GB-PC1

[PATCH 00/16] staging: r8188eu: convert functions to return bool
 2022-03-03 12:20 UTC  (18+ messages)
` [PATCH 01/16] staging: r8188eu: mark rtw_is_cckrates_included as bool
` [PATCH 02/16] staging: r8188eu: mark rtw_is_cckratesonly_included "
` [PATCH 03/16] staging: r8188eu: mark rtw_is_desired_network "
` [PATCH 04/16] staging: r8188eu: mark PS_RDY_CHECK "
` [PATCH 05/16] staging: r8188eu: mark check_indicate_seq "
` [PATCH 06/16] staging: r8188eu: mark enqueue_reorder_recvframe "
` [PATCH 07/16] staging: r8188eu: mark recv_indicatepkts_in_order "
` [PATCH 08/16] staging: r8188eu: mark cckrates_included "
` [PATCH 09/16] staging: r8188eu: mark cckratesonly_included "
` [PATCH 10/16] staging: r8188eu: mark is_basicrate "
` [PATCH 11/16] staging: r8188eu: mark is_ap_in_tkip "
` [PATCH 12/16] staging: r8188eu: mark rtl8188eu_xmitframe_complete "
` [PATCH 13/16] staging: r8188eu: mark check_fwstate "
` [PATCH 14/16] staging: r8188eu: mark IS_MCAST "
` [PATCH 15/16] staging: r8188eu: mark IsFrameTypeCtrl "
` [PATCH 16/16] staging: r8188eu: mark rtw_endofpktfile "

[PATCH 0/1] staging: media: ipu3: Fix AF x_start position when rightmost stripe is used
 2022-03-03  9:09 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3] staging: greybus: introduce pwm_ops::apply
 2022-03-03  3:31 UTC  (3+ messages)

[PATCH] staging: greybus: loopback: Fix Coding Style Error
 2022-03-02 15:49 UTC  (4+ messages)
    ` [greybus-dev] "

[PATCH] staging: rts5208: fix Lines should not end with a '('
 2022-03-02 15:03 UTC 

[PATCH 1/2] staging: rtl8723bs: Fix access-point mode deadlock
 2022-03-02 10:16 UTC  (2+ messages)
` [PATCH 2/2] staging: rtl8723bs: Improve the comment explaining the locking rules

[PATCH] staging: pi433: remove rf69_get_flag function resolving enum conflict
 2022-03-02  9:07 UTC  (3+ messages)

[PATCH] staging: pi433: prevent uninitialized data from being printed out
 2022-03-02  9:02 UTC  (4+ messages)

[PATCH 0/5] spi: make remove callback a void function
 2022-03-02  7:30 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH] staging: rts5208: fix Lines should not end with a '('
 2022-03-01 21:33 UTC 

[PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-03-01 15:06 UTC  (5+ messages)
` [PATCH v4 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()

[PATCH] [v2] Kbuild: move to -std=gnu11
 2022-03-01 14:45 UTC  (20+ messages)

[PATCH v4 00/15] Move HEVC stateless controls out of staging
 2022-03-01 10:36 UTC  (18+ messages)
` [PATCH v4 01/15] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v4 02/15] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v4 03/15] vivid: add dynamic array test control
` [PATCH v4 04/15] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v4 05/15] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v4 06/15] media: uapi: HEVC: Add document uAPI structure
` [PATCH v4 07/15] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v4 08/15] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v4 09/15] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v4 10/15] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v4 11/15] media: controls: Log HEVC stateless control in .std_log
` [PATCH v4 12/15] media: uapi: Create a dedicated header for Hantro control
` [PATCH v4 13/15] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v4 14/15] media: uapi: Change data_bit_offset definition
` [PATCH v4 15/15] media: uapi: move HEVC stateless controls out of staging

[PATCH v3] media: hantro: Implement support for encoder commands
 2022-03-01  4:22 UTC 

[RFC PATCH 0/8] media: hantro: Add 10-bit support
 2022-02-28 17:02 UTC  (5+ messages)
` [RFC PATCH 2/8] media: Add P010 format
    `  "


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 read-only IMAP folder(s) and NNTP newsgroup(s).