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

2012-11-17 Thread Mika Westerberg
On Sat, Nov 17, 2012 at 11:11:59AM +0100, Rafael J. Wysocki wrote: > > +static acpi_status acpi_spi_add_device(acpi_handle handle, u32 level, > > + void *data, void **return_value) > > +{ > > + struct spi_master *master = data; > > + struct resource_list_entry *

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

2012-11-17 Thread Rafael J. Wysocki
On Thursday, November 15, 2012 01:03:16 PM 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 dev

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

2012-11-16 Thread Rafael J. Wysocki
On Thursday, November 15, 2012 01:03:16 PM 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 dev