From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH 0/4] drop selected platform data for am3 and am4 Date: Tue, 26 Mar 2019 11:13:20 -0700 Message-ID: <20190326181324.32140-1-tony@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org With the pending patches for ti-sysc interconnect target module driver, we can now drop legacy platform data for selected devices. This series depends on the following pathces: [PATCH 0/7] omap changes to allocate struct omap_hwmod dynamically [PATCH 00/14] ti-sysc changes to probe devices with dts data only Additionally am3 depends on the following fix: [PATCH] ARM: dts: Fix dcan clkctrl clock for am3 Tony Lindgren (4): ARM: OMAP2+: Drop mmc platform data for am330x and am43xx ARM: OMAP2+: Drop i2c platform data for am33xx and am43xx ARM: OMAP2+: Drop gpio platform data for am33xx and am43xx ARM: OMAP2+: Drop uart platform data for am33xx and am43xx .../omap_hwmod_33xx_43xx_common_data.h | 29 -- .../omap_hwmod_33xx_43xx_interconnect_data.c | 103 ------- .../omap_hwmod_33xx_43xx_ipblock_data.c | 253 ------------------ arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ----- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 113 -------- 5 files changed, 562 deletions(-) -- 2.21.0 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=-3.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 A6909C43381 for ; Tue, 26 Mar 2019 18:13:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7BB4020823 for ; Tue, 26 Mar 2019 18:13:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eBFTyDfC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7BB4020823 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+infradead-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=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=Z/03VtiKZKwtb442zXQof+hL+d5FCy4ijyEWnFn1a7g=; b=eBFTyDfCJ1gGeH BvVzWY9Ue1Zf+8p2UsT/LiCKAxtbErVFuiXJeu62KaklPwqXhWIa1qym2jP010Jrh2N7hkz0EC478 4mRl3L2J/mPtaPWhFDXMrVzAXb63ny4zoyK4hhf/j91JO14Woaf5qq97UELyJT5fK+TcfnIEBaRk5 IF/NaZBdgpgqaHU6olOmAkBH8fHPg7XK/a/h/4D0N8Scjns2pkVcmikqWFkMdLHwsLXfc/CIiWBxT D48bKhwc1Oc6o4it0F3afY0DO6jjh4AzFQd9yO1d5FINx8FaVKmqTJdwn7iWKfLahuRakuR6k3P13 RFITfG+gNlxLDUtLW8FQ==; 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 1h8qa0-0003ZC-Tj; Tue, 26 Mar 2019 18:13: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 1h8qZj-0003Je-O0 for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2019 18:13:31 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9A9BB8030; Tue, 26 Mar 2019 18:13:41 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Subject: [PATCH 0/4] drop selected platform data for am3 and am4 Date: Tue, 26 Mar 2019 11:13:20 -0700 Message-Id: <20190326181324.32140-1-tony@atomide.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190326_111327_831206_72BFB9FA X-CRM114-Status: UNSURE ( 5.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org With the pending patches for ti-sysc interconnect target module driver, we can now drop legacy platform data for selected devices. This series depends on the following pathces: [PATCH 0/7] omap changes to allocate struct omap_hwmod dynamically [PATCH 00/14] ti-sysc changes to probe devices with dts data only Additionally am3 depends on the following fix: [PATCH] ARM: dts: Fix dcan clkctrl clock for am3 Tony Lindgren (4): ARM: OMAP2+: Drop mmc platform data for am330x and am43xx ARM: OMAP2+: Drop i2c platform data for am33xx and am43xx ARM: OMAP2+: Drop gpio platform data for am33xx and am43xx ARM: OMAP2+: Drop uart platform data for am33xx and am43xx .../omap_hwmod_33xx_43xx_common_data.h | 29 -- .../omap_hwmod_33xx_43xx_interconnect_data.c | 103 ------- .../omap_hwmod_33xx_43xx_ipblock_data.c | 253 ------------------ arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ----- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 113 -------- 5 files changed, 562 deletions(-) -- 2.21.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel