Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2021-10-18 17:29:18 to 2021-10-24 21:25:51 UTC [more...]

[PATCH v2 0/8] vchiq_core: various style cleanups
 2021-10-24 21:25 UTC  (4+ messages)
` [PATCH v2 1/8] staging: vchiq_core: cleanup blank lines
` [PATCH v2 2/8] staging: vchiq_core: cleanup code alignment issues
` [PATCH v2 3/8] staging: vchiq_core.h: fix CamelCase in function declaration

[PATCH v2] staging: vt6655: fix camelcase byData in card.c
 2021-10-24 18:43 UTC  (3+ messages)

[PATCH] staging: r8188eu: remove unused local variable
 2021-10-24 18:35 UTC 

[PATCH 0/5] staging: r8188eu: remove struct sreset_priv
 2021-10-24 18:04 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: silent_reset_inprogress is never read
` [PATCH 2/5] staging: r8188eu: wifi_error_status is write-only
` [PATCH 3/5] staging: r8188eu: silentreset_mutex is unused
` [PATCH 4/5] staging: r8188eu: remove last_tx_complete_time
` [PATCH 5/5] staging: r8188eu: remove the sreset_priv structure

[PATCH] staging: r8188eu: Remove four unused semaphores
 2021-10-24 16:27 UTC  (3+ messages)

[PATCH] staging: r8188eu: fixed spacing code style warnings
 2021-10-24 12:32 UTC  (2+ messages)

[BUG 0/5] bug reports for atomisp to make it work
 2021-10-24  8:32 UTC  (11+ messages)
` [BUG 5/5] [BUG] media: atomisp: atomisp causes touchscreen to stop working on Microsoft Surface 3

[PATCH] staging: r8188eu: Use a Mutex instead of a binary Semaphore
 2021-10-23 14:02 UTC  (3+ messages)

