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=-10.9 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,URIBL_BLOCKED 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 B92A7C4743D for ; Tue, 8 Jun 2021 08:59:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BA6B6101A for ; Tue, 8 Jun 2021 08:59:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230377AbhFHJB1 (ORCPT ); Tue, 8 Jun 2021 05:01:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:58594 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbhFHJBX (ORCPT ); Tue, 8 Jun 2021 05:01:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5D16C61153; Tue, 8 Jun 2021 08:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623142758; bh=jqgzjC2ldarnTGQEvWbargyiISLRl5LvHbedzo0nB0A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FrgeXw3i0dDuqtcvKr3FiDk4xqPy/vxmHQTDRDQpiZZ8B2y/1Tdezqvs6eSHjIM3e LWRZ5EgGieHFzE5ei4ONB6JF4PA9CqmW+9hDE7gxWW9/+SU9vXKFBeqOThdueayjdV g0JHt3rQPvr1DG8+wKiQGHgtPgoCypfacbVOKQus= Date: Tue, 8 Jun 2021 10:59:13 +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 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 Can you test this to verify it works? thanks, greg k-h