Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-11 Thread Marc Zyngier
On 10/09/15 10:03, Hanjun Guo wrote: > On 09/08/2015 09:19 PM, Hanjun Guo wrote: >> Hi Marc, >> >> Sorry for the late response for quite a while... >> >> On 09/05/2015 01:06 AM, Marc Zyngier wrote: >>> IRQ controllers and timers are the two types of device the kernel >>> requires before being able

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-10 Thread Hanjun Guo
On 09/08/2015 09:19 PM, Hanjun Guo wrote: Hi Marc, Sorry for the late response for quite a while... On 09/05/2015 01:06 AM, 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 prop

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-08 Thread Rafael J. Wysocki
On Tuesday, September 08, 2015 10:45:58 AM Marc Zyngier wrote: > On 07/09/15 22:26, Rafael J. Wysocki wrote: > > On Friday, September 04, 2015 06:06:47 PM Marc Zyngier wrote: > >> IRQ controllers and timers are the two types of device the kernel > >> requires before being able to use the device dri

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-08 Thread Tomasz Nowicki
On 07.09.2015 08:58, Tomasz Nowicki wrote: Hi Marc, On 04.09.2015 19:06, 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

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-08 Thread Hanjun Guo
Hi Marc, Sorry for the late response for quite a while... On 09/05/2015 01:06 AM, 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 on

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-08 Thread Marc Zyngier
On 07/09/15 22:26, Rafael J. Wysocki wrote: > On Friday, September 04, 2015 06:06:47 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 simi

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-07 Thread Rafael J. Wysocki
On Friday, September 04, 2015 06:06:47 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 abl

Re: [PATCH 0/5] ACPI probing infrastructure

2015-09-06 Thread Tomasz Nowicki
Hi Marc, On 04.09.2015 19:06, 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 able to declare IRQ ch

[PATCH 0/5] ACPI probing infrastructure

2015-09-04 Thread Marc Zyngier
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 able to declare IRQ chips and clocksources inside the driver code, and let