From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH V2 6/7] PCI: add device wait after slot and bus reset Date: Wed, 29 Nov 2017 09:39:05 -0800 Message-ID: <20171129173905.GG27742@infradead.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-7-git-send-email-okaya@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1511763628-11856-7-git-send-email-okaya@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Sinan Kaya Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Helgaas , open list List-Id: linux-arm-msm@vger.kernel.org On Mon, Nov 27, 2017 at 01:20:27AM -0500, Sinan Kaya wrote: > Rev 3.1 Sec 2.3.1 Request Handling Rules indicates that a device can issue > CRS following secondary bus reset. Handle device presence gracefully. > > Signed-off-by: Sinan Kaya Looks good, Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Wed, 29 Nov 2017 09:39:05 -0800 From: Christoph Hellwig To: Sinan Kaya Subject: Re: [PATCH V2 6/7] PCI: add device wait after slot and bus reset Message-ID: <20171129173905.GG27742@infradead.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-7-git-send-email-okaya@codeaurora.org> MIME-Version: 1.0 In-Reply-To: <1511763628-11856-7-git-send-email-okaya@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, open list , linux-arm-msm@vger.kernel.org, Bjorn Helgaas , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+bjorn=helgaas.com@lists.infradead.org List-ID: On Mon, Nov 27, 2017 at 01:20:27AM -0500, Sinan Kaya wrote: > Rev 3.1 Sec 2.3.1 Request Handling Rules indicates that a device can issue > CRS following secondary bus reset. Handle device presence gracefully. > > Signed-off-by: Sinan Kaya Looks good, Reviewed-by: Christoph Hellwig _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 29 Nov 2017 09:39:05 -0800 Subject: [PATCH V2 6/7] PCI: add device wait after slot and bus reset In-Reply-To: <1511763628-11856-7-git-send-email-okaya@codeaurora.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-7-git-send-email-okaya@codeaurora.org> Message-ID: <20171129173905.GG27742@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Nov 27, 2017 at 01:20:27AM -0500, Sinan Kaya wrote: > Rev 3.1 Sec 2.3.1 Request Handling Rules indicates that a device can issue > CRS following secondary bus reset. Handle device presence gracefully. > > Signed-off-by: Sinan Kaya Looks good, Reviewed-by: Christoph Hellwig