From patchwork Fri Nov 1 15:46:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11223341 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9BFAC1515 for ; Fri, 1 Nov 2019 15:46:56 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4705C2067D for ; Fri, 1 Nov 2019 15:46:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="MkKGxiJk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4705C2067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+759+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id aaaaYY1556264xaaaaaaaaaa; Fri, 01 Nov 2019 08:46:55 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.5507.1572623211158211352 for ; Fri, 01 Nov 2019 08:46:51 -0700 X-Received: by mail.kernel.org (Postfix) id 7FC1621734; Fri, 1 Nov 2019 15:46:50 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 087702067D; Fri, 1 Nov 2019 15:46:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 087702067D X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 5FFD98140; Fri, 1 Nov 2019 15:47:24 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] prm reset control dts changes for omaps for v5.5 Date: Fri, 1 Nov 2019 08:46:45 -0700 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: aaaaaaaaaaaaaaaaaaaaaaaax1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572623215; bh=RY431rzM+Mf3yoqtgzoTLI2EAUWuTzjJYfOi1juBv0g=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=MkKGxiJkMSGmAjKVuA3ftcDiS0aG6Q5UphJ9L/E4qV6qHWlCwobLolqPrDmVKyDDcI5 tW8TtevXhmQF7v/wlHPa4UTSRmiIiha3RZePtDlzR7MSOP/I7CpeVb5Jpbt8KMWH5mVN+ VWoVsL+u8ekTf8I8VvIJRz+kJBVlyKHry9o= From: "Tony Lindgren" The following changes since commit 5478f912d225a1745a4b3d5f564daa0004d35a42: soc: ti: omap-prm: add omap5 PRM data (2019-10-09 08:55:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/prm-signed for you to fetch changes up to a868da75fd8f925caaf7f5381b2dccff2a244986: ARM: dts: omap5: Add PRM data (2019-10-10 07:22:36 -0700) ---------------------------------------------------------------- PRM reset control dts changes for v5.5 merge window This series of changes adds the PRM reset driver nodes for am3/4, omap4/5 and dra7 SoCs. The reset driver changes make it easier to add support for various accelerators for TI SoCs in a more generic way. Note that this branch is based on the PRM reset driver changes branch. ---------------------------------------------------------------- Tero Kristo (5): ARM: dts: dra7: add PRM nodes ARM: dts: omap4: add PRM nodes ARM: dts: am33xx: Add PRM data ARM: dts: am43xx: Add PRM data ARM: dts: omap5: Add PRM data arch/arm/boot/dts/am33xx.dtsi | 26 +++++++++++++++++++++ arch/arm/boot/dts/am4372.dtsi | 26 +++++++++++++++++++++ arch/arm/boot/dts/dra7.dtsi | 51 +++++++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4-l4.dtsi | 2 +- arch/arm/boot/dts/omap4.dtsi | 26 +++++++++++++++++++++ arch/arm/boot/dts/omap5.dtsi | 26 +++++++++++++++++++++ 6 files changed, 156 insertions(+), 1 deletion(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#759): https://linux.kernel.org/g/patchwork-soc/message/759 Mute This Topic: https://linux.kernel.org/mt/40427371/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-