Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-14 Thread Bjorn Helgaas
On Thu, Nov 14, 2013 at 1:17 PM, Neil Horman wrote: > On Thu, Nov 14, 2013 at 12:33:11PM -0700, Bjorn Helgaas wrote: >> On Tue, Nov 5, 2013 at 11:55 AM, Bjorn Helgaas wrote: >> > On Sat, Nov 2, 2013 at 9:50 AM, Greg Kroah-Hartman >> > wrote: >> >> On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-14 Thread Neil Horman
On Thu, Nov 14, 2013 at 12:33:11PM -0700, Bjorn Helgaas wrote: > On Tue, Nov 5, 2013 at 11:55 AM, Bjorn Helgaas wrote: > > On Sat, Nov 2, 2013 at 9:50 AM, Greg Kroah-Hartman > > wrote: > >> On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn Helgaas wrote: > >>> On Tue, Oct 29, 2013 at 3:46 PM, Greg

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-14 Thread Bjorn Helgaas
On Tue, Nov 5, 2013 at 11:55 AM, Bjorn Helgaas wrote: > On Sat, Nov 2, 2013 at 9:50 AM, Greg Kroah-Hartman > wrote: >> On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn Helgaas wrote: >>> On Tue, Oct 29, 2013 at 3:46 PM, Greg Kroah-Hartman >>> wrote: >>> > From: Greg Kroah-Hartman >>> > >>> > The

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-05 Thread Bjorn Helgaas
On Sat, Nov 2, 2013 at 9:50 AM, Greg Kroah-Hartman wrote: > On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn Helgaas wrote: >> On Tue, Oct 29, 2013 at 3:46 PM, Greg Kroah-Hartman >> wrote: >> > From: Greg Kroah-Hartman >> > >> > The PCI MSI sysfs code is a mess with kobjects for things that don't

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-02 Thread Greg Kroah-Hartman
On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn Helgaas wrote: > On Tue, Oct 29, 2013 at 3:46 PM, Greg Kroah-Hartman > wrote: > > From: Greg Kroah-Hartman > > > > The PCI MSI sysfs code is a mess with kobjects for things that don't > > really need to be kobjects. This patch creates attributes dy

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-01 Thread Neil Horman
On Fri, Nov 01, 2013 at 05:40:02PM -0600, Bjorn Helgaas wrote: > On Tue, Oct 29, 2013 at 3:46 PM, Greg Kroah-Hartman > wrote: > > From: Greg Kroah-Hartman > > > > The PCI MSI sysfs code is a mess with kobjects for things that don't > > really need to be kobjects. This patch creates attributes dy

Re: [RFC PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-01 Thread Bjorn Helgaas
On Tue, Oct 29, 2013 at 3:46 PM, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > The PCI MSI sysfs code is a mess with kobjects for things that don't > really need to be kobjects. This patch creates attributes dynamically > for the MSI interrupts instead of using kobjects. > > Note, thi