From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:12411 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755008Ab3KZSXf (ORCPT ); Tue, 26 Nov 2013 13:23:35 -0500 Date: Tue, 26 Nov 2013 13:23:28 -0500 From: Jason Cooper To: Jason Gunthorpe Cc: Bjorn Helgaas , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org Subject: Re: [PATCH] PCI: mvebu - The bridge secondary status register should be 0 Message-ID: <20131126182328.GP2879@titan.lakedaemon.net> References: <1385488975-27694-1-git-send-email-jgunthorpe@obsidianresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1385488975-27694-1-git-send-email-jgunthorpe@obsidianresearch.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Nov 26, 2013 at 11:02:52AM -0700, Jason Gunthorpe wrote: > There are no writable bits in the secondary status register, only > write 1 to clear bits. The driver never sets any of the write 1 to > clear bits so the status register should always be 0, just remove > the set from the write path. > > Someday the write 1 to clear bits should be copied/cleared directly > from registers in the HW. > > Signed-off-by: Jason Gunthorpe > --- > drivers/pci/host/pci-mvebu.c | 1 - > 1 file changed, 1 deletion(-) Whole series Acked-by: Jason Cooper thx, Jason.