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 48D70297A68; Tue, 15 Apr 2025 13:22:26 +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=1744723347; cv=none; b=J5GHL28e4ymcdM8auiDlKsPJXq4lWljdZ8fiE6f4kKunYUhrX4ehUb8RaDiZyVR6c6jDtAQbMKvGgu60poCbLXU9bvi14Mb+8dtUD2NGrHBmg5JDsQGH64p6GhQRi8Mi37OQF9qBx8AkoPEE5miLzKSWfH/KArO84iJEmBkpFXQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744723347; c=relaxed/simple; bh=RRW47R1L7/5mlFWx4w8Iz2jOualfmecSBafClG5oO7w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=o53wxbpHFQKcssLJibyC6ypMGvidzUKtvOnvJE4lTkIyHRy0no3Lw/hIkq2AjaSrqrgEPUh5n8Z2gPRm3Vao+el1M1BmTcPFMoFtN3XlQV1t3Lo459y4sLhUNsmoLIaTSQ/ImD2RjmhdQAO0z97GJin5XD6C7RzV8ZdFuR/m4yM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EZ43ARME; 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="EZ43ARME" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AF09C4CEDD; Tue, 15 Apr 2025 13:22:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744723346; bh=RRW47R1L7/5mlFWx4w8Iz2jOualfmecSBafClG5oO7w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EZ43ARME0oN0cZwYNSw0w8v/oqZQVtsnKvLPa+61dXAl0xfbNV5WsjKmuwtYuqoWa l70CaLBbqw3lS1d6ftYnd0AdLEFRyxwRR+DBeVImrTw1HKryvX9nWAHdx2PRVrekSU 0xPfp3YvGyuZ8Toq9mhyEA90JZvkFS5z9EL1gm1Y= Date: Tue, 15 Apr 2025 15:22:24 +0200 From: Greg Kroah-Hartman To: Jerome Brunet Cc: Dave Ertman , Ira Weiny , "Rafael J. Wysocki" , Stephen Boyd , Arnd Bergmann , Danilo Krummrich , Conor Dooley , Daire McNamara , Philipp Zabel , Douglas Anderson , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Hans de Goede , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Bryan O'Donoghue , Vladimir Kondratiev , Gregory CLEMENT , =?iso-8859-1?Q?Th=E9o?= Lebrun , Michael Turquette , Abel Vesa , Peng Fan , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Kevin Hilman , Martin Blumenstingl , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, dri-devel@lists.freedesktop.org, platform-driver-x86@vger.kernel.org, linux-mips@vger.kernel.org, linux-clk@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers Message-ID: <2025041506-unrented-props-6226@gregkh> References: <20250218-aux-device-create-helper-v4-0-c3d7dfdea2e6@baylibre.com> <20250218-aux-device-create-helper-v4-1-c3d7dfdea2e6@baylibre.com> <2025021938-swan-facedown-e96a@gregkh> <1jecxtwpr4.fsf@starbuckisacylon.baylibre.com> <2025041508-remix-plasma-cd47@gregkh> <1j8qo1woxd.fsf@starbuckisacylon.baylibre.com> Precedence: bulk X-Mailing-List: linux-mips@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: <1j8qo1woxd.fsf@starbuckisacylon.baylibre.com> On Tue, Apr 15, 2025 at 03:10:38PM +0200, Jerome Brunet wrote: > On Tue 15 Apr 2025 at 14:59, Greg Kroah-Hartman wrote: > > > On Tue, Apr 15, 2025 at 02:52:47PM +0200, Jerome Brunet wrote: > >> On Wed 19 Feb 2025 at 15:20, Greg Kroah-Hartman wrote: > >> > >> > On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > >> >> Add helper functions to create a device on the auxiliary bus. > >> >> > >> >> This is meant for fairly simple usage of the auxiliary bus, to avoid having > >> >> the same code repeated in the different drivers. > >> >> > >> >> Suggested-by: Stephen Boyd > >> >> Cc: Arnd Bergmann > >> >> Signed-off-by: Jerome Brunet > >> > > >> > Reviewed-by: Greg Kroah-Hartman > >> > >> Hey Greg, > >> > >> Do you need me to do something else on this topic ? > > > > I don't know what tree it is going through, do you? If you want me to > > take in the driver-core tree, just let me know. > > For patch #1, I think driver-core would be appropriate, unless there is > something more specific for the auxiliary device support ? > > I'll wait for this sink into an rc1, then resubmit the different driver > changes to the appropriate tree, no rush. Ok, will take just the first one then, thanks. greg k-h