The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c: Linux 5.14-rc2 (2021-07-18 14:13:49 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.14-rc5 for you to fetch changes up to c7b65650c7f41d3946c4e2f0bb56dfdb92cfe127: staging: mt7621-pci: avoid to re-disable clock for those pcies not in use (2021-07-27 15:48:43 +0200) ---------------------------------------------------------------- Staging driver fixes for 5.14-rc5 Here are a few small staging driver fixes for 5.14-rc5 to resolve some reported problems. They include: - mt7621 driver fix - rtl8723bs driver fixes - rtl8712 driver fixes. Nothing major, just small problems resolved. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Arnd Bergmann (1): staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4 Pavel Skripkin (2): staging: rtl8712: get rid of flush_scheduled_work staging: rtl8712: error handling refactoring Sergio Paracuellos (1): staging: mt7621-pci: avoid to re-disable clock for those pcies not in use Xiangyang Zhang (1): staging: rtl8723bs: Fix a resource leak in sd_int_dpc drivers/staging/mt7621-pci/pci-mt7621.c | 1 - drivers/staging/rtl8712/hal_init.c | 30 ++++++++++++------ drivers/staging/rtl8712/rtl8712_led.c | 8 +++++ drivers/staging/rtl8712/rtl871x_led.h | 1 + drivers/staging/rtl8712/rtl871x_pwrctrl.c | 8 +++++ drivers/staging/rtl8712/rtl871x_pwrctrl.h | 1 + drivers/staging/rtl8712/usb_intf.c | 51 ++++++++++++++----------------- drivers/staging/rtl8723bs/Kconfig | 1 + drivers/staging/rtl8723bs/hal/sdio_ops.c | 2 ++ 9 files changed, 64 insertions(+), 39 deletions(-)