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 ED08A2BEC34 for ; Mon, 12 Jan 2026 12:06: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=1768219595; cv=none; b=e/Z77IG6363rQMOx+ekFZ3xkk2WFr2G18QLXlyZQAyIkEBT14HhV1pJskb/1GMvK8feQYhTFKuNmnjinBpQNUZB/OgzakjBm5bNItwQUrv74ty+sjG5ULU8/3DOJxDhnQtQ6vwq6sjL2j0MW9zsR18GXW73o8rabeRTOehwiYS4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768219595; c=relaxed/simple; bh=KoL6wLGvIN3bheovNrVrf6PCJ0OLgRaosPNzZmH8r4U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T7C7IHv35sdYIj4dNw2UeM4X0WjOYy5kGX8NH8ZtgEyxtGJLvAhMQ30mAH2eP11XoP1UUdYE+lL0yqwXUYZG4Uc4otNoAr5851G1tqCj5fjifzPK+Ti/8Y6AwoxD3SVDXfo8L2VtO0B8zTAJii05laxa0JekC6qBtA60INK0LGw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=zvmIAfL8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zvmIAfL8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33704C19421; Mon, 12 Jan 2026 12:06:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768219594; bh=KoL6wLGvIN3bheovNrVrf6PCJ0OLgRaosPNzZmH8r4U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zvmIAfL8nAETprF7UcHhIjPDIiTqoaRSCneJV4eIJ65TunTYE7Is/d+EIskdz6glS stewL+mbacnbg/qqb+6kvWXqHIDIo0YUVxegobPkpiUvlJW0/mT63a5LXUkUo1139Y +3Q4bg1FZ6JJk71yITIOee1V9LPTPmoejANcAHWk= Date: Mon, 12 Jan 2026 13:06:31 +0100 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Johan Hovold , Alex Elder , greybus-dev@lists.linaro.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] greybus: Use bus methods for .probe() and .remove() Message-ID: <2026011222-connector-cosigner-93c4@gregkh> References: <20251210175943.590059-2-u.kleine-koenig@baylibre.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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Jan 12, 2026 at 12:58:02PM +0100, Uwe Kleine-König wrote: > Hello, > > On Wed, Dec 10, 2025 at 06:59:39PM +0100, Uwe Kleine-König wrote: > > These are nearly identical to the respective driver callbacks. The only > > difference is that .remove() returns void instead of int. > > > > The objective is to get rid of users of struct device_driver callbacks > > .probe() and .remove() to eventually remove these. > > > > Signed-off-by: Uwe Kleine-König > > gentle ping. Who is supposed to pick this patch up (or criticize it)? That's me, my queue is huge, sorry...