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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 890F1C2B9F2 for ; Sat, 22 May 2021 12:48:42 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4A66561168 for ; Sat, 22 May 2021 12:48:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4A66561168 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2FBF282E21; Sat, 22 May 2021 14:48:38 +0200 (CEST) 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 5C90682D57; Sat, 22 May 2021 14:48:35 +0200 (CEST) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) (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 6C6F382859 for ; Sat, 22 May 2021 14:48:31 +0200 (CEST) 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-qt1-f169.google.com with SMTP id 1so17365190qtb.0 for ; Sat, 22 May 2021 05:48:31 -0700 (PDT) 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:mime-version :content-transfer-encoding; bh=l7FVCdwHdufQUTkV+pTZI4ChslNQL2I9E762hqkCbWM=; b=fpNQmrF5R+uXvVKNA5hC80ZaVQsOd6sr3JnnL+r2cS0CxJYb6G11+Ew8z8MmP2xVxH oAqSg/rWY1/fZRqje9VrcAeMagUcLZOFaSnasXIZT0Ee5tY3jKm+I3bqwjW94M25XNa1 jO1ZPC6Qz8oTTpzEtCyqDKCardX98XSrZP36oqaXVU4eeKQWmyUHsa+iq241sg/09WbC wGEekr9fe2C4XDYY6sx2HjJY/Bv5N8K6nT8k4CtGa9gYn4s8zgiGtChsT9OqKERsGA7K 6ORX6ZP6gvswr35EUKmXokU5FcEDamq376tevZlPwjHFOASipbOgGeVlSKiv5EK0EEMl dbhQ== X-Gm-Message-State: AOAM5300xP+6spAg+u4ov5ACH/sZJsmBNi6GdZH1oyjJy/ozp6Eqo7m6 GsAHmNBd1jXWYQgtyjpi3RrfDXQ+JA== X-Google-Smtp-Source: ABdhPJzSEHamCKoCUBkpGsgqDDvdWFdjV1YjH4cDVwPG4lPt7gFbFPnNtFCUiJyG2du4pPObOsteIw== X-Received: by 2002:ac8:4e21:: with SMTP id d1mr16238899qtw.290.1621687709342; Sat, 22 May 2021 05:48:29 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-11dd-dc5c-4409-3388.res6.spectrum.com. [2603:6081:7b01:cbda:11dd:dc5c:4409:3388]) by smtp.gmail.com with ESMTPSA id z18sm6576940qki.55.2021.05.22.05.48.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 May 2021 05:48:28 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 00/18] Migrate to DM_USB and OF_CONTROL support Date: Sat, 22 May 2021 08:46:59 -0400 Message-Id: <20210522124757.18639-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.4 at phobos.denx.de X-Virus-Status: Clean As I have mentioned in various release emails, now that various migration deadlines are reaching the 3+ year mark, I'm taking more drastic measures and removing boards or removing functionality from boards, in order to complete migrations. This series depends on the DM_PCI migration series I had posted earlier and can be seen here: https://patchwork.ozlabs.org/project/uboot/list/?series=243894&state=* With this series, I'm doing the DM_USB + OF_CONTROL migration. A number of kirkwood platforms already had OF_CONTROL support done, so a very minimal DM enablement is done, but should be tested on real hardware. I would guess that if they don't work, disabling CONFIG_SYS_MALLOC_F is wrong and it needs to be enabled and a LEN of 0x2000 used as well if the default is not large enough. In another set of cases, the boards are removed as other bigger migrations are also missing. This series, as well as the DM_PCI one and the DM_VIDEO and CONFIG_DM_SPI_FLASH series that will follow are intended to be applied after v2021.07 is released, and based on how the DM_MMC migration series was done for this release, probably around the -rc2 or -rc3 time-frame. So there is some time left yet to migrate boards, but the deadline is fast approaching. Thanks all! -- Tom