Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-23 Thread Rafael J. Wysocki
On Friday, January 23, 2015 08:47:58 AM Octavian Purdila wrote: On Fri, Jan 23, 2015 at 12:09 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Thursday, January 22, 2015 12:13:13 PM Octavian Purdila wrote: On Thu, Jan 22, 2015 at 4:00 AM, Rafael J. Wysocki r...@rjwysocki.net wrote:

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-22 Thread Octavian Purdila
On Thu, Jan 22, 2015 at 4:00 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: Hi Rafael, Thanks for reviewing the patch. On Tuesday, December 16, 2014 06:12:32 PM Octavian Purdila wrote: This patch adds support to load a custom ACPI table that describes devices connected via the DLN2 USB

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-22 Thread Rafael J. Wysocki
On Thursday, January 22, 2015 12:13:13 PM Octavian Purdila wrote: On Thu, Jan 22, 2015 at 4:00 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: Hi Rafael, Thanks for reviewing the patch. On Tuesday, December 16, 2014 06:12:32 PM Octavian Purdila wrote: This patch adds support to

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-22 Thread Octavian Purdila
On Fri, Jan 23, 2015 at 12:09 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Thursday, January 22, 2015 12:13:13 PM Octavian Purdila wrote: On Thu, Jan 22, 2015 at 4:00 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: snip The idea here is to set the companion for the MFD sub-devices.

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-21 Thread Rafael J. Wysocki
On Tuesday, December 16, 2014 06:12:32 PM Octavian Purdila wrote: This patch adds support to load a custom ACPI table that describes devices connected via the DLN2 USB to I2C/SPI/GPIO bridge. The ACPI table can be loaded either externally (from QEMU or with CONFIG_ACPI_CUSTOM_DSDT) or it can

Re: [PATCH 3/4] mfd: dln2: add support for ACPI

2015-01-20 Thread Lee Jones
I need an ACPI Ack on this. This patch adds support to load a custom ACPI table that describes devices connected via the DLN2 USB to I2C/SPI/GPIO bridge. The ACPI table can be loaded either externally (from QEMU or with CONFIG_ACPI_CUSTOM_DSDT) or it can be loaded as firmware file with the

[PATCH 3/4] mfd: dln2: add support for ACPI

2014-12-16 Thread Octavian Purdila
This patch adds support to load a custom ACPI table that describes devices connected via the DLN2 USB to I2C/SPI/GPIO bridge. The ACPI table can be loaded either externally (from QEMU or with CONFIG_ACPI_CUSTOM_DSDT) or it can be loaded as firmware file with the name dln2.aml. The driver looks