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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 C228EC48BD1 for ; Wed, 9 Jun 2021 17:10:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9FF90613D5 for ; Wed, 9 Jun 2021 17:10:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231195AbhFIRMw (ORCPT ); Wed, 9 Jun 2021 13:12:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:52408 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230152AbhFIRMu (ORCPT ); Wed, 9 Jun 2021 13:12:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D8D69613D4; Wed, 9 Jun 2021 17:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623258642; bh=h4nMSu4AZ8agjaiEa4OlMP+fxDbpoFKYbqj2Uhln6CA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wyMUr776h+jSZh3pJcgvo6Sop0SIMtlC2JslwRnDqCDNyqnXTXAvz5p6zXuo0i8Lq nW0L7vdE6WckCb0kferb9ZOizjDXoPoW2HkFeu6JpPbmoWn5GVuk2/7uMpP4jtgOX4 nkCi6u58bbb2wrXREc+EjQWNOF+71rFoFbVPkn6c= Date: Wed, 9 Jun 2021 19:10:40 +0200 From: Greg KH To: Chris Chiu Cc: Ricky WU , arnd@arndb.de, Bjorn Helgaas , ulf.hansson@linaro.org, rui_feng@realsil.com.cn, vaibhavgupta40@gmail.com, yang.lee@linux.alibaba.com, Linux Kernel Subject: Re: [PATCH v2] misc: rtsx: separate aspm mode into MODE_REG and MODE_CFG Message-ID: References: <20210607101634.4948-1-ricky_wu@realtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 09, 2021 at 11:01:53AM +0800, Chris Chiu wrote: > On Tue, Jun 8, 2021 at 9:17 PM Greg KH wrote: > > > > On Tue, Jun 08, 2021 at 07:16:14PM +0800, Chris Chiu wrote: > > > On Tue, Jun 8, 2021 at 4:59 PM Greg KH wrote: > > > > > > > > On Tue, Jun 08, 2021 at 11:43:03AM +0800, Chris Chiu wrote: > > > > > On Mon, Jun 7, 2021 at 6:16 PM wrote: > > > > > > > > > > > > From: Ricky Wu > > > > > > > > > > > > aspm (Active State Power Management) > > > > > > rtsx_comm_set_aspm: this function is for driver to make sure > > > > > > not enter power saving when processing of init and card_detcct > > > > > > ASPM_MODE_CFG: 8411 5209 5227 5229 5249 5250 > > > > > > Change back to use original way to control aspm > > > > > > ASPM_MODE_REG: 5227A 524A 5250A 5260 5261 5228 > > > > > > Keep the new way to control aspm > > > > > > > > > > > > Signed-off-by: Ricky Wu > > > > > > --- > > > > > Reported-by: Chris Chiu > > Tested-by: Gordon Lack > Fixes: 121e9c6b5c4c ("misc: rtsx: modify and fix init_hw function") Thanks, now queued up. greg k-h