linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>
Subject: [GIT PULL] intel-gpio for 5.12-1
Date: Wed, 3 Feb 2021 13:51:30 +0200	[thread overview]
Message-ID: <YBqOQpaTpUbDcdKo@black.fi.intel.com> (raw)

Hi Linux GPIO  maintainers,

Non-traditional bunch for Intel GPIO drivers, because it includes an aggregator
clean up with necessary libraries update and test cases. Besides that, it has
nothing special, except removing couple of drivers from the subsystem. In any
case this PR is independent, but would be nice to couple it with PR of
ib-drm-gpio-pdx86-rtc-wdt-v5.12-1 which I had sent couple of weeks earlier.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

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.12-1

for you to fetch changes up to c5318e248f527fc8753e361bb61439f4e0c6d745:

  gpio: msic: Drop driver from Makefile (2021-02-03 13:05:56 +0200)

----------------------------------------------------------------
intel-gpio for v5.12-1

* Use generic parser of the ranges in GPIO aggregator driver
* Clean up Whiskey Cove driver to use new APIs and drop ambiguous casting
* Remove couple of drivers for deprecated platforms

The following is an automated git shortlog grouped by driver:

aggregator:
 -  Remove trailing comma in terminator entries
 -  Use compound literal from the header
 -  Replace isrange() by using get_options()

intel-mid:
 -  Remove driver for deprecated platform

lib/cmdline:
 -  Allow get_options() to take 0 to validate the input
 -  Update documentation to reflect behaviour

lib/cmdline_kunit:
 -  add a new test case for get_options()

merrifield:
 -  Make bias configuration available for GPIOs

msic:
 -  Drop driver from Makefile
 -  Remove driver for deprecated platform

wcove:
 -  Split out to_ireg() helper and deduplicate the code
 -  Switch to use regmap_set_bits(), regmap_clear_bits()
 -  Get rid of error prone casting in IRQ handler
 -  convert comma to semicolon

----------------------------------------------------------------
Andy Shevchenko (13):
      gpio: merrifield: Make bias configuration available for GPIOs
      lib/cmdline_kunit: add a new test case for get_options()
      lib/cmdline: Update documentation to reflect behaviour
      lib/cmdline: Allow get_options() to take 0 to validate the input
      gpio: aggregator: Replace isrange() by using get_options()
      gpio: aggregator: Use compound literal from the header
      gpio: aggregator: Remove trailing comma in terminator entries
      gpio: msic: Remove driver for deprecated platform
      gpio: intel-mid: Remove driver for deprecated platform
      gpio: wcove: Get rid of error prone casting in IRQ handler
      gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()
      gpio: wcove: Split out to_ireg() helper and deduplicate the code
      gpio: msic: Drop driver from Makefile

Zheng Yongjun (1):
      gpio: wcove: convert comma to semicolon

 MAINTAINERS                    |   2 -
 drivers/gpio/Kconfig           |  14 --
 drivers/gpio/Makefile          |   2 -
 drivers/gpio/TODO              |   2 +-
 drivers/gpio/gpio-aggregator.c |  40 +---
 drivers/gpio/gpio-intel-mid.c  | 414 -----------------------------------------
 drivers/gpio/gpio-merrifield.c |   5 +
 drivers/gpio/gpio-msic.c       | 314 -------------------------------
 drivers/gpio/gpio-wcove.c      |  65 +++----
 include/linux/gpio/machine.h   |   4 +-
 lib/cmdline.c                  |  21 ++-
 lib/cmdline_kunit.c            |  56 ++++++
 12 files changed, 120 insertions(+), 819 deletions(-)
 delete mode 100644 drivers/gpio/gpio-intel-mid.c
 delete mode 100644 drivers/gpio/gpio-msic.c

-- 
With Best Regards,
Andy Shevchenko



             reply	other threads:[~2021-02-03 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03 11:51 Andy Shevchenko [this message]
2021-02-05  8:59 ` [GIT PULL] intel-gpio for 5.12-1 Bartosz Golaszewski

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=YBqOQpaTpUbDcdKo@black.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    /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).