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 6DA9F1662F1; Wed, 20 Nov 2024 07:02:34 +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=1732086154; cv=none; b=DfpsiFl/nLVCE7I1fG9+WtDZDhNQTffLxReel7LUOVBTubkk2XhP7Bfx5CHge/LlNWE5hnoMBHVbVrNFk3NOS1aWSs0e5nXtol1DZE6bWjrIpNeYtJh0m+4OBfoEMmdY1InqxNtDn9fQRuN2pGXI14L/iqeMMpx/j3nNKWKHiWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732086154; c=relaxed/simple; bh=1V+lROt7o3roFGG9XlSfD0KUf/yppNvuAk1fHarFLjg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Dp5HomwkRKjgR68voCMyOFChz5qlqFBqbuHFRx3tOr3sE92roIfFGxdiXcerqcCwDb13zVWxOmTPKYDhNr9rTS8K2tBT8/MSu1IhtLTyRd5+w/wVGgbPX67AJo45GOnaYUw9ociq69gvClu7xnlsCnVOlfi4UBBjIW9PXsXcDN4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PO/GJ28P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PO/GJ28P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A58BC4CED0; Wed, 20 Nov 2024 07:02:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732086154; bh=1V+lROt7o3roFGG9XlSfD0KUf/yppNvuAk1fHarFLjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PO/GJ28PqyJ83SlHBFNymbZzjig4P5QqrK99dPHKrG29wUGBJH0fMcb3fyDNcQMTP z6NuJiUwwstfGTeSu/nbpSrB+cgrHF4GI83RgxJORFaPI6aEMRusYT7ZB29ymwsak6 eKEU0oCp+61L5IGF6ncStrW6LhUuVqkcgrC/QkzjDn2XGOFhMiFaMPVpaf/s0ljhL5 bxkLRk35Kyvc484129SV5x0T5cJ+zx/ZZflf6kzJqdnIxJF5jZ6FgaPqecbZ4JzenY ttX196tzCgPQl4L1mLhb1qY7G4wOt/wb1PU+Ap5aCOWO8i+wAhfbjAMuKF5IsCRYiN 1odhIRO+8Xzxg== Date: Wed, 20 Nov 2024 08:02:30 +0100 From: Andi Shyti To: Thomas Richard Cc: Lee Jones , Linus Walleij , Bartosz Golaszewski , Wim Van Sebroeck , Guenter Roeck , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-watchdog@vger.kernel.org, thomas.petazzoni@bootlin.com, blake.vermeer@keysight.com, Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Subject: Re: [PATCH v2 3/5] i2c: Congatec Board Controller i2c bus driver Message-ID: References: <20240503-congatec-board-controller-v2-0-681511a01c8f@bootlin.com> <20240503-congatec-board-controller-v2-3-681511a01c8f@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Thomas, On Tue, Nov 19, 2024 at 11:41:36PM +0100, Andi Shyti wrote: > Hi Thomas, > > ... > > > +static struct platform_driver cgbc_i2c_driver = { > > + .driver = { > > + .name = "cgbc-i2c", > > + }, > > + .probe = cgbc_i2c_probe, > > + .remove_new = cgbc_i2c_remove, > > Please use "remove" now. please ignore this comment. Andi