From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC61DC433E3 for ; Wed, 15 Jul 2020 18:45:48 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 77D1D2065F for ; Wed, 15 Jul 2020 18:45:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="r1s4VX6a" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 77D1D2065F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: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=Ot4vZkNgvlPorwjeQupVGxSUoTgZ4zPvgKrTeZTiGTc=; b=r1s4VX6ajNQcUQx6Y7GJ8KmtJ bLSiP/tVszGkH+hxpWp1wmFwlg/3tORI3g5sgBCT6G8CJMW7J1Plo1MtoyPoCJI9lM5qcyfF1D6Kb bcsW9MNTQk7VyCkr3h8Z0LsHmyHTZ+di6u1RZVlIqe/nrtwnKgrup4ev2ifXa9G9n2W2+cte0l9J7 gT8p6+xA9ot8RTWm2tUdZlz71OV5tVq9A9wL9VAH16MD2AsQ7Dcl51FXCgoGGiNwXqiJw6sPZsvZt cRSekDc/xQz8j+JOuAu/SzA9sqbE3Ax1zomzOYjPEpHFtridC1dzk3gY6Er7wQhNjjLYQa0tAAOel XyD/BxMuw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvmOG-0007TP-9Q; Wed, 15 Jul 2020 18:44:24 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvmOD-0007SX-U6 for linux-arm-kernel@lists.infradead.org; Wed, 15 Jul 2020 18:44:22 +0000 Received: from alpine.gateway.sonic.net (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id C1D5E8186; Wed, 15 Jul 2020 18:44:19 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Subject: [GIT PULL 2/3] Drop more legacy pdata for omaps for v5.9 Date: Wed, 15 Jul 2020 11:44:20 -0700 Message-Id: X-Mailer: git-send-email 2.27.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200715_144422_093827_242F08F0 X-CRM114-Status: UNSURE ( 6.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.9/ti-sysc-drop-pdata-take2-signed for you to fetch changes up to cca3f3e6f91c2db7bf58ddcccb65c34369728381: ARM: OMAP2+: Drop legacy platform data for omap5 usb host (2020-07-14 08:41:18 -0700) ---------------------------------------------------------------- Drop more legacy platform data for omaps for v5.9 A series of changes to drop remaining USB platform data for omap4/5, and am4, and dra7. And a patch to drop AES platform data for omap3. ---------------------------------------------------------------- Adam Ford (1): ARM: dts: omap3: Migrate AES from hwmods to sysc-omap2 Tony Lindgren (6): bus: ti-sysc: Add missing quirk flags for usb_host_hs ARM: OMAP2+: Drop legacy platform data for am4 dwc3 ARM: OMAP2+: Drop legacy platform data for omap5 dwc3 ARM: OMAP2+: Drop legacy platform data for dra7 dwc3 ARM: OMAP2+: Drop legacy platform data for omap4 usb ARM: OMAP2+: Drop legacy platform data for omap5 usb host arch/arm/boot/dts/am3517.dtsi | 4 + arch/arm/boot/dts/am437x-l4.dtsi | 2 - arch/arm/boot/dts/dra7-l4.dtsi | 4 - arch/arm/boot/dts/dra74x.dtsi | 58 ++++++--- arch/arm/boot/dts/omap3-n900.dts | 6 +- arch/arm/boot/dts/omap3-tao3530.dtsi | 6 +- arch/arm/boot/dts/omap3.dtsi | 57 +++++++-- arch/arm/boot/dts/omap4-l4.dtsi | 2 - arch/arm/boot/dts/omap5-l4.dtsi | 3 - arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 61 --------- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 59 --------- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 193 ----------------------------- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 179 -------------------------- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 155 +---------------------- drivers/bus/ti-sysc.c | 6 +- 15 files changed, 109 insertions(+), 686 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel