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 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 A786AC41535 for ; Fri, 15 Dec 2023 14:20:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 83A80C4339A; Fri, 15 Dec 2023 14:20:48 +0000 (UTC) Received: from weierstrass.telenet-ops.be (weierstrass.telenet-ops.be [195.130.137.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 298C3C433C7 for ; Fri, 15 Dec 2023 14:20:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 298C3C433C7 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 laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by weierstrass.telenet-ops.be (Postfix) with ESMTPS id 4SsBFw1jL1z4x2fg for ; Fri, 15 Dec 2023 15:20:36 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:28e5:a835:e0b1:5291]) by laurent.telenet-ops.be with bizsmtp id NeLT2B00E29mzEW01eLTGa; Fri, 15 Dec 2023 15:20:28 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rE92o-00C71z-8Y; Fri, 15 Dec 2023 15:20:27 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rE76H-00GsHf-4u; Fri, 15 Dec 2023 13:15:29 +0100 From: Geert Uytterhoeven List-Id: To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 1/2] Renesas driver updates for v6.8 Date: Fri, 15 Dec 2023 13:15:20 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.8-tag1 for you to fetch changes up to 31b2daea07643d8b83d62c670c76d95acca84f06: soc: renesas: Make RZ/Five depend on !DMA_DIRECT_REMAP (2023-12-13 17:23:28 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.8 - Remove duplicate setup of soc_device_attribute.family, - Make RZ/Five depend on !DMA_DIRECT_REMAP. ---------------------------------------------------------------- Conor Dooley (1): soc: renesas: Make RZ/Five depend on !DMA_DIRECT_REMAP Geert Uytterhoeven (1): soc: renesas: Remove duplicate setup of soc_device_attribute.family drivers/soc/renesas/Kconfig | 1 + drivers/soc/renesas/renesas-soc.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-)