[PATCH v4 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c
 2021-10-23  7:35 UTC  (5+ messages)
` [PATCH v4 1/4] staging: rtl8723bs: core: Remove true and false comparison
` [PATCH v4 2/4] staging: rtl8723bs: core: Remove unnecessary parentheses
` [PATCH v4 3/4] staging: rtl8723bs: core: Remove unnecessary space after a cast
` [PATCH v4 4/4] staging: rtl8723bs: core: Remove unnecessary blank lines

[PATCH v3] staging: rtl8723bs: os_dep: simplify the return statement
 2021-10-22 17:18 UTC  (7+ messages)

[PATCH 0/5] staging: vt6655: `RFvWriteWakeProgSyn` variables rename
 2021-10-22 16:40 UTC  (9+ messages)
` [PATCH 1/5] staging: vt6655: Rename `ii` variable
` [PATCH 2/5] staging: vt6655: Rename `byInitCount` variable
  ` [Outreachy kernel] "
` [PATCH 3/5] staging: vt6655: Rename `bySleepCount` variable
` [PATCH 4/5] staging: vt6655: Rename `uChannel` variable
` [PATCH 5/5] staging: vt6655: Rename `byRFType` variable
  ` [Outreachy kernel] "

[PATCH v3 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c
 2021-10-22 15:48 UTC  (7+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: core: Remove true and false comparison
  ` [Outreachy kernel] "
` [PATCH v3 2/4] staging: rtl8723bs: core: Remove unnecessary parentheses
` [PATCH v3 3/4] staging: rtl8723bs: core: Remove unnecessary space after a cast
` [PATCH v3 4/4] staging: rtl8723bs: core: Remove unnecessary blank lines

[PATCH 0/4] v2 staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c
 2021-10-22 12:18 UTC  (7+ messages)
` [PATCH 1/4] v2 staging: rtl8723bs: core: Remove true and false comparison
` [PATCH 2/4] v2 staging: rtl8723bs: core: Remove unnecessary parentheses
` [PATCH 3/4] v2 staging: rtl8723bs: core: Remove unnecessary space after a cast
` [PATCH 4/4] v2 staging: rtl8723bs: core: Remove unnecessary blank lines
    ` [Outreachy kernel] Re: [PATCH 0/4] v2 staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c

[PATCH v2 0/2] staging: r8188eu: Remove unused semaphores
 2021-10-22 10:10 UTC  (3+ messages)
` [PATCH v2 1/2] staging: r8188eu: Remove initialized but unused semaphore
` [PATCH v2 2/2] staging: r8188eu: Remove unused semaphore "io_retevt"

[PATCH] staging: mt7621-dts: complete 'cpus' node
 2021-10-22  9:52 UTC 

[PATCH 1/5] staging: r8188eu: remove unused dm_priv components
 2021-10-22  9:21 UTC  (16+ messages)
` [PATCH 2/5] staging: r8188eu: odm_rate_adapt Type is constant
` [PATCH 3/5] staging: r8188eu: use helper to check for broadcast address
` [PATCH 4/5] staging: r8188eu: use helper to set "
` [PATCH 5/5] staging: r8188eu: remove unused defines and enums

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-10-22  9:13 UTC  (9+ messages)

[PATCH] staging: r8188eu: Use memdup_user instead of kmalloc/copy_from_user
 2021-10-22  9:07 UTC  (2+ messages)

[PATCH] staging: vchiq_arm: Make use of the helper macro kthread_run()
 2021-10-22  9:03 UTC  (2+ messages)

[PATCH 0/2] Remove unused semaphores
 2021-10-22  9:01 UTC  (5+ messages)
` [PATCH 1/2] staging: r8188eu: Remove initialized but unused semaphore
` [PATCH 2/2] staging: r8188eu: Remove unused semaphore "io_retevt"

[PATCH 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c
 2021-10-22  6:03 UTC  (9+ messages)
` [PATCH 1/4] staging: rtl8723bs: core: Remove true and false comparison
  ` [Outreachy kernel] "
` [PATCH 2/4] staging: rtl8723bs: core: Remove unnecessary parentheses
` [PATCH 3/4] staging: rtl8723bs: core: Remove unnecessary space after a cast
  ` [Outreachy kernel] "
` [PATCH 4/4] staging: rtl8723bs: core: Remove unnecessary blank lines
` [Outreachy kernel] [PATCH 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c

[PATCH 00/17] various fixes for atomisp to make it work
 2021-10-21 18:46 UTC  (17+ messages)
` [PATCH 02/17] media: atomisp: pci: fix punit_ddr_dvfs_enable() argument for mrfld_power up case
` [PATCH 16/17] [NOT-FOR-MERGE] media: atomsip: pci: add DMI match for Microsoft Surface 3 with broken DMI (OEMB)

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-21 15:36 UTC  (12+ messages)
` [PATCH v7 07/11] media: rkvdec: Add the VP9 backend
` [PATCH v7 11/11] media: hantro: Support NV12 on the G2 core
    `  "
        `  "
            `  "

[PATCH] staging: r8188eu: Use memdup_user instead of kmalloc/copy_from_user
 2021-10-21 12:20 UTC 

[PATCH] staging: vt6655: Use named constants when checking preamble type
 2021-10-21  9:27 UTC 

[PATCH] staging: rts5208: ms.c: Remove two udelay calls and use usleep_range instead
 2021-10-20 20:46 UTC  (3+ messages)

[PATCH] Staging: iio: adc: ad7280a: fixed coding style
 2021-10-20 20:31 UTC  (3+ messages)

[PATCH 0/8] staging: prepare for const netdev->dev_addr
 2021-10-20 16:53 UTC  (13+ messages)
` [PATCH 1/8] staging: use eth_hw_addr_set()
` [PATCH 2/8] staging: use eth_hw_addr_set() instead of ether_addr_copy()
` [PATCH 3/8] staging: use eth_hw_addr_set() for dev->addr_len cases
` [PATCH 4/8] staging: qlge: use eth_hw_addr_set()
` [PATCH 5/8] staging: rtl8712: prepare for const netdev->dev_addr
` [PATCH 6/8] staging: unisys: use eth_hw_addr_set()
` [PATCH 7/8] staging: rtl: "
` [PATCH 8/8] staging: use eth_hw_addr_set() in orphan drivers

[PATCH] staging: vt6655: Rename `dwAL2230InitTable` array
 2021-10-20 15:56 UTC  (5+ messages)
    ` [Outreachy kernel] "

[PATCH v2] staging: vt6655: Rename `by_preamble_type` parameter
 2021-10-20 13:23 UTC 

[PATCH] staging: vt6655: Rename `by_preamble_type` parameter
 2021-10-20 13:08 UTC  (6+ messages)
` [Outreachy kernel] "

[PATCH v3] staging: rtl8723bs: core: Remove true and false comparison
 2021-10-20 11:56 UTC 

[PATCH v2] staging: rtl8723bs: core: Remove true and false comparison
 2021-10-20 11:03 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] staging: rtl8723bs: core: Remove true and false comparison and unnecessary parentheses
 2021-10-20  9:51 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()
 2021-10-20  8:14 UTC  (5+ messages)

[PATCH] staging: vt6655: Fix line wrapping in rf.c file
 2021-10-19 15:08 UTC  (9+ messages)
        ` [Outreachy kernel] "

[PATCH] staging: rtl8712: fix use-after-free in rtl8712_dl_fw
 2021-10-19 21:17 UTC 

[syzbot] KASAN: use-after-free Read in rtl8712_dl_fw
 2021-10-19 21:09 UTC  (3+ messages)

[PATCH 0/7] staging: r8188eu: more odm cleanups
 2021-10-19 20:33 UTC  (9+ messages)
` [PATCH 1/7] staging: r8188eu: remove duplicate structure
` [PATCH 2/7] staging: r8188eu: BTRxRSSIPercentage is set but never used
` [PATCH 3/7] staging: r8188eu: rename ODM_PhyStatusQuery_92CSeries()
` [PATCH 4/7] staging: r8188eu: remove unused cases from ODM_CmnInfo{Hook,Update}
` [PATCH 5/7] staging: r8188eu: remove unused fields from enum odm_common_info_def
` [PATCH 6/7] staging: r8188eu: remove unused enums and defines from odm.h
` [PATCH 7/7] staging: r8188eu: RFType type is always ODM_1T1R

[PATCH] staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
 2021-10-19 20:23 UTC 

[PATCH] staging: r8188eu: fix a gcc warning
 2021-10-19 20:13 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: core: Remove true and false comparison
 2021-10-19 18:57 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCHv3 1/4] media: imx: Remove unused functions
 2021-10-19 12:14 UTC  (4+ messages)
