From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeAy-0003Nm-59 for qemu-devel@nongnu.org; Thu, 12 Jul 2018 12:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdeAx-0003kp-2q for qemu-devel@nongnu.org; Thu, 12 Jul 2018 12:10:40 -0400 Message-Id: <1531411830.3639858.1438698880.654F54F0@webmail.messagingengine.com> From: Andrew Jeffery MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" In-Reply-To: References: <20180709143524.17480-1-andrew@aj.id.au> Date: Fri, 13 Jul 2018 01:40:30 +0930 Subject: Re: [Qemu-devel] [PATCH] aspeed: Implement write-1-{set, clear} for AST2500 strapping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Joel Stanley , =?utf-8?Q?C=C3=A9dric=20Le=20Goater?= , qemu-arm , OpenBMC Maillist On Fri, 13 Jul 2018, at 01:28, Peter Maydell wrote: > On 9 July 2018 at 15:35, Andrew Jeffery wrote: > > The AST2500 SoC family changes the runtime behaviour of the hardware > > strapping register (SCU70) to write-1-set/write-1-clear, with > > write-1-clear implemented on the "read-only" SoC revision register > > (SCU7C). For the the AST2400, the hardware strapping is > > runtime-configured with read-modify-write semantics. > > > > Signed-off-by: Andrew Jeffery > > --- > > Hi -- is this a bugfix suitable for 3.0, or something you'd > like to wait until 3.1 ? The commit message sounds like a bugfix... If we could get it into 3.0 that would be great. I ran into a case where the distinction was important so it would be good to have it resolved sooner rather than later. Cheers, Andrew