From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id E5B0D1E5B95; Wed, 25 Jun 2025 08:05:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750838752; cv=none; b=QCbNdHte/2HrS23h2A3DSzP2fmpbuLmm+kgYS5+qq4l+tC975ht64QUP9/nWpgCbz6cuMRINDRHSHNxaGGlcMazWO0mcxpkkxge/Xoi4S8KxyXUq9nk3QR/dkkTYhGFpYE1cWzO9uCAusx40HM/7gfcGxww1Nbwrw+bU0r858eU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750838752; c=relaxed/simple; bh=Y4bCsEI+ih9bRnJ1UnwcgedvEQOpokYbLokruvKgop4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=fOO0mPngoGBSwxHWIarFv3hW37FuAVCihvOsmHCsuLTh9dShI/Oh0LszpgOHyS9OlZCk9o73bqT0JmQIeKVmU4uttrvLblJLBiUfmgdpWeZQQgBGfzHmREufIc7K3ebU9/UWum3/uREt2Qyy7/UyaRrlZV26J4bjBPvN/9gEKMQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42E32C4CEEA; Wed, 25 Jun 2025 08:05:51 +0000 (UTC) From: Geert Uytterhoeven To: Linus Walleij , Bartosz Golaszewski , Magnus Damm , Wolfram Sang Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/2] gpio: rcar: Use new line value setter callbacks Date: Wed, 25 Jun 2025 10:05:45 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, This patch series converts the R-Car GPIo driver to the new line value setter callbacks. Changes compared to v1: - New patch "gpio: rcar: Remove checks for empty bankmasks". Thanks for your comments! [1] https://lore.kernel.org/b648ffcfe6268d3886b134a98908b2f91dbece56.1749801865.git.geert+renesas@glider.be Geert Uytterhoeven (2): gpio: rcar: Remove checks for empty bankmasks gpio: rcar: Use new line value setter callbacks drivers/gpio/gpio-rcar.c | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) -- 2.43.0 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds