From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [GIT PULL] two fixes for omaps Date: Wed, 1 May 2019 09:15:36 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: arm@kernel.org Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org From: "Tony Lindgren" 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(-)