mbox series

[GIT,PULL] two fixes for omaps

Message ID pull-1556727306-300309@atomide.com
State New
Headers show
Series [GIT,PULL] two fixes for omaps | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-rc6

Message

Tony Lindgren May 1, 2019, 4:15 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 81717283cf2c4c4d9bf8fd618cd6e5bdfe082edd:

  Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes (2019-04-01 09:36:25 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-rc6

for you to fetch changes up to 6a38df676a0a06bfc7ff8607ac62ccd6d95969ad:

  ARM: dts: logicpd-som-lv: Fix MMC1 card detect (2019-04-30 08:49:25 -0700)

----------------------------------------------------------------
Two regression fixes for omaps

Two one-liners to fix board-ams-delta booting regression and
logicpd-som-lv MMC card detect to use GPIO_ACTIVE_LOW instead of
IRQ_TYPE_LEVEL_LOW. Note that the board-ams-delta regression has
been in there already since v5.0, so if necessary these can wait
for the merge window.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: ams-delta: fix early boot crash when LED support is disabled

Adam Ford (1):
      ARM: dts: logicpd-som-lv: Fix MMC1 card detect

 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi | 2 +-
 arch/arm/mach-omap1/board-ams-delta.c           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Olof Johansson May 16, 2019, 6:23 a.m. UTC | #1
On Wed, May 01, 2019 at 09:15:36AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 81717283cf2c4c4d9bf8fd618cd6e5bdfe082edd:
> 
>   Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes (2019-04-01 09:36:25 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-rc6
> 
> for you to fetch changes up to 6a38df676a0a06bfc7ff8607ac62ccd6d95969ad:
> 
>   ARM: dts: logicpd-som-lv: Fix MMC1 card detect (2019-04-30 08:49:25 -0700)
> 
> ----------------------------------------------------------------
> Two regression fixes for omaps
> 
> Two one-liners to fix board-ams-delta booting regression and
> logicpd-som-lv MMC card detect to use GPIO_ACTIVE_LOW instead of
> IRQ_TYPE_LEVEL_LOW. Note that the board-ams-delta regression has
> been in there already since v5.0, so if necessary these can wait
> for the merge window.

Merged into arm/late for 5.2. Thanks!


-Olof