lkml.org 
[lkml]   [2014]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.12 049/144] ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs
    Date
    3.12-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Paul Drews <paul.drews@intel.com>

    commit f6308b36c411dc5afd6a6f73e6454722bfde57b7 upstream.

    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@intel.com>
    Acked-by: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/acpi/acpi_lpss.c | 1 +
    drivers/pinctrl/pinctrl-baytrail.c | 1 +
    2 files changed, 2 insertions(+)

    --- a/drivers/acpi/acpi_lpss.c
    +++ b/drivers/acpi/acpi_lpss.c
    @@ -156,6 +156,7 @@ static const struct acpi_device_id acpi_
    { "80860F14", (unsigned long)&byt_sdio_dev_desc },
    { "80860F41", (unsigned long)&byt_i2c_dev_desc },
    { "INT33B2", },
    + { "INT33FC", },

    { }
    };
    --- a/drivers/pinctrl/pinctrl-baytrail.c
    +++ b/drivers/pinctrl/pinctrl-baytrail.c
    @@ -512,6 +512,7 @@ static const struct dev_pm_ops byt_gpio_

    static const struct acpi_device_id byt_gpio_acpi_match[] = {
    { "INT33B2", 0 },
    + { "INT33FC", 0 },
    { }
    };
    MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);



    \
     
     \ /
      Last update: 2014-01-07 02:41    [W:9.037 / U:1.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site