From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 2884878B7D; Thu, 1 Feb 2024 05:47:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706766427; cv=none; b=fDu65c8kR+GqeA8FS8RPUsqvAuJI5pPuW8j0asRpACTXmjDEs2HtR1Z5pm82fForpEhZCLK1aw3/s0Mh32DUMT2cLxSA4mip7qbwrWMMvAxG10UyPY8RJkpTs9I34cOtb8gC/SwwdjyE3H16TGUUSQTjZptpJs1yLcknrZdwME0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706766427; c=relaxed/simple; bh=9YqF9j5eXI5m6rmyqlPkPEUF6K4pUnYhH1ZqLxBaF7o=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=SIIy4rYKw/52FK1lic0UGcObXUx8vsL50HcB6bOaH/O2jQVkspuHIBYZiZw7t+ItoT35PApbdPe05VgJyCtjd8uzDt88HplXUvs6Csd7eWzIXC2hzZ5UHkX4WUlP2G1TtnbvhEP71A20VI41zNA8Xa/EAy9poJtntNThbQqZxVU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=csrgW1yR; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="csrgW1yR" Received: from [192.168.68.112] (ppp14-2-76-194.adl-apt-pir-bras31.tpg.internode.on.net [14.2.76.194]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 5AD962017A; Thu, 1 Feb 2024 13:47:03 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1706766424; bh=9YqF9j5eXI5m6rmyqlPkPEUF6K4pUnYhH1ZqLxBaF7o=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=csrgW1yRPwbVDkKYJ7CMeWN+mWAlUmM356hIDTCiFgUDp4/HQ9r+vT6eIscwZhYNC EKXplHCg+ehFXNcjmNR4gtCem+OTOeybhmJgt0pGj3YZkV3WVMoKs8qB8V4uc88wa1 +et5YT+jlVwNqPufhum88ESnb0gEFaR8gaDwelOrKzn1Ul11wuQqBWa89yYmNA08W/ VV4w1JqBc3pzqc30almb5pN1Kti9hZtDaUlBePL8jnklbXjZ8//EaGBZBCyDhz1XDk s7WBVYwmwNanBmQCrrDjiswgfbrJjgU7RZEr3se4DEsCRczSHvV9MtbSzTAdm0X5+s 1c3VLYo7nxKPQ== Message-ID: <85fd9e31695c343121d5f6ad2cbebe7d8d8490b2.camel@codeconstruct.com.au> Subject: Re: [PATCH v5 15/21] ARM: dts: aspeed: yosemite4: Remove idle state setting for yosemite4 NIC connection From: Andrew Jeffery To: Delphine CC Chiu , patrick@stwcx.xyz, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Thu, 01 Feb 2024 16:17:02 +1030 In-Reply-To: <20240131084134.328307-16-Delphine_CC_Chiu@wiwynn.com> References: <20240131084134.328307-1-Delphine_CC_Chiu@wiwynn.com> <20240131084134.328307-16-Delphine_CC_Chiu@wiwynn.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Wed, 2024-01-31 at 16:41 +0800, Delphine CC Chiu wrote: > Remove idle state setting for yosemite4 NIC connection But why? Is this fixing a bug? What is the motivation? Andrew