From patchwork Thu Mar 22 16:43:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 889472 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="pqr0uNgd"; 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 406XZk6rNfz9s15 for ; Fri, 23 Mar 2018 03:44:46 +1100 (AEDT) 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=gwAzfw38xq6lAtGJojTtBiIqpbNCKmKAafeXTzQgZRE=; b=pqr0uNgdS+nxNm EeXKKjzS5Ys4Qs5bViWQSzyIs9/iWAKZF78PP7QDYZB0cUHqb/GGqnF7KMPd2XNQteKHtJPoK0nwD XUoJavMbWpxjfZlS7TLKK6aNIBLYcLq5uUVFkSwQdE94AdKH6L94sTw3FbFL4LR+j01ZnMaQRZoeO aqG9DjpMRfUuzFnFgR7rLTq+CpoFdLfb+8F3PSAONF12NS36DvJ3jO78jkd32UvCDitrIvK/NPXoB f7kZRG4cJldD2pd7tipKwzSiMk+9Bhrpb0/vf/05yI7/LX+L605ucEKJspk2bgs3mxxZIPgaxrw6H esBN2I6Vs66//1OYeBBQ==; 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 1ez3KU-0001xz-MW; Thu, 22 Mar 2018 16:44:42 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ez3Jo-0001NF-71 for linux-arm-kernel@lists.infradead.org; Thu, 22 Mar 2018 16:44:02 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D4F198080; Thu, 22 Mar 2018 16:45:00 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 1/3] aux control module changes for v4.17 Date: Thu, 22 Mar 2018 09:43:43 -0700 Message-Id: X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180322_094400_584280_92B4A1DE X-CRM114-Status: UNSURE ( 8.04 ) 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 ---- ---------------------- -------------------------------------------------- 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 e33509c19da5931e4363c85f6e83bd11803ba121: ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-pt2-signed for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc: ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700) ---------------------------------------------------------------- Two omap5 specific aux control module patches for v4.17 On omap5 there is an aux control module that we are not handling currently for clocks, so let's add support for it. ---------------------------------------------------------------- Tero Kristo (2): ARM: omap2+: control: add support for auxiliary control module instances ARM: OMAP5: control: add support for control module wkup pad config arch/arm/mach-omap2/control.c | 20 ++++++++++++++++---- include/linux/clk/ti.h | 1 + 2 files changed, 17 insertions(+), 4 deletions(-) From patchwork Thu Mar 22 16:43:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 889474 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="O2yYkNBw"; 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 406Xd55xKPz9s19 for ; Fri, 23 Mar 2018 03:46:49 +1100 (AEDT) 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=C7OLKeWCrvYB9E7mG46nwTJqT9qhkiouumz3NWe0FrE=; b=O2yYkNBwdCIIET sVPb0hAn2JjXjvBjjAZYXHK1RvBMgwpUaV/5HP22Aw6+xmOXgfNuHLvyBvDqvJNKKuamul+rMNExF 218mix4ytqRlnr8uI3E3tHJhbkLXCynIZs0qAXrXAp9WkynaxVrSaQmUyl1wMExka0H8wWwOY9kgq TDJ4byPoWrtlRJnCNTI1SuPcvBuPuGKHsQLbSMLWG7JdBnu5PDtS+1R0vIUP7naLi/7oMQM4irvV8 Cco2gORfRLgHfw3s96iY5IO5G+CyUsATqtiIsPrzm36dAf9NhkvwQYTL3EqQiNV6hfdaf8ZCFMqFy 3Z2npoJPe3qQJMzSLo4g==; 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 1ez3MP-0003xk-Pf; Thu, 22 Mar 2018 16:46:41 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ez3Jo-0001NL-72 for linux-arm-kernel@lists.infradead.org; Thu, 22 Mar 2018 16:44:06 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D846C813A; Thu, 22 Mar 2018 16:45:01 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 2/3] omap dts changes for v4.17, part 2 Date: Thu, 22 Mar 2018 09:43:44 -0700 Message-Id: X-Mailer: git-send-email 2.16.2 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-20180322_094400_581690_E7926387 X-CRM114-Status: GOOD ( 11.71 ) 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 ---- ---------------------- -------------------------------------------------- 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 47eee072bf90374ce98a15668e6b450de313100a: ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55:14 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-pt2-signed for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576: ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700) ---------------------------------------------------------------- Second set of dts changes for omap variants for v4.17 This series of patches configures few new drivers and adds omap5 specific nodes: - Enable USB OTG mode for xhci on am437x - A series of changes to configure aux control module instance on omap5 mostly to get the audio clocks configured - A series of changes to update droid4 for MDM6600 modem USB PHY and UART1 pinctrl ---------------------------------------------------------------- Peter Ujfalusi (1): ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040 Roger Quadros (1): ARM: dts: am43xx: Enable dual-role mode for USB1 Tero Kristo (3): dt-bindings: omap5: ctrl: Support for control module wkup pad config ARM: dts: omap5: add support for control module wkup pad config ARM: dts: omap5: add fref_xtal_ck support Tony Lindgren (3): ARM: dts: omap4-droid4: Fix USB PHY port naming ARM: dts: omap4-droid4: Configure MDM6600 USB PHY ARM: dts: omap4-droid4: Configure uart1 pins .../devicetree/bindings/arm/omap/ctrl.txt | 1 + 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/omap4-droid4-xt894.dts | 103 ++++++++++++++++++++- arch/arm/boot/dts/omap5-board-common.dtsi | 4 +- arch/arm/boot/dts/omap5.dtsi | 22 +++++ arch/arm/boot/dts/omap54xx-clocks.dtsi | 10 ++ 8 files changed, 138 insertions(+), 8 deletions(-) From patchwork Thu Mar 22 16:43:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 889473 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="iprw4THp"; 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 406XbR4wrlz9s15 for ; Fri, 23 Mar 2018 03:45:23 +1100 (AEDT) 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=FSvb9Pr1sVJNxRmYn6gXB9l1tXWtiLuQnQbGrJ5dfbo=; b=iprw4THpvRTLBf 0MUfk/O/iGLwZyG9l0pnEHHYnG0AT3eomOZG0XArxCXHSmalNTLAHSHA3nzdXfy49F2euTjQcbtCz 1CbH33svP7oi/6/PXwXYVvKObMaiziL9qrCTzqAwcfkeEAFMUp1xgKwuyByEsIBWuJni8s8CYlkod dEICx2tnLdlGXACcxvhKYD0jnCSwxDXXjMtQDIoljrpNoEMrrCFwoZeCw4Z3D6h1LnHMVY5KKJ+pX FHnpVK10cMYMn65xfm06gg9hDR50wL18Qb+tz7YKsdmEOdqeFAEAWjJDuv+46xINkZoBwhV+bwVnz wzEPe/jG6+L4ZH4CEyWQ==; 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 1ez3Kz-0002IH-3S; Thu, 22 Mar 2018 16:45:13 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ez3Jo-0001Np-6z for linux-arm-kernel@lists.infradead.org; Thu, 22 Mar 2018 16:44:05 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id F24A5815B; Thu, 22 Mar 2018 16:45:02 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 3/3] droid4 defconfig changes for v4.17 Date: Thu, 22 Mar 2018 09:43:45 -0700 Message-Id: X-Mailer: git-send-email 2.16.2 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-20180322_094400_587410_CEF18C6A X-CRM114-Status: UNSURE ( 8.74 ) 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 ---- ---------------------- -------------------------------------------------- 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 740c01f76ab3712a45c2f02233c800829626e9ba: ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/defconfig-pt2-signed for you to fetch changes up to 372bed66bfbbc867c085c655b927a4c7fdb4870c: ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules (2018-03-20 07:10:24 -0700) ---------------------------------------------------------------- Second set of defconfig changes for omap variants for v4.17 This series enables more devices working on droid4 to make it easier for people and distros to use out of the box. ---------------------------------------------------------------- Tony Lindgren (5): ARM: omap2plus_defconfig: Enable PWM_VIBRA ARM: omap2plus_defconfig: Add AUDIO_GRAPH_CARD ARM: omap2plus_defconfig: Enable MDM6600 USB PHY ARM: omap2plus_defconfig: Add UINPUT ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules arch/arm/configs/multi_v7_defconfig | 9 +++++++++ arch/arm/configs/omap2plus_defconfig | 5 +++++ 2 files changed, 14 insertions(+)