mbox series

[GIT,PULL] intel-pinctrl for 5.2-2

Message ID 20190524154424.GA68376@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl for 5.2-2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.2-2

Message

Andy Shevchenko May 24, 2019, 3:44 p.m. UTC
Hi Linus,

Bugfix for v5.2-rc2. I send it separately due to last minute arrival during
merge window.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.2-2

for you to fetch changes up to 670784fb4ebe54434e263837390e358405031d9e:

  pinctrl: intel: Clear interrupt status in mask/unmask callback (2019-05-20 15:04:25 +0300)

----------------------------------------------------------------
intel-pinctrl for v5.2-2

Fix a laggish ELAN touchpad responsiveness due to an odd interrupt masking.

The following is an automated git shortlog grouped by driver:

intel:
 -  Clear interrupt status in mask/unmask callback
 -  Use GENMASK() consistently

----------------------------------------------------------------
Andy Shevchenko (1):
      pinctrl: intel: Use GENMASK() consistently

Kai-Heng Feng (1):
      pinctrl: intel: Clear interrupt status in mask/unmask callback

 drivers/pinctrl/intel/pinctrl-intel.c | 45 ++++++++---------------------------
 1 file changed, 10 insertions(+), 35 deletions(-)

Comments

Linus Walleij May 27, 2019, 9:08 a.m. UTC | #1
On Fri, May 24, 2019 at 5:44 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Bugfix for v5.2-rc2. I send it separately due to last minute arrival during
> merge window.

Pulled into my pinctrl fixes branch.

Thanks!
Linus Walleij