Message ID | pull-1539984133-332635@atomide.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] omap1 fix for v4.20 merge window | expand |
On Fri, Oct 19, 2018 at 02:24:14PM -0700, Tony Lindgren wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 1137ceee76ba8b8c698e11b7150e35524f071bda: > > ARM: OMAP1: ams-delta: Don't request unused GPIOs (2018-09-20 14:24:42 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.20/omap1-fix-signed > > for you to fetch changes up to ab6ead7d07ca87e3e66e6d524c8aa311732878de: > > ARM: OMAP1: ams-delta: Fix impossible .irq < 0 (2018-10-04 07:29:41 -0700) > > ---------------------------------------------------------------- > Fix for omap1 ams-delta irq > > We need to use IRQ_NOTCONNECTED instead of -EINVAL for > ams_delta_modem_ports irq. Merged, thanks! -Olof
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 1137ceee76ba8b8c698e11b7150e35524f071bda: ARM: OMAP1: ams-delta: Don't request unused GPIOs (2018-09-20 14:24:42 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.20/omap1-fix-signed for you to fetch changes up to ab6ead7d07ca87e3e66e6d524c8aa311732878de: ARM: OMAP1: ams-delta: Fix impossible .irq < 0 (2018-10-04 07:29:41 -0700) ---------------------------------------------------------------- Fix for omap1 ams-delta irq We need to use IRQ_NOTCONNECTED instead of -EINVAL for ams_delta_modem_ports irq. ---------------------------------------------------------------- Janusz Krzysztofik (1): ARM: OMAP1: ams-delta: Fix impossible .irq < 0 arch/arm/mach-omap1/board-ams-delta.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)