From patchwork Wed May 15 09:33:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13664934 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 72A4CC25B78 for ; Wed, 15 May 2024 09:33:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :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=3EjXJO3Rps/4bddT6XgbUiNlCtysr2Vt0BUBHTZTp9s=; b=SN5wpEJ7qcfPUw 2GFFr+/bK0Tx19Lm/KoNehG2tDtoiteWz/GzASMSV1XngE6ZOmeYbAimfSuICiAarrAj+DkNWXk81 RCBQrXbnJdg0ORuknQA0tjA3BC4BlKyy6td5TXhxuBsllp6sjF9TSg8RZVIm1sgigcyKKmYrdYMCl YrzhKvZRny25VJNCCKwUd9t1jtk9VOfqDPT3C21A8vU3p0h1cl+ujId/UN7tNvh54lItPPuVGtHmP RxEkwg9guoVXkey9rkGkwZddJyMexM9nakNyqZpeRC4TpIra79M/F8FdfbohG+JPB27WgFS6d3jgw +qJmalRcMMM2Vx4EMEwQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s7B16-000000015qb-1oAy; Wed, 15 May 2024 09:33:44 +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 1s7B14-000000015oy-0dII for linux-arm-kernel@lists.infradead.org; Wed, 15 May 2024 09:33:43 +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 9550A1007; Wed, 15 May 2024 02:34:05 -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 D75893F7A6; Wed, 15 May 2024 02:33:39 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Kevin Hilman , Liviu Dudau Subject: [GIT PULL] ARM: vexpress: Update for v6.10 Date: Wed, 15 May 2024 10:33:34 +0100 Message-ID: <20240515093334.1946888-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240515_023342_269732_7515C635 X-CRM114-Status: UNSURE ( 8.91 ) 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, There is no reason to delay this until v6.11, hence the late pull request for v6.10. Please pull if there is a plan for another late pull request during the merge window. Or else it can be deferred for v6.11 Regards, Sudeep -->8 The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-6.10 for you to fetch changes up to 5c47d9a2740369197abc8bf0a52d93cc5861ad96: dt-bindings: arm: Remove obsolete RTSM DCSCB binding (2024-05-14 13:48:35 +0100) ---------------------------------------------------------------- Arm Vexpress update for v6.10 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. ---------------------------------------------------------------- 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 ---- 6 files changed, 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