mbox series

[GIT,PULL] intel-pinctrl fixes for v5.4 part 2

Message ID 20191029181156.GP2593@lahna.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl fixes for v5.4 part 2 | expand

Pull-request

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

Message

Mika Westerberg Oct. 29, 2019, 6:11 p.m. UTC
Hi Linus,

The following changes since commit 260996c30f4f3a732f45045e3e0efe27017615e4:

  pinctrl: cherryview: restore Strago DMI workaround for all versions (2019-10-01 17:36:40 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 67d33aecd030226f0a577eb683aaa6853ecf8f91:

  pinctrl: cherryview: Allocate IRQ chip dynamic (2019-10-25 12:54:10 +0300)

----------------------------------------------------------------
intel-pinctrl fixes for v5.4 part 2

A couple more fixes for Intel pinctrl drivers:

  - Try to avoid glitches when pin is in GPIO mode
  - Fix cherryview irq_valid_mask calculation
  - Allocate cherryview IRQ chip dynamically to avoid triggering warning
    from GPIO core

----------------------------------------------------------------
Andy Shevchenko (2):
      pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
      pinctrl: cherryview: Allocate IRQ chip dynamic

Hans de Goede (1):
      pinctrl: cherryview: Fix irq_valid_mask calculation

 drivers/pinctrl/intel/pinctrl-cherryview.c | 26 +++++++++++++-------------
 drivers/pinctrl/intel/pinctrl-intel.c      | 21 ++++++++++++++++++++-
 2 files changed, 33 insertions(+), 14 deletions(-)

Comments

Linus Walleij Oct. 30, 2019, 9:33 a.m. UTC | #1
On Tue, Oct 29, 2019 at 7:12 PM Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:

> The following changes since commit 260996c30f4f3a732f45045e3e0efe27017615e4:
>
>   pinctrl: cherryview: restore Strago DMI workaround for all versions (2019-10-01 17:36:40 +0300)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-fixes-v5.4-2
>
> for you to fetch changes up to 67d33aecd030226f0a577eb683aaa6853ecf8f91:
>
>   pinctrl: cherryview: Allocate IRQ chip dynamic (2019-10-25 12:54:10 +0300)

Pulled in to my fixes branch, thanks for all help, excellent work
as usual.

Yours,
Linus Walleij