Re: [PATCH v4 2/3] spi / ACPI: add ACPI enumeration support

2012-11-30 Thread Rafael J. Wysocki
On Friday, November 30, 2012 11:24:13 AM Grant Likely wrote: > On Tue, 20 Nov 2012 20:13:31 +0200, Mika Westerberg > wrote: > > ACPI 5 introduced SPISerialBus resource that allows us to enumerate and > > configure the SPI slave devices behind the SPI controller. This patch adds > > support for th

Re: [PATCH v4 2/3] spi / ACPI: add ACPI enumeration support

2012-11-30 Thread Grant Likely
On Tue, 20 Nov 2012 20:13:31 +0200, Mika Westerberg wrote: > ACPI 5 introduced SPISerialBus resource that allows us to enumerate and > configure the SPI slave devices behind the SPI controller. This patch adds > support for this to the SPI core. > > In addition we bind ACPI nodes to SPI devices.

[PATCH v4 2/3] spi / ACPI: add ACPI enumeration support

2012-11-20 Thread Mika Westerberg
ACPI 5 introduced SPISerialBus resource that allows us to enumerate and configure the SPI slave devices behind the SPI controller. This patch adds support for this to the SPI core. In addition we bind ACPI nodes to SPI devices. This makes it possible for the slave drivers to get the ACPI handle fo