From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 09 Dec 2011 18:07:08 +0000 Subject: Re: PCIe Hotplugging not working Message-Id: <20111209180708.GA10768@kroah.com> List-Id: References: <20111130154022.GA1411@srcf.ucam.org> <20111130182423.GA4831@srcf.ucam.org> <20111209124524.GA3488@srcf.ucam.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Anand Kanaginhal Cc: mjg59@srcf.ucam.org, bhelgaas@google.com, Linux PCI mailing , linux kernel mailing , linux hotplug mailing On Fri, Dec 09, 2011 at 09:19:39AM -0800, Anand Kanaginhal wrote: > 1. With the above setup, If I hotplug card c1 and/or c2, will my driver probe > get invoked. Stop right here. Please get your pci hotplug controller driver working first, for your platform. That seems to be the problem. After that, the rest of your questions should just resolve themselves. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 9 Dec 2011 10:07:08 -0800 From: Greg KH To: Anand Kanaginhal Cc: mjg59@srcf.ucam.org, bhelgaas@google.com, Linux PCI mailing , linux kernel mailing , linux hotplug mailing Subject: Re: PCIe Hotplugging not working Message-ID: <20111209180708.GA10768@kroah.com> References: <20111130154022.GA1411@srcf.ucam.org> <20111130182423.GA4831@srcf.ucam.org> <20111209124524.GA3488@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Fri, Dec 09, 2011 at 09:19:39AM -0800, Anand Kanaginhal wrote: > 1. With the above setup, If I hotplug card c1 and/or c2, will my driver probe > get invoked. Stop right here. Please get your pci hotplug controller driver working first, for your platform. That seems to be the problem. After that, the rest of your questions should just resolve themselves. greg k-h