linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 22:15:39 to 2021-06-21 13:50:48 UTC [more...]

[RFC 00/19] Improve the qlge driver based on drivers/staging/qlge/TODO
 2021-06-21 13:48 UTC  (11+ 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

[PATCH 00/18] staging: rtl8723bs: remove 5Ghz code
 2021-06-21 12:51 UTC  (29+ 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

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 

[PATCH v2 0/5] vchiq: Patch to separate platform and cdev code
 2021-06-21  9:56 UTC  (9+ 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

[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 v2] rtw_security: fix cast to restricted __le32
 2021-06-21  8:19 UTC  (12+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "
                ` [PATCH v5] "

[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  (5+ messages)
` [PATCH 2/6] staging: rtl8188eu: fix usb_submit_urb error handling
` [PATCH v2] "

[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  (37+ messages)
` [PATCH 01/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_efuse.c
` [PATCH 02/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_xmit.c
` [PATCH 03/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_mlme_ext.c
` [PATCH 04/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_wlan_util.c
` [PATCH 05/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ap.c
` [PATCH 06/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_pwrctrl.c
` [PATCH 07/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ieee80211.c
` [PATCH 08/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_security.c
` [PATCH 09/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ioctl_set.c
` [PATCH 10/28] staging: rtl8188eu: remove all DBG_88E calls from core/rtw_mlme.c
` [PATCH 11/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/ioctl_linux.c
` [PATCH 12/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/usb_intf.c
` [PATCH 13/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/os_intfs.c
` [PATCH 14/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/mlme_linux.c
` [PATCH 15/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/xmit_linux.c
` [PATCH 16/28] staging: rtl8188eu: remove all DBG_88E calls from os_dep/rtw_android.c
` [PATCH 17/28] staging: rtl8188eu: remove all DBG_88E calls from hal/hal_intf.c
` [PATCH 18/28] staging: rtl8188eu: remove all DBG_88E calls from hal/rtl8188e_cmd.c
` [PATCH 19/28] staging: rtl8188eu: remove all DBG_88E calls from hal/pwrseqcmd.c
` [PATCH 20/28] staging: rtl8188eu: remove all DBG_88E calls from hal/rtl8188e_hal_init.c
` [PATCH 21/28] staging: rtl8188eu: remove all DBG_88E calls from hal/rtl8188e_xmit.c
` [PATCH 22/28] staging: rtl8188eu: remove all DBG_88E calls from hal/usb_halinit.c
` [PATCH 23/28] staging: rtl8188eu: remove all DBG_88E calls from hal/rtl8188eu_recv.c
` [PATCH 24/28] staging: rtl8188eu: remove all DBG_88E calls from hal/rtl8188eu_xmit.c
` [PATCH 25/28] staging: rtl8188eu: remove converted netdev_dbg calls from core/rtw_recv.c
` [PATCH 26/28] staging: rtl8188eu: remove converted netdev_dbg calls from core/rtw_sta_mgt.c
` [PATCH 27/28] staging: rtl8188eu: remove core/rtw_debug.c
` [PATCH 28/28] staging: rtl8188eu: remove DBG_88E macro definition

[PATCH 0/1] Request to review progress decoupling vchiq platform code
 2021-06-15 17:10 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 04/12] pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled
 2021-06-15 15:50 UTC 

[PATCH AUTOSEL 5.4 06/15] pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled
 2021-06-15 15:49 UTC 

[PATCH AUTOSEL 5.10 19/30] pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled
 2021-06-15 15:48 UTC 

[PATCH AUTOSEL 5.12 16/33] regulator: hi6421v600: Fix .vsel_mask setting
 2021-06-15 15:48 UTC 

[PATCH 0/8] staging: rtl8723bs: remove unneeded files from tree
 2021-06-15 14:14 UTC  (13+ messages)
` [PATCH 1/8] staging: rtl8723bs: remove unused debug macro
` [PATCH 2/8] staging: rtl8723bs: remove unneeded comments
` [PATCH 3/8] staging: rtl8723bs: remove unused WAKEUP_GPIO_IDX macro definition
` [PATCH 4/8] staging: rtl8723bs: remove unneeded DISABLE_BB_RF macro
` [PATCH 5/8] staging: rtl8723bs: remove HAL_{BB,MAC,RF,FW}_ENABLE macros
` [PATCH 6/8] staging: rtl8723bs: move LPS_RPWM_WAIT_MS macro
` [PATCH 7/8] staging: rtl8723bs: remove include/autoconf.h header file from tree
` [PATCH 8/8] staging: rtl8723bs: remove two unused files "

[PATCH v2 0/3] staging: mt7621-pci: define ralink PCI_IOBASE to avoid manually ranges parsing
 2021-06-15 13:24 UTC  (7+ messages)
` [PATCH v2 1/3] MIPS: ralink: Define PCI_IOBASE

[PATCH v3 0/7] media: v4l2: compat ioctl fixes
 2021-06-15  9:30 UTC  (10+ messages)
` [PATCH v3 4/8] media: subdev: remove VIDIOC_DQEVENT_TIME32 handling
` [PATCH v3 7/8] media: subdev: fix compat_ioctl32

[PATCH v4 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions
 2021-06-15  8:17 UTC  (4+ messages)
` [PATCH v4.1 "

[PATCH v4 0/3] media: imx: add support for imx8mq MIPI RX
 2021-06-14 22:15 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller


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