mbox series

[GIT,PULL] intel-gpio for 5.1-1

Message ID 20190215174313.GA41472@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 5.1-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.1-1

Message

Andy Shevchenko Feb. 15, 2019, 5:43 p.m. UTC
Hi Linus,

The set of Intel GPIO driver updates for the next cycle.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.1-1

for you to fetch changes up to fd30b72eab2d7a32c8e279442584e115e2e125f9:

  gpio: wcove: Convert to use SPDX identifier (2019-02-08 15:55:41 +0200)

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

Small clean up for Intel PMIC GPIO drivers, includes:
 - optimizing IRQ handlers by usage of for_each_set_bit()
 - sorting headers alphabetically for better maintenance
 - conversion to SPDX identifier

The following is an automated git shortlog grouped by driver:

crystalcove:
 -  Convert to use SPDX identifier
 -  Sort headers alphabetically
 -  Use for_each_set_bit() in IRQ handler

msic:
 -  Convert to use SPDX identifier
 -  Sort headers alphabetically
 -  Remove duplicate check in IRQ handler

wcove:
 -  Convert to use SPDX identifier
 -  Fix indentation
 -  Sort headers alphabetically
 -  Allow return negative error code from to_reg()

----------------------------------------------------------------
Andy Shevchenko (10):
      gpio: crystalcove: Use for_each_set_bit() in IRQ handler
      gpio: wcove: Allow return negative error code from to_reg()
      gpio: msic: Remove duplicate check in IRQ handler
      gpio: crystalcove: Sort headers alphabetically
      gpio: msic: Sort headers alphabetically
      gpio: wcove: Sort headers alphabetically
      gpio: wcove: Fix indentation
      gpio: crystalcove: Convert to use SPDX identifier
      gpio: msic: Convert to use SPDX identifier
      gpio: wcove: Convert to use SPDX identifier

 drivers/gpio/gpio-crystalcove.c | 30 ++++++++++--------------------
 drivers/gpio/gpio-msic.c        | 34 +++++++++-------------------------
 drivers/gpio/gpio-wcove.c       | 29 ++++++++++-------------------
 3 files changed, 29 insertions(+), 64 deletions(-)

Comments

Linus Walleij Feb. 17, 2019, 9:02 p.m. UTC | #1
On Fri, Feb 15, 2019 at 6:43 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> The set of Intel GPIO driver updates for the next cycle.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.1-1

Thanks Andy, pulled into the GPIO "devel" branch for v5.1!

Yours,
Linus Walleij