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 634553FD0 for ; Mon, 13 Sep 2021 16:21:13 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9AE3860EE5; Mon, 13 Sep 2021 16:21:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631550073; bh=1v+BzYscB7RrEgma7R6BwLGpCDKi1yPqJg+TV5c6ONA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mXXXJdHpkVSYOPfC5ndT4Pt55MxT1aDQGGD+2dG3PEUBS6HNAt+w9evrUHqYEUm90 Ztlw08uCc9bPfMnvZ21tBMftd3LhFlWz04Lq/sasWXH4eZYx02ppdr65GHquNXyTbG uSqSFgb8n8AukNgBZSf9v/vrabWg3rmnluNgNqlQ= Date: Mon, 13 Sep 2021 18:21:05 +0200 From: Greg Kroah-Hartman To: Martin Kaiser Cc: Larry Finger , Phillip Potter , Michael Straube , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/12] staging: r8188eu: power management cleanup Message-ID: References: <20210911141521.24901-1-martin@kaiser.cx> 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 In-Reply-To: <20210911141521.24901-1-martin@kaiser.cx> On Sat, Sep 11, 2021 at 04:15:09PM +0200, Martin Kaiser wrote: > Remove some unused parts of the power management code. > > Tested with Edimax EW-7811Un V2 on an ARM32 embedded system. > > Martin Kaiser (12): > staging: r8188eu: btcoex_rfon is always false > staging: r8188eu: setting HW_VAR_SET_RPWM does nothing > staging: r8188eu: remove write-only variable cpwm > staging: r8188eu: remove write-only variable tog > staging: r8188eu: remove rtw_set_rpwm > staging: r8188eu: remove unused power state defines > staging: r8188eu: _free_pwrlock is empty > staging: r8188eu: remove unused pwrctrl definitions > staging: r8188eu: remove unused enum and array > staging: r8188eu: rtw_set_ips_deny is not used > staging: r8188eu: remove unused variable cpwm_tog > staging: r8188eu: remove unused variable b_hw_radio_off I applied a subset of these. Please rebase and resend the reset. thanks, greg k-h