From patchwork Tue Apr 2 17:39:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 233107 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id D6E942C00CE for ; Wed, 3 Apr 2013 04:39:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A1F784A275; Tue, 2 Apr 2013 19:39:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 581QtYDeRnjV; Tue, 2 Apr 2013 19:39:56 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F02B14A24B; Tue, 2 Apr 2013 19:39:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7B75F4A24B for ; Tue, 2 Apr 2013 19:39:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uaadArOu-60D for ; Tue, 2 Apr 2013 19:39:52 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by theia.denx.de (Postfix) with ESMTPS id 9FA124A247 for ; Tue, 2 Apr 2013 19:39:51 +0200 (CEST) Received: by mail-gh0-f182.google.com with SMTP id z15so101018ghb.27 for ; Tue, 02 Apr 2013 10:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=jJsd8bq+RcJDEaSfZGp+lotu/XGVVUwujw1Azb2Fv3s=; b=LSATlpZxfPxXDcv0ce5VryLtWhgpfjQxrYn7hXOjRqfm0F89/MzBfSl14zdo8DYchM JGBaF4fUYvjPJDW0xFkcPJELFLF7MRTvQq9fdmzZpDRfE2FK3eLcLyGp1RbaJp2o8Fdr xVBLgsGwkjdYYhGdCKmScw9F3HMLeglyahdq1trK/JtoenLzM6fR50nks5xFhavjBD/e WmvZyQ31MvByGZGFCn3SLB53EGNqbLUgt3fc8UuSHLNkro6+BwirEFgdS4xQc8w3FYDb tgKRD93im+zKrFDatJYDI4XDislgmHYn7wvbK4F/XdUsfuu9Z9eu2vu/V8Dl9+/a62C4 lUKw== X-Received: by 10.236.77.101 with SMTP id c65mr15997704yhe.192.1364924389888; Tue, 02 Apr 2013 10:39:49 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id e23sm4473887yhl.3.2013.04.02.10.39.47 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 10:39:47 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Tue, 2 Apr 2013 13:39:43 -0400 Message-Id: <1364924383-27101-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH] doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de We shall remove these OMAP4/5-specific options in v2013.07, barring insufficient progress on the kernel side. Cc: Sricharan R Signed-off-by: Tom Rini --- doc/feature-removal-schedule.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index d9a0cc2..58db440 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -24,6 +24,22 @@ Who: Wolfgang Denk --------------------------- +What: Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL +When: Release v2013.07 + +Why: When set these options enable "all" of the pads and clocks found + on OMAP4/5 platforms, so that the Linux Kernel does not have to. + It has been agreed that this goes against the U-Boot design + philosophy and since f3f98bb0 we have not enabled more than is + used in U-Boot. The kernel has been updating drivers to enable + rather than assume pads/clocks have been enabled already. Our + expectation is that by v2013.07 a suitable kernel shall exist that + does not need these options set for a reasonable I/O set to function. + +Who: Tom Rini and Sricharan R + +--------------------------- + What: Users of the legacy miiphy_* code When: undetermined