From patchwork Fri May 4 16:17:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 908865 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="IrVZS+yW"; 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 40cy7F0Gssz9s3D for ; Sat, 5 May 2018 02:26:01 +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=FL9PyeLxDXMxsNt9ykEi81q1DMsx+9I+d0uK/fjKCFQ=; b=IrVZS+yWuF378C djHCJC058w4zFzVrkMOyJ+FgtgAbyW3q3I+tMlKEhtKHt6pEpalXYwHpYnXM+rZoc6P1Wj71AQCAd +1uRYkuwtbd94xLsEsqIqvSIQLlkldLoUxCs69xOeYbw2ir9TxpL+CP8nneI/sVb4sPCREt1hNvyH e1TJDuSv82t/xt4efsE8NHYKgLdvZZBZYNocxm7ZYEjKKfrU1Im7av0lOoalZci1KZf57yOfqVwPM YUSQjDdWXY8y9FuCXvgI5ue8x/jLN72yyyhmd1u9eyq9fvPOrd0iCnAAii6oP8Dx6gai2t05q7CBn jm/9SgIXNuhl+xe6+big==; 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 1fEdWv-0007Hd-4s; Fri, 04 May 2018 16:25:57 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEdP4-0008Mn-U1 for linux-arm-kernel@lists.infradead.org; Fri, 04 May 2018 16:18:20 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id F208780CC; Fri, 4 May 2018 16:19:35 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window Date: Fri, 4 May 2018 09:17:31 -0700 Message-Id: X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180504_091751_130488_A50EA5B6 X-CRM114-Status: GOOD ( 14.11 ) 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, 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 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-signed for you to fetch changes up to dc4c85eac6bc8cfe25144936c5636aa1415bbc12: bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700) ---------------------------------------------------------------- ti-sysc driver related changes for omap variants This series improves the ti-sysc interconnect target module driver to the point where a most of SoC can be booted with interconnect target module data configured in device tree instead of legacy platform data. The related device tree changes need some more work though, and can wait for v4.19. Also some drivers using nested interconnects like DSS need more work. We can now remove the unused pm-noop code that is not doing anything any longer. And we can now initialize things for PM and display pdata later to prepare things for using ti-sysc driver. We also need to add some more quirk handling so we can boot both with platform data and dts data. ---------------------------------------------------------------- Tony Lindgren (16): ARM: OMAP2+: Drop unused pm-noop ARM: OMAP2+: Allow using ti-sysc for system timers ARM: OMAP2+: Use signed value for sysc register offsets ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dts ARM: OMAP2+: Initialize SoC PM later ARM: OMAP2+: Make display related init into device_initcall bus: ti-sysc: Handle simple-bus for nested children bus: ti-sysc: Make child clock alias handling more generic bus: ti-sysc: Add handling for clkctrl opt clocks bus: ti-sysc: Tag some modules resource providers for noirq suspend bus: ti-sysc: Improve suspend and resume handling bus: ti-sysc: Add initial support for external resets bus: ti-sysc: Detect omap4 type timers for quirk bus: ti-sysc: Detect UARTs for SYSC_QUIRK_LEGACY_IDLE quirk on omap4 bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend bus: ti-sysc: Show module information for suspend if DEBUG is enabled Documentation/devicetree/bindings/bus/ti-sysc.txt | 6 +- arch/arm/mach-omap2/Makefile | 1 - arch/arm/mach-omap2/board-generic.c | 2 - arch/arm/mach-omap2/common.h | 18 +- arch/arm/mach-omap2/display.c | 10 +- arch/arm/mach-omap2/hsmmc.c | 1 - arch/arm/mach-omap2/i2c.c | 1 - arch/arm/mach-omap2/io.c | 70 +--- arch/arm/mach-omap2/omap-pm-noop.c | 176 ---------- arch/arm/mach-omap2/omap-pm.h | 161 --------- arch/arm/mach-omap2/omap_device.c | 22 +- arch/arm/mach-omap2/omap_hwmod.c | 21 +- arch/arm/mach-omap2/omap_hwmod.h | 6 +- .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 1 + arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 + arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 + arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4 + arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 3 + arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 6 + arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 1 + arch/arm/mach-omap2/pdata-quirks.c | 15 - arch/arm/mach-omap2/pm-debug.c | 5 - arch/arm/mach-omap2/pm.c | 21 +- arch/arm/mach-omap2/pm33xx-core.c | 4 +- arch/arm/mach-omap2/timer.c | 68 +++- arch/arm/plat-omap/Kconfig | 10 - drivers/bus/ti-sysc.c | 388 ++++++++++++++++++--- drivers/media/rc/ir-rx51.c | 17 +- include/linux/platform_data/media/ir-rx51.h | 9 - include/linux/platform_data/ti-sysc.h | 1 + 30 files changed, 494 insertions(+), 559 deletions(-) delete mode 100644 arch/arm/mach-omap2/omap-pm-noop.c delete mode 100644 arch/arm/mach-omap2/omap-pm.h delete mode 100644 include/linux/platform_data/media/ir-rx51.h From patchwork Fri May 4 16:17:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 908862 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="r6YAlpyN"; 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 40cy6842xPz9s3D for ; Sat, 5 May 2018 02:25:04 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=AScRFBqqhBKz1l9OjjWnw8MyGn9JU24g/QEAtCKq5Yc=; b=r6YAlpyNTnDI4Z NUXs9a0asdr9aX82NI9sK9wNe2/LBsjJTfQ1sG+uEUdcuNauoji1KQEYj+bsKPllx8iCPCzFn4Z+5 HbUkPJI8LnPrnQKVN653/vhb4AYzOHOwqeETKi2pg6WUOy+2GCgXAwyE6KQkkZDIr7w9VR1AkvUwh I2eIGDrL0kcgQQK3u2ti+gNf4xqEc6DoXaurOEhQ0fltQLnAmiQ83yBAj2FTmem7mi0KbSHOWwqDN VcAEzxVrFrk63LpMsNs+++ODgvwDhgpsqg0Wf0Z0Wlku/gqr2S8ZfiuAt7Rt/d6UXSKBLMbD+CbwZ hUzb9NC40L43QnfowYxQ==; 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 1fEdVs-00052m-BH; Fri, 04 May 2018 16:24:52 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEdP4-0008OO-Tu for linux-arm-kernel@lists.infradead.org; Fri, 04 May 2018 16:18:18 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9A41A8109; Fri, 4 May 2018 16:19:39 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 2/3] omap dts changes for v4.18 merge window Date: Fri, 4 May 2018 09:17:32 -0700 Message-Id: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180504_091751_055098_6958E64B X-CRM114-Status: GOOD ( 14.16 ) 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, 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 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-signed for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9: ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700) ---------------------------------------------------------------- Device tree changes for omap variants for v4.18 merge window This series adds support for am335x-pockebeagle and also add missing pinctrl configuration for am335x evm and beagle bone variants. There are also changes to add missing omap3 oscillator clocks for audio, and fixes am437x tps65218 irq type used for various board specific files. There are also few minor fixes included that are not urgent. The fixes for n8x0 audio also depend on driver changes, and the hp t410 mmc card detect mux typo is harmless. ---------------------------------------------------------------- Adam Ford (1): ARM: dts: logicpd-som-lv: Enable Touchscreen controller Faiz Abbas (1): ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone Graeme Smecher (1): ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 H. Nikolaus Schaller (2): ARM: dts: omap3-pandora: Add fixed 26MHz clock as fck for twl ARM: dts: omap3-gta04: Add fixed 26MHz clock as fck for twl Peter Ujfalusi (7): ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl ARM: dts: am437x-gp-evm: Correct tps65218 irq type ARM: dts: am437x-cm-t43: Correct tps65218 irq type ARM: dts: am437x-epos-evm: Correct tps65218 irq type ARM: dts: am437x-sk-evm: Correct tps65218 irq type ARM: dts: omap2420-n810: Enable McBSP2 for audio ARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node Robert Nelson (1): ARM: dts: Add am335x-pocketbeagle arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am335x-bone-common.dtsi | 9 +- arch/arm/boot/dts/am335x-evm.dts | 9 +- arch/arm/boot/dts/am335x-evmsk.dts | 9 +- arch/arm/boot/dts/am335x-osd335x-common.dtsi | 124 ++++++++++++++ arch/arm/boot/dts/am335x-pocketbeagle.dts | 237 +++++++++++++++++++++++++++ arch/arm/boot/dts/am437x-cm-t43.dts | 2 +- arch/arm/boot/dts/am437x-gp-evm.dts | 2 +- arch/arm/boot/dts/am437x-sk-evm.dts | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/arm/boot/dts/dm8148-t410.dts | 2 +- arch/arm/boot/dts/logicpd-som-lv.dtsi | 25 +++ arch/arm/boot/dts/omap2420-n810.dts | 63 ++++++- arch/arm/boot/dts/omap3-beagle-xm.dts | 10 ++ arch/arm/boot/dts/omap3-gta04.dtsi | 10 ++ arch/arm/boot/dts/omap3-pandora-common.dtsi | 10 ++ 16 files changed, 507 insertions(+), 10 deletions(-) create mode 100644 arch/arm/boot/dts/am335x-osd335x-common.dtsi create mode 100644 arch/arm/boot/dts/am335x-pocketbeagle.dts From patchwork Fri May 4 16:17:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 908866 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="fOvz2F78"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="RJGXH/bx"; 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 40cy8F23Drz9s3G for ; Sat, 5 May 2018 02:26:53 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=EQCRjJk2e5bNxq06dbQhIlc2YEqBrdAiEWUXx04TuEg=; b=fOvz2F788pmuXt +BKFeH+9fCgDiuSWXB4uPPIlqJoVa4TPIYEyNOtBd7brgNCedob1CQ+rmEhjRXnn7RFApkHw3ZjUy 9pHghl1vXU3qPOpFRdoLQhNXc3XFI/NoqWURXi3dpDsHsCHwNRborxHaGFX7KHcrVMPBAEdyv1e8g ws/bIDyh4imqZPsF7lGivlFpSivfpuiL2LTiyQjWmdby79YfainscmVLXZRMOgwnQHVB7Tnw2PlHu P58UvvfM+Th2XF/DJa0lWheC7LZCjlXzoW5P1MSRFpTssSn+RtYRGp5BynBB5RwI0GWTLr6ZWJoaF NsR923rYgAMftxqZE+Rg==; 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 1fEdXe-0007c0-3j; Fri, 04 May 2018 16:26:42 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEdQy-0000qs-9r for linux-arm-kernel@bombadil.infradead.org; Fri, 04 May 2018 16:19:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:In-Reply-To: Content-Type:MIME-Version:References:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=llPHYSuBmdku8lScHJORVB8xNvsisJoMNZnv2C45ggs=; b=RJGXH/bxVLEfG0/9PLLjIkEDal MBFwwHHg24MWgPdem7vGZ0bF+z3TntdgGdv7cnBpiFqJdGQNk2FzWjnPQrVBRsQ5QfZ9Kt5IfMDrk CCYCn2FEIBN0S61AHQcqN8JgLxVFLdHCY/UzZWRWSpJSiPaiKIfa/7ECpW3S9/qpdYR0jxFxgOhkq K8TQiFadCcS18+t26jxf5sr12TgW1d28ncyFSliIjgyPy0PMZ7t7M0H5TF+n7DU2WzMo68sICI1/o JACz+4lApnP3bUOAXhcUi8RbXoumge9JptcYdDB5VflkQMqJ1F5ChYnRNE2V2i9DmOVlVAYw/trVE 0aNqpzeQ==; Received: from muru.com ([72.249.23.125]) by casper.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEdPF-0003jl-QR for linux-arm-kernel@lists.infradead.org; Fri, 04 May 2018 16:18:07 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 1995F812C; Fri, 4 May 2018 16:19:44 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window Date: Fri, 4 May 2018 09:17:33 -0700 Message-Id: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180504_171801_964410_1156C977 X-CRM114-Status: GOOD ( 12.39 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on casper.infradead.org summary: Content analysis details: (0.0 points, 5.0 required) 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, 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 3f4028780287ff5a7308f40e10bbba9a42b993aa: mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851: Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700) ---------------------------------------------------------------- Device tree changes for omap variants for SDHCI This series adds the devicetree configuration needed for pinctrl on dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs driver. To use SDHCI, both the pins and the iodelay needs to be configured. This series is based on the related SDHCI drivers changes on a branch set up by Ulf. ---------------------------------------------------------------- Hari Nagalla (2): ARM: dts: dra72-evm-common: Add wilink8 wlan support ARM: dts: dra7-evm: Add wilink8 wlan support Kishon Vijay Abraham I (10): ARM: dts: dra72-evm-common: Remove mmc specific pinmux ARM: dts: dra71-evm: Add "vqmmc-supply" property for mmc2 ARM: dts: dra7-mmc-iodelay: Add a new pinctrl group for clk line without pullup ARM: dts: am57xx-idk: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown ARM: dts: dra71-evm: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown ARM: dts: am57xx-beagle-x15/am57xx-idk: Fix pinctrl-names ARM: dts: dra7-evm: Model EVM_3V6 regulator ARM: dts: dra7: Use sdhci-omap programming model ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node Documentation: ARM: Add new MMC requirements for DRA7/K2G Sekhar Nori (1): ARM: dts: am574x-idk: Add pinmux configuration for MMC Vishal Mahaveer (1): ARM: dts: dra76-evm: Add wilink8 wlan support Documentation/arm/OMAP/README | 4 ++ arch/arm/boot/dts/am571x-idk.dts | 5 +- arch/arm/boot/dts/am572x-idk.dts | 5 +- arch/arm/boot/dts/am574x-idk.dts | 20 +++++++ arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 4 +- arch/arm/boot/dts/am57xx-beagle-x15.dts | 3 +- arch/arm/boot/dts/am57xx-idk-common.dtsi | 14 +---- arch/arm/boot/dts/dra7-evm-common.dtsi | 15 ++++++ arch/arm/boot/dts/dra7-evm.dts | 68 +++++++++++++++++++++++ arch/arm/boot/dts/dra7-mmc-iodelay.dtsi | 19 +++++++ arch/arm/boot/dts/dra7.dtsi | 32 ++++++----- arch/arm/boot/dts/dra71-evm.dts | 17 ++---- arch/arm/boot/dts/dra72-evm-common.dtsi | 71 +++++++++++++++---------- arch/arm/boot/dts/dra72x-mmc-iodelay.dtsi | 11 ++++ arch/arm/boot/dts/dra76-evm.dts | 34 +++++++++++- 15 files changed, 243 insertions(+), 79 deletions(-) create mode 100644 arch/arm/boot/dts/dra7-mmc-iodelay.dtsi