[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389177657-29266-1-git-send-email-mika.westerberg@linux.intel.com>
Date: Wed, 8 Jan 2014 12:40:53 +0200
From: Mika Westerberg <mika.westerberg@...ux.intel.com>
To: linux-acpi@...r.kernel.org
Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Linus Walleij <linus.walleij@...aro.org>,
Chris Ball <cjb@...top.org>,
Johannes Berg <johannes@...solutions.net>,
Rhyland Klein <rklein@...dia.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Mathias Nyman <mathias.nyman@...ux.intel.com>,
Alexandre Courbot <acourbot@...dia.com>,
Rob Landley <rob@...dley.net>,
Stephen Warren <swarren@...dotorg.org>,
Thierry Reding <thierry.reding@...il.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v4 0/4] gpio / ACPI: convert users to gpiod_* and drop acpi_gpio.h
Hi,
This is fourth revision of the patch series. The previous version can be
found here [1].
We convert the remaining user (sdhci-acpi) to use the GPIO descriptor API
and get rid for ACPI specific GPIO helpers in favor of the new GPIO
descriptor API.
Changes to v3:
* Dropped patches 1 and 2 as they got merged already.
* Rebased on top of latest linux-gpio.git devel -branch.
* Moved patch [4/4] in previous version to be the first in this version.
[1] https://lkml.org/lkml/2013/11/26/104
Mika Westerberg (4):
gpio / ACPI: register to ACPI events automatically
mmc: sdhci-acpi: convert to use GPIO descriptor API
gpio / ACPI: get rid of acpi_gpio.h
Documentation / ACPI: update to GPIO descriptor API
Documentation/acpi/enumeration.txt | 36 ++++++---------------------
drivers/gpio/gpiolib-acpi.c | 21 +++++++++++-----
drivers/gpio/gpiolib.c | 5 +++-
drivers/gpio/gpiolib.h | 46 ++++++++++++++++++++++++++++++++++
drivers/mmc/host/sdhci-acpi.c | 26 +++++++++----------
drivers/pinctrl/pinctrl-baytrail.c | 4 ---
include/linux/acpi_gpio.h | 51 --------------------------------------
7 files changed, 84 insertions(+), 105 deletions(-)
create mode 100644 drivers/gpio/gpiolib.h
delete mode 100644 include/linux/acpi_gpio.h
--
1.8.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists