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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7005FEB64D7 for ; Mon, 26 Jun 2023 15:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229638AbjFZPqO (ORCPT ); Mon, 26 Jun 2023 11:46:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230504AbjFZPqL (ORCPT ); Mon, 26 Jun 2023 11:46:11 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC2E91A4 for ; Mon, 26 Jun 2023 08:46:05 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 3DB4B1F898; Mon, 26 Jun 2023 15:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687794364; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f/pm1hlTn4w87QLL7orhRVBkmijl+hSu+2mU2u8jI2A=; b=BWNF4ZO5lVvfEAEtJoOdPwplCKb0Wy73lGr7w2+d4m0Ixn9gUlpNqAzSPpgBSEiUM3mk8R wOGAasm9psvXrI6A+Z5ljAVJ7S5qI83g3rWlMGPv9eWhbzBvkG3f/fZIerojNw4LOjYMLt SHKrjJxuseN1Ws6TQ/yLboIhXq3XHys= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687794364; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f/pm1hlTn4w87QLL7orhRVBkmijl+hSu+2mU2u8jI2A=; b=UK4RE7vu3RJl+X/wJu4B57nmcOIPGvxurwmKPy+/gP7tfbo1DfkWnCo/6lcNKGrDXklHWc LjcvInK/iV/fejDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id AC22A13483; Mon, 26 Jun 2023 15:46:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4s5UKLuymWS2LQAAMHmgww (envelope-from ); Mon, 26 Jun 2023 15:46:03 +0000 Date: Mon, 26 Jun 2023 17:46:02 +0200 From: Jean Delvare To: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= Cc: Wolfram Sang , Wim Van Sebroeck , Guenter Roeck , Javier Martinez Canillas , Krzysztof Kozlowski , kernel@pengutronix.de, linux-i2c@vger.kernel.org, Lee Jones , Liam Girdwood , Mark Brown , Greg Kroah-Hartman , Dmitry Baryshkov , Mauro Carvalho Chehab , Hans Verkuil , Pavel Machek Subject: Re: [PATCH] i2c: Drop legacy callback .probe_new() Message-ID: <20230626174602.6bc07445@endymion.delvare> In-Reply-To: <20230626094548.559542-1-u.kleine-koenig@pengutronix.de> References: <20230626094548.559542-1-u.kleine-koenig@pengutronix.de> Organization: SUSE Linux X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.34; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Mon, 26 Jun 2023 11:45:48 +0200, Uwe Kleine-K=C3=B6nig wrote: > Now that all drivers are converted to the (new) .probe() callback, the > temporary .probe_new() can go away. \o/ >=20 > Signed-off-by: Uwe Kleine-K=C3=B6nig > --- > (...) Reviewed-by: Jean Delvare --=20 Jean Delvare SUSE L3 Support