linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] intel-gpio for 5.11-1
@ 2020-11-16 15:26 Andy Shevchenko
  2020-11-17 21:24 ` Linus Walleij
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Shevchenko @ 2020-11-16 15:26 UTC (permalink / raw)
  To: Linux GPIO
  Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko,
	Hans de Goede, Mika Westerberg

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-19 13:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-16 15:26 [GIT PULL] intel-gpio for 5.11-1 Andy Shevchenko
2020-11-17 21:24 ` 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

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).