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 460AAC48297 for ; Mon, 12 Feb 2024 10:46:20 +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=s/gSASiwulIPD6J+uK52bJkPg45Ez07Ma3+vU8v9CjI=; b=TW9soUiWo15kPq k4xoYlU/75acJSXJEJ71f4KB3zIv1Yl0C3dF37lJDcMv8kf2h6D8ech/3OGO8ytI2Y0xZG4SFGQCh kEMzJ3ZyQez3lDjFzntkt4IoFh1WxUHBoV/y8OD28edNncU9n9cWEH8e2jOWOEwsHK+6dch0nTMdy 1lQNRQtka7P2xHnFIvtA2tWqtMRe7+Q7VEHXQdxOYGoZ6TVDGnWWhLMnmNK6Hg12Fg6k9NrDUPDvb GFeBMFmbQVQUgfaOBOi+2Pqkwyl36rX5TDHC1ieTmithZAzi+e0GV0l7Y+0vBYwNr+gIB+H+ITHGA eiB+8xye/HzdRwBoZUSA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTpA-00000004xij-3Pil; Mon, 12 Feb 2024 10:46:08 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTp8-00000004xhN-0Wxr for linux-arm-kernel@lists.infradead.org; Mon, 12 Feb 2024 10:46:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8511960C8A; Mon, 12 Feb 2024 10:46:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B30D4C433F1; Mon, 12 Feb 2024 10:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707734765; bh=+nYMQEZkmIJ94Vpk11C3LTr1OPhiRCktKU82FImmmhs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m9mVvqVfhYoQrO0RfPBRxa+cTvnblId5W41NhlEdXvPqgDE632DbR71FZGQVTqKkQ PW1nvaXA9F32qoXTJhivol4ngzQGbIzj2jbbiRym6Ir/KCMyVByfvqD6KDcWXgbtfr ZLTXfEt2HVGHQSgtX1jHUIMJZ4JzhNZmDlKj/PGc= Date: Mon, 12 Feb 2024 11:46:02 +0100 From: Greg Kroah-Hartman To: "Ricardo B. Marliere" Cc: Sudeep Holla , Cristian Marussi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] firmware: struct bus_type cleanup Message-ID: <2024021257-anchovy-enlighten-7a2a@gregkh> References: <20240211-bus_cleanup-firmware2-v1-0-1851c92c7be7@marliere.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240211-bus_cleanup-firmware2-v1-0-1851c92c7be7@marliere.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240212_024606_240198_2A993E67 X-CRM114-Status: UNSURE ( 8.76 ) 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:51:28PM -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