From patchwork Sun Feb 21 01:05:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1442681 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DjnG640dmz9sRf for ; Sun, 21 Feb 2021 12:06:54 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5617682777; Sun, 21 Feb 2021 02:06:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 79CDA80404; Sun, 21 Feb 2021 02:06:47 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B1AEB80404 for ; Sun, 21 Feb 2021 02:06:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f175.google.com with SMTP id q85so9396330qke.8 for ; Sat, 20 Feb 2021 17:06:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=cyY6xXMIcQ7yp7JY6yCH4TDyhz+LfOwrS6ff7KUOP20=; b=jjaevIHB7SY9SmI6p764TGU4If2XbpGA/KFanZSkvKnk9U9FFXjbQYjgBl67IH6ipY vnXc0ZhltcGt0SaQMk5aT+QtSjLdcEddIGtR/C3BzYEUgz9pPgRjtHgWSGQUQXCu59EB BJaX34XUrkKCQLXx3EZZkAYAedS9xGYyLDk8yyQOM5q0HcTgRq5gv/XFept7Sp26mwwn 1W23zBIg3lCDVvS+c6mm3RgPReS7mAMKXrr6q1mHGM/zjz4EvHcA7dxzWtCRLb+sPQRf qKGmXdZqiwbqRr94sCOh3DmcCM+4bvLz9BjFJ9vvKI9kNFq7XxGhcM91z47WY/yIrrm6 6v6g== X-Gm-Message-State: AOAM5311Q/HSoowg0IGAaRuevO56VyJkmxxbYuf8cN15sNldZg3xATZr 3oVXSaXOPHXTkQCpMx3UyHsDcOPnUQ== X-Google-Smtp-Source: ABdhPJxodgvwJcJEZrKRlN87wDG04A/fEXnqzkNf66N7wmQJlUvZV9IrmN4bJjrEVDp+nQPgkCf1ZA== X-Received: by 2002:a05:620a:1e5:: with SMTP id x5mr12794632qkn.369.1613869602988; Sat, 20 Feb 2021 17:06:42 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b07-927a-9c68-72b3-3fc3-46af.res6.spectrum.com. [2603:6081:7b07:927a:9c68:72b3:3fc3:46af]) by smtp.gmail.com with ESMTPSA id p12sm8233241qtw.27.2021.02.20.17.06.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Feb 2021 17:06:42 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 00/57] Enforce DM_MMC migration and remove platforms Date: Sat, 20 Feb 2021 20:05:37 -0500 Message-Id: <20210221010634.21310-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean Hey all, First, the main point of this series is that after v2021.04 is release I intend to make something like this be merged, along with the series I posted earlier about other block drivers. There's some platforms that I've omitted here as people have said they will update them ASAP and I'm going to pick up those patches before this gets merged. And it's soon enough in the future that I expect the people that haven't posted them yet will be able to in time. Next, I'm going to do another series on top of this to pick another migration that's due by v2019.07, and I'm likely to do DM_PCI to see where that is with these removals taken care of. Finally, I am quite happy to have any of these platforms remain in tree, so long as someone is willing to maintain them. A few of the patches in here are re-posts, and I'll sort that out when applying the other migration.