mbox series

[GIT,PULL] pin control fix for v4.19

Message ID CACRpkdYaWwrwYvOK9PoFE7GvyAZxVA5JqPbCRSpLHLVcQubp6w@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fix for v4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git

Message

Linus Walleij Oct. 12, 2018, 8:30 a.m. UTC
Hi Greg,

Here is a last minute pin control fix for the v4.19 series.

Please pull it in. It fixes interrupts on the MCP23s08.

Yours,
Linus Walleij


The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.19-5

for you to fetch changes up to f259f896f2348f0302f6f88d4382378cf9d23a7e:

  pinctrl: mcp23s08: fix irq and irqchip setup order (2018-10-10 14:36:35 +0200)

----------------------------------------------------------------
A single pin control fix for v4.19:
- Interrupt setup in the MCP23S08 driver.

----------------------------------------------------------------
Marco Felsch (1):
      pinctrl: mcp23s08: fix irq and irqchip setup order

 drivers/pinctrl/pinctrl-mcp23s08.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

gregkh@linuxfoundation.org Oct. 12, 2018, 11:12 a.m. UTC | #1
On Fri, Oct 12, 2018 at 10:30:18AM +0200, Linus Walleij wrote:
> Hi Greg,
> 
> Here is a last minute pin control fix for the v4.19 series.
> 
> Please pull it in. It fixes interrupts on the MCP23s08.
> 
> Yours,
> Linus Walleij
> 
> 
> The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
> 
>   Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
> tags/pinctrl-v4.19-5

Now merged, thanks.

greg k-h