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 BD927C7EE29 for ; Mon, 29 May 2023 08:38:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229631AbjE2IiS (ORCPT ); Mon, 29 May 2023 04:38:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229628AbjE2IiS (ORCPT ); Mon, 29 May 2023 04:38:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A4ADA4 for ; Mon, 29 May 2023 01:38:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EBEC0611E4 for ; Mon, 29 May 2023 08:38:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16216C433EF; Mon, 29 May 2023 08:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685349496; bh=co0Q5zSVrFl2R8yhgOALbtMZ6WJdNRvM4cPONKbisjk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sJEz0EfKvlHFBE3CMcN+7UXaQSNw3J8oFI+JP4rnu3mi3zs3J6SN6t0BLM3MDrIM+ JFZjPTMU2TS3Rh94x+N0CoOdwznKcoFQ8zHvF9LS30lDM0Lp9SPC8DPDLzI/Ot6MwO ntpOy4Vubz20ZPaFc3tXptGg0ubC4Qj4sjPIXXNw= Date: Mon, 29 May 2023 09:38:14 +0100 From: Greg Kroah-Hartman To: Marek Vasut Cc: stable@vger.kernel.org, patches@lists.linux.dev, Marc Kleine-Budde , Alexander Stein , Liu Ying , Shawn Guo , Sasha Levin Subject: Re: [PATCH 6.3 127/127] Revert "arm64: dts: imx8mp: Drop simple-bus from fsl,imx8mp-media-blk-ctrl" Message-ID: <2023052956-aroma-attach-88d3@gregkh> References: <20230528190836.161231414@linuxfoundation.org> <20230528190840.351644456@linuxfoundation.org> <511be6c7-7e58-02a9-46fa-e9a134eac8af@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <511be6c7-7e58-02a9-46fa-e9a134eac8af@denx.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 29, 2023 at 01:48:05AM +0200, Marek Vasut wrote: > On 5/28/23 21:11, Greg Kroah-Hartman wrote: > > From: Greg Kroah-Hartman > > > > This reverts commit bd2573ee0f91c0e6d2bee8599110453e2909060e which is > > commit 5a51e1f2b083423f75145c512ee284862ab33854 upstream. > > > > Marc writes: > > can you please revert this patch, without the corresponding driver patch > > [1] it breaks probing of the device, as no one populates the sub-nodes. > > > > [1] 9cb6d1b39a8f ("soc: imx: imx8m-blk-ctrl: Scan subnodes and bind > > drivers to them") > > Would it make more sense to pick the missing blk-ctrl patch instead ? If you want that to happen, sure, but it seems like a new feature to me, right? thanks, greg k-h