mbox series

[GIT,PULL] intel-pinctrl for 5.13-1

Message ID YGHrop0zkyZMLMdd@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl for 5.13-1 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.13-1

Message

Andy Shevchenko March 29, 2021, 3 p.m. UTC
Hi Linux pin control  maintainers,

One little change so far for v5.13 cycle. The other one in your fixes branch
and shouldn't affect the merge (will be excluded automatically).

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.13-1

for you to fetch changes up to 5b613df3f499e305f3aecd58090a71ec0d92930d:

  pinctrl: intel: No need to disable IRQs in the handler (2021-03-25 14:52:41 +0200)

----------------------------------------------------------------
intel-pinctrl for v5.13-1

* Don't disable disabled IRQs in the handler
* Fix the base calculation for groups defined by size

The following is an automated git shortlog grouped by driver:

intel:
 -  No need to disable IRQs in the handler
 -  Show the GPIO base calculation explicitly

----------------------------------------------------------------
Andy Shevchenko (2):
      pinctrl: intel: Show the GPIO base calculation explicitly
      pinctrl: intel: No need to disable IRQs in the handler

 drivers/pinctrl/intel/pinctrl-intel.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Linus Walleij March 29, 2021, 10:49 p.m. UTC | #1
On Mon, Mar 29, 2021 at 5:00 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> One little change so far for v5.13 cycle. The other one in your fixes branch
> and shouldn't affect the merge (will be excluded automatically).

Pulled in for v5.13, thanks!

Yours,
Linus Walleij