From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: linux-acpi@vger.kernel.org
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Linus Walleij <linus.walleij@linaro.org>,
Chris Ball <cjb@laptop.org>,
Johannes Berg <johannes@sipsolutions.net>,
Rhyland Klein <rklein@nvidia.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Mathias Nyman <mathias.nyman@linux.intel.com>,
Alexandre Courbot <acourbot@nvidia.com>,
Rob Landley <rob@landley.net>,
Stephen Warren <swarren@wwwdotorg.org>,
Thierry Reding <thierry.reding@gmail.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v4 0/4] gpio / ACPI: convert users to gpiod_* and drop acpi_gpio.h
Date: Wed, 8 Jan 2014 12:40:53 +0200 [thread overview]
Message-ID: <1389177657-29266-1-git-send-email-mika.westerberg@linux.intel.com> (raw)
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
next reply other threads:[~2014-01-08 10:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 10:40 Mika Westerberg [this message]
2014-01-08 10:40 ` [PATCH v4 1/4] gpio / ACPI: register to ACPI events automatically Mika Westerberg
2014-01-08 11:55 ` Linus Walleij
2014-01-08 10:40 ` [PATCH v4 2/4] mmc: sdhci-acpi: convert to use GPIO descriptor API Mika Westerberg
2014-01-08 11:54 ` Linus Walleij
2014-01-08 12:34 ` Mika Westerberg
2014-01-13 18:32 ` Chris Ball
2014-01-08 10:40 ` [PATCH v4 3/4] gpio / ACPI: get rid of acpi_gpio.h Mika Westerberg
2014-01-08 11:56 ` Linus Walleij
2014-01-08 10:40 ` [PATCH v4 4/4] Documentation / ACPI: update to GPIO descriptor API Mika Westerberg
2014-01-08 11:57 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389177657-29266-1-git-send-email-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=acourbot@nvidia.com \
--cc=adrian.hunter@intel.com \
--cc=cjb@laptop.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=johannes@sipsolutions.net \
--cc=linus.walleij@linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathias.nyman@linux.intel.com \
--cc=rjw@rjwysocki.net \
--cc=rklein@nvidia.com \
--cc=rob@landley.net \
--cc=swarren@wwwdotorg.org \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome