linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-15 17:10:56 to 2021-06-22 13:10:27 UTC [more...]

[PATCH v3 00/17] staging: rtl8723bs: remove 5Ghz code
 2021-06-22 13:09 UTC  (16+ messages)
` [PATCH v3 01/17] staging: rtl8723bs: remove all 5Ghz network types
` [PATCH v3 02/17] staging: rtl8723bs: remove code related to unsupported channel bandwidth
` [PATCH v3 03/17] staging: rtl8723bs: remove unused enum items related to channel bonding
` [PATCH v3 04/17] staging: rtl8723bs: rename "
` [PATCH v3 05/17] staging: rtl8723bs: remove 5Ghz field in struct registry_priv
` [PATCH v3 06/17] staging: rtl8723bs: remove struct rt_channel_plan_5g
` [PATCH v3 07/17] staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band types
` [PATCH v3 08/17] staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.h
` [PATCH v3 09/17] staging: rtl8723bs: remove 5Ghz code related to channel plan definition
` [PATCH v3 10/17] staging: rtl8723bs: remove some unused 5Ghz macro definitions
` [PATCH v3 11/17] staging: rtl8723bs: remove 5Ghz code related to RF power calibration
` [PATCH v3 12/17] staging: rtl8723bs: remove VHT dead code
` [PATCH v3 13/17] staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum item
` [PATCH v3 14/17] staging: rtl8723bs: fix macro value for 2.4Ghz only device
` [PATCH v3 15/17] staging: rtl8723bs: remove obsolete 5Ghz comments

[PATCH v2 00/17] staging: rtl8723bs: remove 5Ghz code
 2021-06-22 12:59 UTC  (21+ messages)
` [PATCH v2 01/17] staging: rtl8723bs: remove all 5Ghz network types
` [PATCH v2 02/17] staging: rtl8723bs: remove code related to unsupported channel bandwidth
` [PATCH v2 03/17] staging: rtl8723bs: remove unused enum items related to channel bonding
` [PATCH v2 04/17] staging: rtl8723bs: rename "
` [PATCH v2 05/17] staging: rtl8723bs: remove 5Ghz field in struct registry_priv
` [PATCH v2 06/17] staging: rtl8723bs: remove struct rt_channel_plan_5g
` [PATCH v2 07/17] staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band types
` [PATCH v2 08/17] staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.h
` [PATCH v2 09/17] staging: rtl8723bs: remove 5Ghz code related to channel plan definition
` [PATCH v2 10/17] staging: rtl8723bs: remove some unused 5Ghz macro definitions
` [PATCH v2 11/17] staging: rtl8723bs: remove 5Ghz code related to RF power calibration
` [PATCH v2 12/17] staging: rtl8723bs: remove VHT dead code
` [PATCH v2 13/17] staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum item
` [PATCH v2 14/17] staging: rtl8723bs: fix macro value for 2.4Ghz only device
` [PATCH v2 15/17] staging: rtl8723bs: remove obsolete 5Ghz comments
` [PATCH v2 16/17] staging: rtl8723bs: fix check allowing 5Ghz settings
` [PATCH v2 17/17] staging: rtl8723bs: remove item from TODO list

[RFC 00/19] Improve the qlge driver based on drivers/staging/qlge/TODO
 2021-06-22 11:36 UTC  (28+ messages)
` [RFC 01/19] staging: qlge: fix incorrect truesize accounting
` [RFC 02/19] staging: qlge: change LARGE_BUFFER_MAX_SIZE to 4096
` [RFC 03/19] staging: qlge: alloc skb with only enough room for header when data is put in the fragments
` [RFC 04/19] staging: qlge: add qlge_* prefix to avoid namespace clashes
` [RFC 05/19] staging: qlge: rename rx to completion queue and seperate rx_ring from completion queue
` [RFC 06/19] staging: qlge: disable flow control by default
` [RFC 07/19] staging: qlge: remove the TODO item of unnecessary memset 0
` [RFC 08/19] staging: qlge: reorder members of qlge_adapter for optimization
` [RFC 09/19] staging: qlge: remove the TODO item of reorder struct
` [RFC 10/19] staging: qlge: remove the TODO item of avoid legacy/deprecated apis
` [RFC 11/19] staging: qlge: the number of pages to contain a buffer queue is constant
` [RFC 12/19] staging: qlge: rewrite do while loops as for loops in qlge_start_rx_ring
` [RFC 13/19] staging: qlge: rewrite do while loop as for loop in qlge_sem_spinlock
` [RFC 14/19] staging: qlge: rewrite do while loop as for loop in qlge_refill_bq
` [RFC 15/19] staging: qlge: remove the TODO item about rewriting while loops as simple for loops
` [RFC 16/19] staging: qlge: remove deadcode in qlge_build_rx_skb
` [RFC 17/19] staging: qlge: fix weird line wrapping
` [RFC 18/19] staging: qlge: fix two indentation issues
` [RFC 19/19] staging: qlge: remove TODO item of unnecessary runtime checks

[PATCH 00/18] staging: rtl8723bs: remove 5Ghz code
 2021-06-22 11:15 UTC  (33+ messages)
` [PATCH 01/18] staging: rtl8723bs: remove all 5Ghz network types
` [PATCH 02/18] staging: rtl8723bs: remove code related to unsupported channel bandwidth
` [PATCH 03/18] staging: rtl8723bs: remove unused enum items related to channel bonding
` [PATCH 04/18] staging: rtl8723bs: rename "
` [PATCH 05/18] staging: rtl8723bs: remove 5Ghz field in struct registry_priv
` [PATCH 06/18] staging: rtl8723bs: remove struct rt_channel_plan_5g
` [PATCH 07/18] staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band types
` [PATCH 08/18] staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.h
` [PATCH 09/18] staging: rtl8723bs: remove 5Ghz code related to channel plan definition
` [PATCH 10/18] staging: rtl8723bs: remove some unused 5Ghz macro definitions
` [PATCH 11/18] staging: rtl8723bs: remove 5Ghz code related to RF power calibration
` [PATCH 12/18] staging: rtl8723bs: remove VHT dead code
` [PATCH 13/18] staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum item
` [PATCH 14/18] staging: rtl8723bs: fix macro value for 2.4Ghz only device
` [PATCH 15/18] staging: rtl8723bs: remove register initializations tied to 802.11ac standard
` [PATCH 16/18] staging: rtl8723bs: remove obsolete 5Ghz comments
` [PATCH 17/18] staging: rtl8723bs: fix check allowing 5Ghz settings
` [PATCH 18/18] staging: rtl8723bs: remove item from TODO list

[PATCH v2] rtw_security: fix cast to restricted __le32
 2021-06-22  9:31 UTC  (15+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "
                ` [PATCH v5] "
                  ` [PATCH v6] "

[PATCH v2 0/5] vchiq: Patch to separate platform and cdev code
 2021-06-21 14:28 UTC  (12+ messages)
` [PATCH v2 1/5] staging: vchiq: Refactor vchiq "
` [PATCH v2 2/5] staging: vchiq: Move certain declarations to vchiq_arm.h
` [PATCH v2 3/5] staging: vchiq: Move vchiq char driver to its own file
` [PATCH v2 4/5] staging: vchiq: Make creation of vchiq cdev optional
` [PATCH v2 5/5] staging: vchiq: Combine vchiq platform code into single file

make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-a012-20210621/clang-13/970a74bfa214d0d2e888d70974dd570293811429/lib/modules/5.13.0-rc6+/kernel/crypto/cmac.ko', needed by '__modinst'
 2021-06-21 12:06 UTC 

[fbihjmeric@gmail.com: Re: drivers/staging/rtl8723bs/core/rtw_security.c:95:9: warning: variable 'crc' set but not used]
 2021-06-21  8:22 UTC  (5+ messages)

[PATCH 01/13] staging: rtl8188eu: handle errors from dev_alloc_name
 2021-06-20 17:53 UTC  (13+ messages)
` [PATCH 02/13] staging: rtl8188eu: remove RT_TRACE prints from usb_intf.c
` [PATCH 03/13] staging: rtl8188eu: remove RT_TRACE prints from rtl8188e_hal_init.c
` [PATCH 04/13] staging: rtl8188eu: remove a couple of unused defines
` [PATCH 05/13] staging: rtl8188eu: remove efuse type
` [PATCH 06/13] staging: rtl8188eu: remove unnecessary if clause
` [PATCH 07/13] staging: rtl8188eu: remove RT_TRACE and MSG_88E prints from usb_halinit.c
` [PATCH 08/13] staging: rtl8188eu: remove HAL_INIT_PROFILE_TAG
` [PATCH 09/13] staging: rtl8188eu: simplify rtl88eu_mon_init
` [PATCH 10/13] staging: rtl8188eu: remove RT_TRACE prints from pwrseqcmd.c
` [PATCH 11/13] staging: rtl8188eu: make efuse_ReadEFuse static
` [PATCH 12/13] staging: rtl8188eu: remove sdio defines
` [PATCH 13/13] staging: rtl8188eu: remove more unused defines

