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 3F22C36A03F; Wed, 11 Mar 2026 22:43:57 +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=1773269037; cv=none; b=P6BdaGURXBBm66crMIzF8fWotYfGh2gtjnqZ5qzgt4i+U8ImTIP1gM5sN4F3uRkjBraYpYwLoVSqNGQf/WsyE0qPA07nS5H08jk9aniDrUS9efXA/7PFGXnB3oEfxGjDOqZTbChhj31kjyyEqbSZcPkASkYlsHnN0+nbv1bd9Sg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773269037; c=relaxed/simple; bh=c1sFzzJhl81tFs1mB4ANzV3bJ+NACWIUHIA3ele5Qec=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jkmsiObZJoB04JVzYl+XLMVqstLce5FIFvdDkIXkXlGII/YVwxnTHabWkSzeVWAzkrhMVioj/47gpKeazcH9yCRIBR+pbk3jI3X3i90zlE8Q5qektX+N7TXQpYrxTH6vypjAKSmPXj9M1I0bioRTqb+XlRyjzdvBVFcS3yV8WRU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=awIQD2MV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="awIQD2MV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7F29C4CEF7; Wed, 11 Mar 2026 22:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773269036; bh=c1sFzzJhl81tFs1mB4ANzV3bJ+NACWIUHIA3ele5Qec=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=awIQD2MVpRblVnbJrsIcod9JXaE6cbEWoekA2mg69uooqiPGOd/mnph7tevoqhE7L RZ9hwjGOHvdUpuLLKlHntFi/gRFEOfpKa35zvzY0PbRAqsuvRxm6UNApz36KIlEXYJ nHAa2YC5hcekE1oZaW7Rl93s+/tdW3Lzo1F60Uy36UnaCk9jTzzsYsbmDcizmjY1cB Wt4r+0x9awbyTdGiu1tO1Y3JPKUZMfARSTrdiFSpxfon6o8eI4QTG5Rf8u6xnZ7/ts uHk5PzGeiFyfceetw3qGFzG1/nGqlCGUUGiVveJq0vF3vadz/MPhH4Fb4qR35tZg4E z6VonKoMGbmng== Date: Wed, 11 Mar 2026 17:43:56 -0500 From: Rob Herring To: Andy Shevchenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Randy Dunlap Subject: Re: [PATCH v1 0/2] bus: Remove Baikal SoC pieces Message-ID: <20260311224356.GA1078900-robh@kernel.org> References: <20260227072726.1142944-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260227072726.1142944-1-andriy.shevchenko@linux.intel.com> On Fri, Feb 27, 2026 at 08:26:24AM +0100, Andy Shevchenko wrote: > Baikal SoC and platform support won't be finalised, remove stale pieces. > > Andy Shevchenko (2): > bus: Remove not-going-to-be-supported code for Baikal SoC > dt-bindings: bus: Remove unused bindings As there doesn't seem to be a maintainer for drivers/bus/, I just took both patches. Rob