From patchwork Thu Jul 5 08:50:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 939757 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EEPl6y5Q"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Ls5R2qBHz9s2R for ; Thu, 5 Jul 2018 18:50:51 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=nb4fu778+TMW1lnXX0uIgLEk7WIxNXhBf2JS2cTdBu0=; b=EEPl6y5QlBeG4c 9RD17EkpTHy6WW2WSJz15Kg23d0nq7h9GvC+3iqN5oIokTBs8EEIkVWluecbc+l3U4NsbcP0x89c0 Tq2WGyd7cH1HW145mjwkcIAfOqCCL2emW9T1XzpmTLHCM+CA/oX+jFaVfvFKQTp9oR+x/RZB/BV1T 1zHpWVXxucDcyrbMoajdXh4quNX4sGpT2/P7w28zRrczMyVnuKp2gmoxgYodvfVdwLyy9v8Q5nQ+t 5VZSrbYV4ZXVi3YVkYLq5rZIlpPSrhhjvJb03B0JOrPU/3JtENMa8qDjuOnIJVeUahOAfEX7PfBug UBjYGoFm1aL9Mhs8UjbQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fazyO-0003ew-Jh; Thu, 05 Jul 2018 08:50:44 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fazyL-0003e4-0b for linux-arm-kernel@lists.infradead.org; Thu, 05 Jul 2018 08:50:42 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D867A802B; Thu, 5 Jul 2018 08:53:28 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL] omap fixes for v4.18-rc cycle Date: Thu, 5 Jul 2018 01:50:20 -0700 Message-Id: X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180705_015041_098267_D20BC01A X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, Kees Cook , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: "Tony Lindgren" The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/fixes-signed for you to fetch changes up to 0144eb204cdcdf09a76794b4a294291388e739bc: ARM: dts: omap3: Fix am3517 mdio and emac clock references (2018-07-03 00:39:09 -0700) ---------------------------------------------------------------- Fixes for omap for v4.18-rc cycle Few dts fixes for regressions for various SoCs and devices for touchscreen wake, dra7 USB quirk, pinmux for beaglebone mmc, and emac clock. Also included is a change for ti-sysc to use kcalloc that Kees wanted to get into v4.18 as that's the last one he wanted to fix for improved defense against allocation overflows. ---------------------------------------------------------------- Adam Ford (1): ARM: dts: omap3: Fix am3517 mdio and emac clock references Daniel Mack (1): ARM: dts: am437x: make edt-ft5x06 a wakeup source Kees Cook (1): bus: ti-sysc: Use 2-factor allocator arguments Robert Nelson (1): ARM: dts: am335x-bone-common: Fix mmc0 Write Protect Roger Quadros (1): ARM: dts: dra7: Disable metastability workaround for USB2 Tony Lindgren (1): Merge branch 'omap-for-v4.19/ti-sysc' into omap-for-v4.18/fixes arch/arm/boot/dts/am335x-bone-common.dtsi | 1 - arch/arm/boot/dts/am3517.dtsi | 4 ++++ arch/arm/boot/dts/am437x-sk-evm.dts | 2 ++ arch/arm/boot/dts/dra7.dtsi | 2 +- drivers/bus/ti-sysc.c | 8 ++++---- 5 files changed, 11 insertions(+), 6 deletions(-)