Return-Path: <SRS0=hyep=3E=linux-m68k.org=geert@kernel.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on
aws-us-west-2-korg-lkml-1.web.codeaurora.org
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org
[10.30.226.201])
(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 96852C4332F
for <soc@archiver.kernel.org>; Fri, 4 Nov 2022 10:50:22 +0000 (UTC)
Received: by smtp.kernel.org (Postfix)
id 751CBC43470; Fri, 4 Nov 2022 10:50:22 +0000 (UTC)
Received: from riemann.telenet-ops.be (riemann.telenet-ops.be
[195.130.137.80])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by smtp.kernel.org (Postfix) with ESMTPS id 4E210C433B5
for <soc@kernel.org>; Fri, 4 Nov 2022 10:50:21 +0000 (UTC)
DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 4E210C433B5
Authentication-Results: smtp.kernel.org;
dmarc=none (p=none dis=none) header.from=glider.be
Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=linux-m68k.org
Received: from michel.telenet-ops.be (michel.telenet-ops.be
[IPv6:2a02:1800:110:4::f00:18])
by riemann.telenet-ops.be (Postfix) with ESMTPS id 4N3cpX0sKHz513WT
for <soc@kernel.org>; Fri, 4 Nov 2022 11:50:12 +0100 (CET)
Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c5ee:bf27:9df:5172])
by michel.telenet-ops.be with bizsmtp
id gAq32800U2kjr6L06Aq3Nz; Fri, 04 Nov 2022 11:50:03 +0100
Received: from rox.of.borg ([192.168.97.57])
by ramsan.of.borg with esmtps (TLS1.3) tls
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
(Exim 4.93)
(envelope-from <geert@linux-m68k.org>)
id 1oquGx-002mVK-8Y; Fri, 04 Nov 2022 11:50:03 +0100
Received: from geert by rox.of.borg with local (Exim 4.93)
(envelope-from <geert@linux-m68k.org>)
id 1oquGw-00HWEu-O7; Fri, 04 Nov 2022 11:50:02 +0100
From: Geert Uytterhoeven <geert+renesas@glider.be>
List-Id: <soc.lore.kernel.org>
To: arm-soc <arm@kernel.org>,
soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-renesas-soc@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 2/4] Renesas ARM SoC updates for v6.2
Date: Fri, 4 Nov 2022 11:49:55 +0100
Message-Id: <cover.1667558746.git.geert+renesas@glider.be>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <cover.1667558738.git.geert+renesas@glider.be>
References: <cover.1667558738.git.geert+renesas@glider.be>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-soc-for-v6.2-tag1
for you to fetch changes up to d84ea59e20158ca7a1b6c1dfc3c0e2e652eb4b00:
arm64: renesas: Drop selecting GPIOLIB and PINCTRL (2022-10-28 14:31:24 +0200)
----------------------------------------------------------------
Renesas ARM SoC updates for v6.2
- Drop selecting GPIOLIB and PINCTRL, which are already automatically
selected as part of the SOC_RENESAS config option in
drivers/soc/renesas/Kconfig.
----------------------------------------------------------------
Lad Prabhakar (3):
soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS
ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
arm64: renesas: Drop selecting GPIOLIB and PINCTRL
arch/arm/mach-shmobile/Kconfig | 2 --
arch/arm64/Kconfig.platforms | 2 --
drivers/soc/renesas/Kconfig | 2 ++
3 files changed, 2 insertions(+), 4 deletions(-)