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 72504C54EBE for ; Mon, 16 Jan 2023 06:43:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231648AbjAPGnQ (ORCPT ); Mon, 16 Jan 2023 01:43:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231855AbjAPGnO (ORCPT ); Mon, 16 Jan 2023 01:43:14 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BDE534495 for ; Sun, 15 Jan 2023 22:43:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B270C8108; Mon, 16 Jan 2023 06:43:12 +0000 (UTC) Date: Mon, 16 Jan 2023 08:43:11 +0200 From: Tony Lindgren To: Adam Ford Cc: "H. Nikolaus Schaller" , Linux-OMAP , Discussions about the Letux Kernel Subject: Re: omap_hsmmc RX DMA errors Message-ID: References: <5DD8AC17-A7FD-4D44-953E-F2EF84C6896D@messlink.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Adam Ford [230115 18:55]: > On Sun, Jan 8, 2023 at 11:58 PM Tony Lindgren wrote: > > Things should be ready to flip the remaining SoCs to use sdhci so we > > should do that. > > Do you want me to push a patch? It might bring more clout if it comes > from you, but I don't mind. If so, how do we handle the backwards > compatibility stuff with older device trees? Sure please go ahead and post a patch for omap3.dtsi. It's best to do it one SoC type at a time. Older dtb files will work as long as there is the old mmc driver in place. But considering we don't even have complete data in the dts files in general, I would not worry about supporting older dtb files. In most cases we can add boot timer warnings if needed. Regards, Tony