From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9BE9C433F5 for ; Tue, 14 Sep 2021 07:15:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A36760F26 for ; Tue, 14 Sep 2021 07:15:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240678AbhINHRJ (ORCPT ); Tue, 14 Sep 2021 03:17:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:36618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235026AbhINHRI (ORCPT ); Tue, 14 Sep 2021 03:17:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id ED5F161151; Tue, 14 Sep 2021 07:15:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631603751; bh=nFQvaYJAuEHYUk8dVRaRPaKxqzp+RqQSt8+lFkFM3PU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSy70ut9M5z/HtmHmv6toBLC5ewltUq64ZWTu0hf3SRVRqN85Nls1R/Sc4ZkRojIV GB+hR1Lqz5JVZtmC3pD6VJjicngVcxby5kz4kC9xHGBpoEm73vqVuM32P/B0YGqTFf rP87SdFINikebWcHdOvjgGC0bFkQHhoNbIehiFQU= Date: Tue, 14 Sep 2021 09:15:37 +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> <20210913193733.nh5fijjo5jlsmqpk@viti.kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210913193733.nh5fijjo5jlsmqpk@viti.kaiser.cx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 13, 2021 at 09:37:33PM +0200, Martin Kaiser wrote: > Thus wrote Greg Kroah-Hartman (gregkh@linuxfoundation.org): > > > 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. > > I sent a v2 of this patchset with the outstanding patches as a followup > to this set. I hope that this is generally the right thing to do after > the maintainer applies some patches of a set. That works, thanks! greg k-h