` [PATCHv3 2/4] media: imx: Store the type of hardware implementation
` [PATCHv3 3/4] media: imx: Forward "
` [PATCHv3 4/4] media: imx: Use dedicated format handler for i.MX7/8

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-19 11:40 UTC  (7+ messages)
` [PATCH v13 20/35] mtd: rawnand: tegra: Add runtime PM and OPP support

[PATCH 1/2] staging: mt7621-dts: change palmbus address to lower case
 2021-10-19 10:29 UTC  (2+ messages)
` [PATCH 2/2] staging: mt7621-dts: make use of 'IRQ_TYPE_LEVEL_HIGH' instead of magic numbers

[PATCH v2 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-19  5:51 UTC  (5+ messages)
` [PATCH 3/3] staging: r8188eu: Remove redundant 'if' statement

[PATCH 0/3] staging: r8188eu: clean up the Makefile
 2021-10-18 22:33 UTC  (7+ messages)
` [PATCH 2/3] staging: r8188eu: Makefile: don't overwrite global settings

[Outreachy kernel] [PATCH] staging: sm750fb: make pointers in array const
 2021-10-18 18:18 UTC 

Undelivered Mail Returned to Sender
 2021-10-18 16:27 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 read-only IMAP folder(s) and NNTP newsgroup(s).