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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EF3E6C4829B for ; Mon, 12 Feb 2024 10:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+IsYCorV7jc9+lXMlcoe9ASSRL3C7yur6nshNppBcno=; b=gVDp5D5muwPf2q I7PvLT/pfts1R72hudfZ1bTE82guLt9gKMBOS+8YLi1dLQx2X/P5RTkm9/InQ9NxSGKmt6QiK4qKT iV6GvZlEdB6tvMw2gEbzlagxY3TRsy8LUl5KEkWIZyZuMhhwYMT2IRJk29xvBgp3Oxwh7xVl7dEte XMAG+t8jg+1XmbaU8e331CX9YIr1y2T43JdwBiTI1SZ9cqgdK1ZAR4WEKHvJXFnVk2GWRWHrXCeYF Ttz3eypj69cedmgD1cc4xXrAVZ+5W86XugAmaTviO5iizuJkmfSssXzHUE1mI5FTp5vWj5GGsjet9 4Ov97LcI3hTMqbxk1x8g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTou-00000004xdx-2fd2; Mon, 12 Feb 2024 10:45:52 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTor-00000004xdF-3mEv for linux-arm-kernel@lists.infradead.org; Mon, 12 Feb 2024 10:45:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 41E8460DFB; Mon, 12 Feb 2024 10:45:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FD98C433C7; Mon, 12 Feb 2024 10:45:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707734748; bh=BRFpUnq4148MioG1AC1d4qj1hPHEOF+Rac7kCKLRavo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GKzShdse5//Phd4LZjWVRbH7tPOZLTkMuEQVEVhfq1gJUyIZ7j7XgytOeMf6dJ/PH kaM5qZP1Dkk1C+BgjwCoI0VlMkLCOntOP+9w4A0kytNHRGbZIkRNRbx6qdZdfYgHnH wNTLQ+VgbDdk+lZs/GFekLXsCWz7n79lAMlWHT50= Date: Mon, 12 Feb 2024 11:45:45 +0100 From: Greg Kroah-Hartman To: "Ricardo B. Marliere" Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ARM: struct bus_type cleanup Message-ID: <2024021241-cussed-suds-ffff@gregkh> References: <20240211-bus_cleanup-rmk-v1-0-65668e578d55@marliere.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240211-bus_cleanup-rmk-v1-0-65668e578d55@marliere.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240212_024550_003484_644688A5 X-CRM114-Status: UNSURE ( 9.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Feb 11, 2024 at 12:45:06PM -0300, Ricardo B. Marliere wrote: > This series is part of an effort to cleanup the users of the driver > core, as can be seen in many recent patches authored by Greg across the > tree (e.g. [1]). > > --- > [1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22 > > Cc: Greg Kroah-Hartman > Signed-off-by: Ricardo B. Marliere > Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel