From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) (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 AC75C24EA9C; Wed, 19 Mar 2025 07:12:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.201.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742368338; cv=none; b=sZftNXQRCztmT83aTnFfwuDHWmeiAGn3Dw9vNUsDBe0JI1EX31PvbynhoLXWgPIsyjYcbIZF4ALOEe13rBP0T6tYbzNyvWcapYxWfxaFIYVLn2NTsmMSjkbNSWiaKq3T9119yj1+ppGd67T7igpZgQggpqlkhU4+9i25goeRNhE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742368338; c=relaxed/simple; bh=bpIeHF8qkNb77rM5cvD4CpOtv5zJVTtFitfGmeIM6X4=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:From:To:Subject: References:In-Reply-To; b=XXRnDKUIlcDW04JiKMVQuHQ0lkehmcnhadGP84IJB4I+CSpMeCgJzvN/VTJTEQo8ssiCC4Xly0OPuQyE5aVgd8pCcAcgEENihP1nc9sDltOC3v7giEBqHkVoVGdFjDBkJkkht65+EtgZSG0/N28sECqshH+rE1eXFzoYluJFF8o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=walle.cc; arc=none smtp.client-ip=159.69.201.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=walle.cc Received: from localhost (unknown [IPv6:2a02:810b:4320:1000:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id CBF7F3B8; Wed, 19 Mar 2025 08:02:10 +0100 (CET) Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 19 Mar 2025 08:02:10 +0100 Message-Id: Cc: , , , , , , =?utf-8?q?Gr=C3=A9gory_Clement?= , "Thomas Petazzoni" From: "Michael Walle" To: "Mathieu Dubois-Briand" , "Lee Jones" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Kamel Bouhara" , "Linus Walleij" , "Bartosz Golaszewski" , "Dmitry Torokhov" , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , "Mark Brown" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Danilo Krummrich" Subject: Re: [PATCH v5 07/11] gpio: regmap: Allow to provide init_valid_mask callback X-Mailer: aerc 0.16.0 References: <20250318-mdb-max7360-support-v5-0-fb20baf97da0@bootlin.com> <20250318-mdb-max7360-support-v5-7-fb20baf97da0@bootlin.com> In-Reply-To: <20250318-mdb-max7360-support-v5-7-fb20baf97da0@bootlin.com> Hi, > Allows to populate the gpio_regmap_config structure with > init_valid_mask() callback to set on the final gpio_chip structure. > > Signed-off-by: Mathieu Dubois-Briand > --- > - chip->request =3D gpiochip_generic_request; > - chip->free =3D gpiochip_generic_free; With this removed: Reviewed-by: Michael Walle