From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EFD9E72 for ; Sun, 8 Aug 2021 11:31:28 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 037ED6101D; Sun, 8 Aug 2021 11:31:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628422288; bh=92qWD8sTNHhxOHQgDUsVIP6UvOBYfIM2nmUo8Ta8Ftc=; h=Date:From:To:Cc:Subject:From; b=2C85e8YCglK8Eevp4s86/Nx+wzJzgVXqM4xRR1+emW/fFqyhtvGjD8i8LppQ3IvKc KOgB1WcYwr0cloz/S7xkxcbVWszIS613xcmnIXIre64G9cUSHv7EjyhUOlTWSn7k/q EDWu1fcrV/fQTgkMGB/VnWMwtERyXyJ1V+LSJk5M= Date: Sun, 8 Aug 2021 13:31:26 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton , Stephen Rothwell Cc: devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: [GIT PULL] Staging driver fixes for 5.14-rc5 Message-ID: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 ---------------------------------------------------------------- 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(-)