On Monday, November 25, 2013 02:15:55 PM Paul Drews wrote: > This adds the new ACPI ID (INT33FC) for the BayTrail GPIO > banks as seen on a BayTrail M System-On-Chip platform. This > ACPI ID is used by the BayTrail GPIO (pinctrl) driver to > manage the Low Power Subsystem (LPSS). > > Signed-off-by: Paul Drews <paul.drews@xxxxxxxxx> Am I supposed to take this (in which case I need an ACK from the pinctrl maintainer)? Or is it supposed to go through the pinctrl subsystem? In which case feel free to add Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> # for the ACPI part to the patch. Thanks! > --- > drivers/acpi/acpi_lpss.c | 1 + > drivers/pinctrl/pinctrl-baytrail.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c > index 6745fe1..e603905 100644 > --- a/drivers/acpi/acpi_lpss.c > +++ b/drivers/acpi/acpi_lpss.c > @@ -162,6 +162,7 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = { > { "80860F14", (unsigned long)&byt_sdio_dev_desc }, > { "80860F41", (unsigned long)&byt_i2c_dev_desc }, > { "INT33B2", }, > + { "INT33FC", }, > > { "INT3430", (unsigned long)&lpt_dev_desc }, > { "INT3431", (unsigned long)&lpt_dev_desc }, > diff --git a/drivers/pinctrl/pinctrl-baytrail.c b/drivers/pinctrl/pinctrl-baytrail.c > index 2832576..114f5ef 100644 > --- a/drivers/pinctrl/pinctrl-baytrail.c > +++ b/drivers/pinctrl/pinctrl-baytrail.c > @@ -512,6 +512,7 @@ static const struct dev_pm_ops byt_gpio_pm_ops = { > > static const struct acpi_device_id byt_gpio_acpi_match[] = { > { "INT33B2", 0 }, > + { "INT33FC", 0 }, > { } > }; > MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match); > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html