From patchwork Thu Nov 29 23:21:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1005731 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=konsulko.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 435YTv1MN9z9s8F for ; Fri, 30 Nov 2018 10:22:59 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CE04DC221B6; Thu, 29 Nov 2018 23:22:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=KHOP_BIG_TO_CC, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 1FD37C22170; Thu, 29 Nov 2018 23:21:33 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0209DC220F1; Thu, 29 Nov 2018 23:21:26 +0000 (UTC) Received: from mail-yb1-f193.google.com (mail-yb1-f193.google.com [209.85.219.193]) by lists.denx.de (Postfix) with ESMTPS id 6CDBBC21C4A for ; Thu, 29 Nov 2018 23:21:23 +0000 (UTC) Received: by mail-yb1-f193.google.com with SMTP id t13-v6so1482166ybb.8 for ; Thu, 29 Nov 2018 15:21:23 -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:cc:subject:date:message-id:in-reply-to :references; bh=z4A/dfWi+l7d1kPgPpvW16rCIvFDEb4hNSd4Ruhuya0=; b=hn7K1v1C9ZeHLG++jCDH5ptoLfoDRou45Lr2jg2T0kyshnCJfBCmzy0zyI97yy7iKY G+BiCeKR6PqKQOcKUzKbdc6NKph3w1PE+JE/pvhksWshiXQ3PqxB3SFkLlDlYVPO2LD9 ilCxYG7jJO6U4FqyCB6rdVGM1keccypZGY2UXFIuRr08ysT3GjaO2kFSmeAt4Pb+IRKh w+fjZAMZabRWfFmvwV9WAC+Rb/wwoHlA7JMGfEq63nonnACrP1vQ8vZOvYrPPqJDBljn DRfaACL9bAk0mHt8ivrpo/CukLgMk0r10mYw+D1wSE8OkcS/uFYDK5jesl+ngNE9CQMb C0Qw== X-Gm-Message-State: AA+aEWYzXRWWuB89Ci2wp6rSEtMTiyVk1Wjw7bE3+wDoodWh14QAcSQi hz52QWj+O4tjNcZv4H+mJpUA4J8= X-Google-Smtp-Source: AFSGD/XLbvbkvdajuT8tlZJNfh9uvuQ/0vKAGT8+sPiYlDL2lUnfIUihyzdXCNTrVZASifFqTtEkGA== X-Received: by 2002:a25:ce8b:: with SMTP id x133-v6mr3298252ybe.301.1543533681707; Thu, 29 Nov 2018 15:21:21 -0800 (PST) Received: from bill-the-cat.ec.rr.com (cpe-65-184-133-47.ec.res.rr.com. [65.184.133.47]) by smtp.gmail.com with ESMTPSA id a71sm935159ywe.66.2018.11.29.15.21.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Nov 2018 15:21:21 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Thu, 29 Nov 2018 18:21:13 -0500 Message-Id: <1543533674-8688-3-git-send-email-trini@konsulko.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543533674-8688-1-git-send-email-trini@konsulko.com> References: <1543533674-8688-1-git-send-email-trini@konsulko.com> Cc: Marek Vasut , Andreas Geisreiter , Nikita Kiryanov , Otavio Salvador , Ken Lin , Stefan Roese , Soeren Moch , Max Krummenacher , Jason Liu , Fabio Estevam , Akshay Bhat , Ludwig Zenz Subject: [U-Boot] [PATCHv3 3/4] dm: MIGRATION: Add migration plan for CONFIG_SATA X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" As the core of the subsystem has been converted along with some of the drivers, formalize a deadline for migration. Cc: Akshay Bhat Cc: Andreas Geisreiter Cc: Bin Meng Cc: Christian Gmeiner Cc: Fabio Estevam Cc: Jason Liu Cc: Ken Lin Cc: Ludwig Zenz Cc: Marek Vasut Cc: Max Krummenacher Cc: Nikita Kiryanov Cc: Otavio Salvador Cc: Peng Fan Reviewed-by: Simon Glass Cc: Soeren Moch Cc: Stefan Roese Cc: Stefano Babic Cc: Tim Harvey Cc: Troy Kisky Cc: Tuomas Tynkkynen Cc: York Sun Signed-off-by: Tom Rini --- Changes in v2: - Note that failure to migration may lead to removal. - Even more Ccs Apologies for the scattershot CC list here. A problem with this particular migration is we have a number of drivers for older platforms without clear ownership. Please feel free to loop in other people you know that might have interest here. Thanks! --- Makefile | 8 ++++++++ doc/driver-model/MIGRATION.txt | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/Makefile b/Makefile index 373939ddad94..5e377c3fd5a6 100644 --- a/Makefile +++ b/Makefile @@ -940,6 +940,14 @@ ifneq ($(CONFIG_DM_USB)$(CONFIG_OF_CONTROL)$(CONFIG_BLK),yyy) @echo "====================================================" endif endif +ifeq ($(CONFIG_LIBATA)$(CONFIG_DM_SCSI)$(CONFIG_MVSATA_IDE),y) + @echo "===================== WARNING ======================" + @echo "This board does not use CONFIG_DM_SCSI. Please update" + @echo "the storage controller to use CONFIG_DM_SCSI before the v2019.07 release." + @echo "Failure to update by the deadline may result in board removal." + @echo "See doc/driver-model/MIGRATION.txt for more info." + @echo "====================================================" +endif @# Check that this build does not use CONFIG options that we do not @# know about unless they are in Kconfig. All the existing CONFIG @# options are whitelisted, so new ones should not be added. diff --git a/doc/driver-model/MIGRATION.txt b/doc/driver-model/MIGRATION.txt index 0b763f72a453..6df7e02a63de 100644 --- a/doc/driver-model/MIGRATION.txt +++ b/doc/driver-model/MIGRATION.txt @@ -25,6 +25,16 @@ The subsystem itself has been converted along with many of the host controller and maintainers should submit patches switching over to using CONFIG_DM_USB and other base driver model options in time for inclusion in the 2019.07 rerelease. +CONFIG_SATA +----------- + +Status: In progress +Deadline: 2019.07 + +The subsystem itself has been converted along with many of the host controller +and maintainers should submit patches switching over to using CONFIG_AHCI and +other base driver model options in time for inclusion in the 2019.07 rerelease. + CONFIG_BLK ----------