[PATCH 1/6] staging: rtl8188eu: remove unused hal_data_8188e members
 2021-06-20 17:40 UTC  (2+ messages)
` [PATCH v2] staging: rtl8188eu: fix usb_submit_urb error handling

[PATCH] staging: rtl8188eu: remove useless comment
 2021-06-20 13:31 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Fix an error handling path
 2021-06-20  8:21 UTC 

[PATCH 1/2] staging: rtl8188eu: remove "rtw_ieee80211_back_actioncode"
 2021-06-19 20:14 UTC  (2+ messages)
` [PATCH 2/2] staging: rtl8188eu: remove "rtw_ieee80211_back_parties"

[PATCH v2 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-06-18 21:08 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mt7621-pci: PCIe binding documentation for MT7621 SoCs

[PATCH] rtw_security: fix cast to restricted __le32
 2021-06-18 18:36 UTC  (3+ messages)

[PATCH] staging: android: ashmem: add size field in procfs fdinfo
 2021-06-18 11:04 UTC  (5+ messages)
  ` 回复: "

[PATCH] media: atomisp: fix the uninitialized use
 2021-06-18 10:37 UTC  (2+ messages)

[PATCH v5 0/3] media: imx: add support for imx8mq MIPI RX
 2021-06-18  9:57 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller
` [PATCH v5 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx "
` [PATCH v5 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH -next v6] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 14:22 UTC  (2+ messages)

[PATCH -next resend] media: staging: media: atomisp: pci: fix error return code in atomisp_pci_probe()
 2021-06-17 14:06 UTC  (3+ messages)

[PATCH -next v5] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 13:44 UTC  (3+ messages)

[PATCH -next v4] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 13:09 UTC  (4+ messages)

[PATCH -next v3] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 12:53 UTC  (5+ messages)

[PATCH] staging: rts5208: remove redundant continue statement
 2021-06-17 12:04 UTC 

[PATCH -next] media: staging: media: atomisp: pci: fix error return code in atomisp_pci_probe()
 2021-06-17  9:32 UTC  (2+ messages)

[PATCH 00/11] fpga: change FPGA indirect article to an
 2021-06-17  8:00 UTC  (3+ messages)
` [PATCH 04/11] crypto: marvell: cesa: "

[PATCH] staging: ks7010: Wrap macro definitions in parenthesis
 2021-06-16 21:26 UTC 

[PATCH v8 RESEND] staging: unisys: visorhba: Convert module from IDR to XArray
 2021-06-16 16:56 UTC  (3+ messages)

[PATCH -next 0/3] use eth_broadcast_addr() to assign broadcast address
 2021-06-16  8:12 UTC  (4+ messages)
` [PATCH -next 1/3] staging: rtl8723bs: os_dep: "
` [PATCH -next 2/3] staging: rtl8723bs: core: "
` [PATCH -next 3/3] staging: rtl8723bs: hal: "

[PATCH 0/7] Fixup unused variables and warnings
 2021-06-16  7:58 UTC  (10+ messages)
` [PATCH 1/7] staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callback
` [PATCH 2/7] staging: rtl8188eu: use prefix decrement operator on trycnt variable
` [PATCH 3/7] staging: rtl8188eu: remove unused variables from core/rtw_efuse.c
` [PATCH 4/7] staging: rtl8188eu: remove unused variables from core/rtw_mlme_ext.c
` [PATCH 5/7] staging: rtl8188eu: remove unused variable from os_dep/ioctl_linux.c
` [PATCH 6/7] staging: rtl8188eu: remove unused variables from hal/rtl8188e_cmd.c
` [PATCH 7/7] staging: rtl8188eu: remove _dbg_dump_tx_info function

[PATCH] staging: rtl8723bs: rtw_efuse: Fix coding style
 2021-06-16  7:39 UTC 

[PATCH 00/28] staging: rtl8188eu: remove DBG_88E callers and macro
 2021-06-15 21:15 UTC  (11+ messages)
` [PATCH 03/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_mlme_ext.c
` [PATCH 22/28] staging: rtl8188eu: remove all DBG_88E calls from hal/usb_halinit.c

[PATCH 0/1] Request to review progress decoupling vchiq platform code
 2021-06-15 17:10 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).