From patchwork Fri Aug 4 12:32:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13341763 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 560EBC001DF for ; Fri, 4 Aug 2023 12:32:45 +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=blW/QAjdd+W8dYOxI3/cPz1l+fbArom4EI0M9QxYjZc=; b=u6lny6V2SNUF3r p2c3sOCw8lHnAjUmnUoc8yDR9z7rkKvrEcrJLudrWCF2qgw9X/lcNzMckY0EzsALvNNlhCFw2S2r2 N3xEaTRQ5iV+hwR44JcAOM5Gfr/kjvsLumf3nLpsTQZI+neK/7OpOpjLAtIKKoANxIV4yaS/nGLeQ +lid9mj8Iprk1WsOnnPP87SIr8BusWxsOO6F26/1slq/NmRroggdC9LnmH7RNKzZy2Rzsk5vAIxkA 3X5QuTIR/uqejLMJXD9/haSo+0/fNtcBNJi0iiJwuGySuA+xsSUnv/SK2R3liqaY7hBfxZFr9gW9e Je2h2XubfMc36puNpooQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qRtyi-00CQc8-1F; Fri, 04 Aug 2023 12:32:24 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qRtyf-00CQbr-1N for linux-arm-kernel@lists.infradead.org; Fri, 04 Aug 2023 12:32:22 +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 0BEBD1007; Fri, 4 Aug 2023 05:33:01 -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 0FA293F5A1; Fri, 4 Aug 2023 05:32:16 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Liviu Dudau , Olof Johansson Subject: [GIT PULL] ARM: vexpress: Updates for v6.6 Date: Fri, 4 Aug 2023 13:32:14 +0100 Message-ID: <20230804123214.3258032-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230804_053221_513448_B47B7AF3 X-CRM114-Status: UNSURE ( 7.19 ) 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -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.6 for you to fetch changes up to ebd4f6102fbc2c5a7560ad5256a71696ab136ce6: MAINTAINERS: Simplify entries for Arm Vexpress platform and related drivers (2023-08-04 11:34:35 +0100) ---------------------------------------------------------------- Arm Vexpress updates for v6.6 Couple of minor updates: Code simplification in the vexpress config bus driver with the use of devm_platform_ioremap_resource() and simplification of Arm Vexpress platform and related drivers entries in MAINTAINERS file. ---------------------------------------------------------------- Sudeep Holla (1): MAINTAINERS: Simplify entries for Arm Vexpress platform and related drivers Yangtao Li (1): bus: vexpress-config: Convert to devm_platform_ioremap_resource() MAINTAINERS | 9 ++++----- drivers/bus/vexpress-config.c | 4 +--- 2 files changed, 5 insertions(+), 8 deletions(-)