From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linux GPIO <linux-gpio@vger.kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Hans de Goede <hdegoede@redhat.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [GIT PULL] intel-gpio for 5.11-1
Date: Mon, 16 Nov 2020 17:26:25 +0200 [thread overview]
Message-ID: <20201116152625.GA20187@black.fi.intel.com> (raw)
Hi Linux GPIO maintainers,
ACPI GPIO library refactoring. It's based on recent gpio/for-next.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit b72de3ff19fdc4bbe4d4bb3f4483c7e46e00bac3:
gpio: sifive: Fix SiFive gpio probe (2020-11-11 09:53:09 +0100)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.11-1
for you to fetch changes up to e709a7b5a066362b697d65dda90edc71f913df70:
gpiolib: acpi: Make Intel GPIO tree official for GPIO ACPI work (2020-11-16 14:14:35 +0200)
----------------------------------------------------------------
intel-gpio for v5.11-1
* Refactor GPIO library to support bias and debounce ACPI settings
The following is an automated git shortlog grouped by driver:
gpiolib:
- acpi: Make Intel GPIO tree official for GPIO ACPI work
- acpi: Use BIT() macro to increase readability
- acpi: Convert pin_index to be u16
- acpi: Extract acpi_request_own_gpiod() helper
- acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
- acpi: Set initial value for output pin based on bias and polarity
- acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
- acpi: Move non-critical code outside of critical section
- acpi: Take into account debounce settings
- acpi: Use named item for enum gpiod_flags variable
- acpi: Respect bias settings for GpioInt() resource
- Introduce gpio_set_debounce_timeout() for internal use
- Extract gpio_set_config_with_argument_optional() helper
- move bias related code from gpio_set_config() to gpio_set_bias()
- Extract gpio_set_config_with_argument() for future use
- use proper API to pack pin configuration parameters
- add missed break statement
- Replace unsigned by unsigned int
Merge tag 'intel-pinctrl-v5.10-2' into HEAD:
- Merge tag 'intel-pinctrl-v5.10-2' into HEAD
pinctrl:
- intel: Set default bias in case no particular value given
- intel: Fix 2 kOhm bias which is 833 Ohm
----------------------------------------------------------------
Andy Shevchenko (20):
gpiolib: Use proper type for bias enumerator in gpio_set_bias()
gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper
Merge tag 'intel-pinctrl-v5.10-2' into HEAD
gpiolib: Replace unsigned by unsigned int
gpiolib: add missed break statement
gpiolib: use proper API to pack pin configuration parameters
gpiolib: Extract gpio_set_config_with_argument() for future use
gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()
gpiolib: Extract gpio_set_config_with_argument_optional() helper
gpiolib: Introduce gpio_set_debounce_timeout() for internal use
gpiolib: acpi: Respect bias settings for GpioInt() resource
gpiolib: acpi: Use named item for enum gpiod_flags variable
gpiolib: acpi: Take into account debounce settings
gpiolib: acpi: Move non-critical code outside of critical section
gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
gpiolib: acpi: Extract acpi_request_own_gpiod() helper
gpiolib: acpi: Convert pin_index to be u16
gpiolib: acpi: Use BIT() macro to increase readability
gpiolib: acpi: Make Intel GPIO tree official for GPIO ACPI work
Deepak R Varma (1):
gpio: 104-idi-48: improve code indentation
Linus Walleij (3):
gpio: Retire the explicit gpio irqchip code
gpio: stmpe: Fix forgotten refactoring
Merge branch 'devel' into for-next
Vasile-Laurentiu Stanimir (1):
gpiolib: acpi: Set initial value for output pin based on bias and polarity
Documentation/driver-api/gpio/driver.rst | 67 +++++---
MAINTAINERS | 1 +
drivers/gpio/TODO | 49 ------
drivers/gpio/gpio-104-idi-48.c | 6 +-
drivers/gpio/gpio-stmpe.c | 10 +-
drivers/gpio/gpiolib-acpi.c | 138 ++++++++++-------
drivers/gpio/gpiolib-acpi.h | 2 +
drivers/gpio/gpiolib-cdev.c | 24 +--
drivers/gpio/gpiolib.c | 256 ++++++++-----------------------
drivers/gpio/gpiolib.h | 1 +
drivers/pinctrl/intel/pinctrl-intel.c | 40 +++--
include/linux/gpio/consumer.h | 4 +-
include/linux/gpio/driver.h | 71 ---------
13 files changed, 235 insertions(+), 434 deletions(-)
--
With Best Regards,
Andy Shevchenko
next reply other threads:[~2020-11-16 15:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-16 15:26 Andy Shevchenko [this message]
2020-11-17 21:24 ` [GIT PULL] intel-gpio for 5.11-1 Linus Walleij
2020-11-18 14:18 ` Andy Shevchenko
2020-11-19 8:31 ` Linus Walleij
2020-11-19 10:58 ` Andy Shevchenko
2020-11-19 10:59 ` Andy Shevchenko
2020-11-19 12:43 ` Linus Walleij
2020-11-19 13:29 ` Andy Shevchenko
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=20201116152625.GA20187@black.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=bgolaszewski@baylibre.com \
--cc=hdegoede@redhat.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=mika.westerberg@linux.intel.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;
as well as URLs for NNTP newsgroup(s).