From patchwork Tue Dec 11 15:58:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 10724069 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CDA46159A for ; Tue, 11 Dec 2018 15:59:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BDB3E2ACED for ; Tue, 11 Dec 2018 15:59:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B1B232ADCD; Tue, 11 Dec 2018 15:59:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2ED0E2ACED for ; Tue, 11 Dec 2018 15:59:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730545AbeLKP7i (ORCPT ); Tue, 11 Dec 2018 10:59:38 -0500 Received: from muru.com ([72.249.23.125]:57394 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730391AbeLKP6w (ORCPT ); Tue, 11 Dec 2018 10:58:52 -0500 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9CDF78027; Tue, 11 Dec 2018 15:58:54 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] few device fixes for omaps for v4.20-rc cycle Date: Tue, 11 Dec 2018 07:58:47 -0800 Message-Id: X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Tony Lindgren" The following changes since commit 91e43395820baad80248987608216c35da9df65b: Merge branch 'fixes-dts' into omap-for-v4.20/fixes (2018-11-08 09:32:24 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.20/fixes-rc6 for you to fetch changes up to 84fb6c7feb1494ebb7d1ec8b95cfb7ada0264465: ARM: dts: Fix OMAP4430 SDP Ethernet startup (2018-12-07 09:10:49 -0800) ---------------------------------------------------------------- Few device fixes for omaps Here's a collection of minor fixes for annoying usability issues people have noticed using various devices. There are two regression fixes: - A regression fix for omap5 usb3 dual role mode - A regression fix to ams-delta audio being muted permanently And two one-liners: - Fix polarity for am335x-pdu001 SD card detection - Fix non-working omap4-sdp Ethernet startup for rebind It would be nice to get these merged during the -rc cycle if possible. Naturally these can all wait for the merge window too if we start running out of time. ---------------------------------------------------------------- Felix Brack (1): ARM: dts: am335x-pdu001: Fix polarity of card detection input Janusz Krzysztofik (1): ARM: OMAP1: ams-delta: Fix audio permanently muted Roger Quadros (1): ARM: dts: omap5: Fix dual-role mode on Super-Speed port Russell King - ARM Linux (1): ARM: dts: Fix OMAP4430 SDP Ethernet startup Tony Lindgren (1): Merge branch 'audio-fix' into omap-for-v4.20/fixes arch/arm/boot/dts/am335x-pdu001.dts | 2 +- arch/arm/boot/dts/omap4-sdp.dts | 1 + arch/arm/boot/dts/omap5-board-common.dtsi | 1 + arch/arm/mach-omap1/board-ams-delta.c | 6 ++++-- 4 files changed, 7 insertions(+), 3 deletions(-)