Message ID | pull-1537983432-167273@atomide.com-2 |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/3] soc changes for omaps for v4.20 | expand |
On Wed, Sep 26, 2018 at 7:40 PM Tony Lindgren <tony@atomide.com> wrote: > > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: > > Linux 4.19-rc1 (2018-08-26 14:11:59 -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-signed > > for you to fetch changes up to 1137ceee76ba8b8c698e11b7150e35524f071bda: > > ARM: OMAP1: ams-delta: Don't request unused GPIOs (2018-09-20 14:24:42 -0700) > > ---------------------------------------------------------------- > A series of omap1 gpio changes for ams-delta > > Janusz Krzysztofik has cleaned up ams-delta gpio usage along with > generic gpio framework improvments. This series contains the omap1 > specific clean-up for ams-delta modem and unused gpios. > > Note that this conflicts with the gpio-omap changes queued into > an immutable gpio branch ib-omap for the gpio-omap.h header file. > The merge resolution is to drop the IS_BUILTIN(CONFIG_GPIO_OMAP) > section and keep the #endif tagged for __ASSEMBLER__. Pulled into next/soc, thanks! Arnd
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -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-signed for you to fetch changes up to 1137ceee76ba8b8c698e11b7150e35524f071bda: ARM: OMAP1: ams-delta: Don't request unused GPIOs (2018-09-20 14:24:42 -0700) ---------------------------------------------------------------- A series of omap1 gpio changes for ams-delta Janusz Krzysztofik has cleaned up ams-delta gpio usage along with generic gpio framework improvments. This series contains the omap1 specific clean-up for ams-delta modem and unused gpios. Note that this conflicts with the gpio-omap changes queued into an immutable gpio branch ib-omap for the gpio-omap.h header file. The merge resolution is to drop the IS_BUILTIN(CONFIG_GPIO_OMAP) section and keep the #endif tagged for __ASSEMBLER__. ---------------------------------------------------------------- Janusz Krzysztofik (5): ARM: OMAP1: ams-delta: assign MODEM IRQ from GPIO descriptor ARM: OMAP1: ams-delta: initialize latch2 pins to safe values ARM: OMAP1: ams-delta: register MODEM device earlier ARM: OMAP1: ams-delta-fiq: Use <linux/platform_data/gpio-omap.h> ARM: OMAP1: ams-delta: Don't request unused GPIOs arch/arm/mach-omap1/ams-delta-fiq-handler.S | 12 +- arch/arm/mach-omap1/board-ams-delta.c | 161 ++++++++++++--------- arch/arm/mach-omap1/include/mach/board-ams-delta.h | 7 - include/linux/platform_data/gpio-omap.h | 4 + 4 files changed, 96 insertions(+), 88 deletions(-)