From patchwork Thu Jun 20 09:39:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13705039 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 0516FC41513 for ; Thu, 20 Jun 2024 09:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vuy1J+MpuFEkNVSYNA+Ovu3EdXcoyCxKFTOG/Me/cCM=; b=B8t5KP73Bj33Pd+TFHo7zybYcF XMfHx7rmiJTcrKb+o0fEcthtuB6OKtkuR/+ZaYiBcr/z1SLiQx5X+Vkhde7TcLYX6rwjaqy8l6+zz Dx5cswAto/4hRPZOs6v0ktQf1kVsqz1donlTtZvlAZSdRzL88jtGr4FMu33XS1lMQk3E7coKdIz++ vg/G5W/mNVyqjKIvaXeMYg0GVw8lp8sBfb1QDjepwYTpyvrn1LwfZnPkZmOBBr9LTR3m+x3qxD8ht jBOQBHUehPFrp2bql1rmVQOGmtjww1JEify+3XVLxLAU0S/4RqwUlphZkSCxQfaXcUX2SDIZ69tLW KEldFpiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKEGp-00000004Q2Q-1mE2; Thu, 20 Jun 2024 09:39:55 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKEGl-00000004Q0U-3POQ for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2024 09:39:53 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A05531042; Thu, 20 Jun 2024 02:40:15 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 94B533F6A8; Thu, 20 Jun 2024 02:39:49 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Olof Johansson , Lorenzo Pieralisi , Liviu Dudau Subject: [GIT PULL] ARM: vexpress: Updates for v6.11 Date: Thu, 20 Jun 2024 10:39:20 +0100 Message-ID: <20240620093924.375244-4-sudeep.holla@arm.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240620093924.375244-3-sudeep.holla@arm.com> References: <20240620093924.375244-1-sudeep.holla@arm.com> <20240620093924.375244-2-sudeep.holla@arm.com> <20240620093924.375244-3-sudeep.holla@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240620_023952_010534_90D6EB0B X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-updates-6.11 for you to fetch changes up to 69a6661b6f2f1a4d6dbbc58f7c9acfc84484145b: bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro (2024-06-20 09:43:33 +0100) ---------------------------------------------------------------- Arm Vexpress updates for v6.11 Remove obsolete RTSM DCSCB support which was only ever implemented on a software model which is neither available to download nor maintained. It predates the very first bL cluster based platforms. Other change include addition of the missing MODULE_DESCRIPTION macro in vexpress config bus driver. ---------------------------------------------------------------- Jeff Johnson (1): bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro Rob Herring (Arm) (2): arm: vexpress: Remove obsolete RTSM DCSCB support dt-bindings: arm: Remove obsolete RTSM DCSCB binding .../devicetree/bindings/arm/rtsm-dcscb.txt | 19 --- arch/arm/configs/vexpress_defconfig | 1 - arch/arm/mach-versatile/Kconfig | 9 -- arch/arm/mach-versatile/Makefile | 3 - arch/arm/mach-versatile/dcscb.c | 173 --------------------- arch/arm/mach-versatile/dcscb_setup.S | 33 ---- drivers/bus/vexpress-config.c | 1 + 7 files changed, 1 insertion(+), 238 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/rtsm-dcscb.txt delete mode 100644 arch/arm/mach-versatile/dcscb.c delete mode 100644 arch/arm/mach-versatile/dcscb_setup.S