Re: [Linaro-acpi] [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Rafael J. Wysocki
Hi, On Mon, Sep 28, 2015 at 9:43 PM, Al Stone wrote: > On 09/28/2015 07:50 AM, Marc Zyngier wrote: >> On 28/09/15 14:53, Rafael J. Wysocki wrote: >>> On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: Hi Rafael, On 26/09/15 00:45, Rafael J. Wysocki wrote: >>

Re: [Linaro-acpi] [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Al Stone
On 09/28/2015 07:50 AM, Marc Zyngier wrote: > On 28/09/15 14:53, Rafael J. Wysocki wrote: >> On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: >>> Hi Rafael, >>> >>> On 26/09/15 00:45, Rafael J. Wysocki wrote: >>> > Marc Zyngier (5): > acpi: Add basic device probing

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Marc Zyngier
On 28/09/15 14:53, Rafael J. Wysocki wrote: > On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: >> Hi Rafael, >> >> On 26/09/15 00:45, Rafael J. Wysocki wrote: >> Marc Zyngier (5): acpi: Add basic device probing infrastructure irqchip/acpi: Add probing infrastructure

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Rafael J. Wysocki
On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: > Hi Rafael, > > On 26/09/15 00:45, Rafael J. Wysocki wrote: > > >> Marc Zyngier (5): > >> acpi: Add basic device probing infrastructure > >> irqchip/acpi: Add probing infrastructure for ACPI-based irqchips > >> irqchip/gic:

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Marc Zyngier
Hi Rafael, On 26/09/15 00:45, Rafael J. Wysocki wrote: >> Marc Zyngier (5): >> acpi: Add basic device probing infrastructure >> irqchip/acpi: Add probing infrastructure for ACPI-based irqchips >> irqchip/gic: Convert the GIC driver to ACPI probing >> clocksource/acpi: Add probing

Re: [Linaro-acpi] [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Al Stone
On 09/28/2015 07:50 AM, Marc Zyngier wrote: > On 28/09/15 14:53, Rafael J. Wysocki wrote: >> On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: >>> Hi Rafael, >>> >>> On 26/09/15 00:45, Rafael J. Wysocki wrote: >>> > Marc Zyngier (5): > acpi: Add basic device probing

Re: [Linaro-acpi] [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Rafael J. Wysocki
Hi, On Mon, Sep 28, 2015 at 9:43 PM, Al Stone wrote: > On 09/28/2015 07:50 AM, Marc Zyngier wrote: >> On 28/09/15 14:53, Rafael J. Wysocki wrote: >>> On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: Hi Rafael, On 26/09/15 00:45, Rafael J. Wysocki

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Rafael J. Wysocki
On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: > Hi Rafael, > > On 26/09/15 00:45, Rafael J. Wysocki wrote: > > >> Marc Zyngier (5): > >> acpi: Add basic device probing infrastructure > >> irqchip/acpi: Add probing infrastructure for ACPI-based irqchips > >> irqchip/gic:

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Marc Zyngier
Hi Rafael, On 26/09/15 00:45, Rafael J. Wysocki wrote: >> Marc Zyngier (5): >> acpi: Add basic device probing infrastructure >> irqchip/acpi: Add probing infrastructure for ACPI-based irqchips >> irqchip/gic: Convert the GIC driver to ACPI probing >> clocksource/acpi: Add probing

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-28 Thread Marc Zyngier
On 28/09/15 14:53, Rafael J. Wysocki wrote: > On Monday, September 28, 2015 01:59:19 PM Marc Zyngier wrote: >> Hi Rafael, >> >> On 26/09/15 00:45, Rafael J. Wysocki wrote: >> Marc Zyngier (5): acpi: Add basic device probing infrastructure irqchip/acpi: Add probing infrastructure

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-25 Thread Rafael J. Wysocki
On Sunday, September 13, 2015 03:02:18 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. > > The Device Tree infrastructure makes it very easy to make these > discoverable by the rest of the

Re: [PATCH v2 0/5] ACPI probing infrastructure

2015-09-25 Thread Rafael J. Wysocki
On Sunday, September 13, 2015 03:02:18 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. > > The Device Tree infrastructure makes it very easy to make these > discoverable by the rest of the

[PATCH v2 0/5] ACPI probing infrastructure

2015-09-13 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. The Device Tree infrastructure makes it very easy to make these discoverable by the rest of the kernel. For example, each interrupt controller driver has at least one entry

[PATCH v2 0/5] ACPI probing infrastructure

2015-09-13 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. The Device Tree infrastructure makes it very easy to make these discoverable by the rest of the kernel. For example, each interrupt controller driver has at least one entry