Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-08 Thread Hanjun Guo
On 09/08/2015 05:57 PM, Marc Zyngier wrote: On 07/09/15 22:29, Rafael J. Wysocki wrote: On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: IRQ controllers and timers are the two types of device the kernel requires before being able to use the device driver model. ACPI so far lacks

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-08 Thread Marc Zyngier
On 07/09/15 22:29, Rafael J. Wysocki wrote: > On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: >> IRQ controllers and timers are the two types of device the kernel >> requires before being able to use the device driver model. >> >> ACPI so far lacks a proper probing infrastructure

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-08 Thread Marc Zyngier
On 07/09/15 22:29, Rafael J. Wysocki wrote: > On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: >> IRQ controllers and timers are the two types of device the kernel >> requires before being able to use the device driver model. >> >> ACPI so far lacks a proper probing infrastructure

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-08 Thread Hanjun Guo
On 09/08/2015 05:57 PM, Marc Zyngier wrote: On 07/09/15 22:29, Rafael J. Wysocki wrote: On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: IRQ controllers and timers are the two types of device the kernel requires before being able to use the device driver model. ACPI so far lacks

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Rafael J. Wysocki
On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: > IRQ controllers and timers are the two types of device the kernel > requires before being able to use the device driver model. > > ACPI so far lacks a proper probing infrastructure similar to the one > we have with DT, where we're

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Marc Zyngier
On 07/09/15 17:00, Lorenzo Pieralisi wrote: > [+M.Salter] > > On Fri, Sep 04, 2015 at 06:06:48PM +0100, Marc Zyngier wrote: >> IRQ controllers and timers are the two types of device the kernel >> requires before being able to use the device driver model. >> >> ACPI so far lacks a proper probing

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Lorenzo Pieralisi
[+M.Salter] On Fri, Sep 04, 2015 at 06:06:48PM +0100, Marc Zyngier wrote: > IRQ controllers and timers are the two types of device the kernel > requires before being able to use the device driver model. > > ACPI so far lacks a proper probing infrastructure similar to the one > we have with DT,

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Lorenzo Pieralisi
[+M.Salter] On Fri, Sep 04, 2015 at 06:06:48PM +0100, Marc Zyngier wrote: > IRQ controllers and timers are the two types of device the kernel > requires before being able to use the device driver model. > > ACPI so far lacks a proper probing infrastructure similar to the one > we have with DT,

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Marc Zyngier
On 07/09/15 17:00, Lorenzo Pieralisi wrote: > [+M.Salter] > > On Fri, Sep 04, 2015 at 06:06:48PM +0100, Marc Zyngier wrote: >> IRQ controllers and timers are the two types of device the kernel >> requires before being able to use the device driver model. >> >> ACPI so far lacks a proper probing

Re: [PATCH 1/5] acpi: Add basic device probing infrastructure

2015-09-07 Thread Rafael J. Wysocki
On Friday, September 04, 2015 06:06:48 PM Marc Zyngier wrote: > IRQ controllers and timers are the two types of device the kernel > requires before being able to use the device driver model. > > ACPI so far lacks a proper probing infrastructure similar to the one > we have with DT, where we're