From patchwork Tue Sep 24 01:32:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 277334 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 92CB12C00AA for ; Tue, 24 Sep 2013 11:32:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 919014A08A; Tue, 24 Sep 2013 03:32:37 +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 accw9ngkYdmd; Tue, 24 Sep 2013 03:32:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DDE9C4A062; Tue, 24 Sep 2013 03:32:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 716974A06E for ; Tue, 24 Sep 2013 03:32:27 +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 3sXWicNnJOWc for ; Tue, 24 Sep 2013 03:32:21 +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 smtp.mei.co.jp (smtp.mei.co.jp [133.183.100.20]) by theia.denx.de (Postfix) with ESMTP id 425634A065 for ; Tue, 24 Sep 2013 03:32:16 +0200 (CEST) Received: from mail-gw.jp.panasonic.com ([157.8.1.157]) by smtp.mei.co.jp (8.12.11.20060614/3.7W/kc-maile13) with ESMTP id r8O1WEn8014511 for ; Tue, 24 Sep 2013 10:32:14 +0900 (JST) Received: from epochmail.jp.panasonic.com ([157.8.1.130]) by mail.jp.panasonic.com (8.11.6p2/3.7W/kc-maili13) with ESMTP id r8O1WEJ10567 for ; Tue, 24 Sep 2013 10:32:14 +0900 Received: by epochmail.jp.panasonic.com (8.12.11.20060308/3.7W/lomi13) id r8O1WEaI013321; Tue, 24 Sep 2013 10:32:14 +0900 Received: from poodle by lomi13.jp.panasonic.com (8.12.11.20060308/3.7W) with ESMTP id r8O1WDDM013303; Tue, 24 Sep 2013 10:32:13 +0900 Received: from beagle.diag.org (beagle.diag.org [10.184.179.16]) by poodle (Postfix) with ESMTP id B80282743A5C; Tue, 24 Sep 2013 10:32:13 +0900 (JST) From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 24 Sep 2013 10:32:05 +0900 Message-Id: <1379986328-32125-3-git-send-email-yamada.m@jp.panasonic.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1379986328-32125-1-git-send-email-yamada.m@jp.panasonic.com> References: <1379986328-32125-1-git-send-email-yamada.m@jp.panasonic.com> Subject: [U-Boot] [PATCH 2/5] cosmetic: UDM-serial: clean up the remainders of dead driver 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 The following serial drivers do not exist any more. - ns9750_serial.c: deleted by commit 4cfc611b4 - s3c4510b_uart.c: deleted by commit afad40299 - serial_clps7111.c: deleted by commit f2e080156 - serial_netarm.c: deleted by commit b411eb30f This commit cleans up UDM-serial.txt. Signed-off-by: Masahiro Yamada --- doc/driver-model/UDM-serial.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/driver-model/UDM-serial.txt b/doc/driver-model/UDM-serial.txt index da6d429..279e941 100644 --- a/doc/driver-model/UDM-serial.txt +++ b/doc/driver-model/UDM-serial.txt @@ -84,18 +84,10 @@ III) Analysis of in-tree drivers during conversion. This driver is implemented in very universal manner, therefore it'll be necessary to properly design it's platform_data. - ns9750_serial.c - --------------- - Unmaintained port. Code got removed. - opencores_yanu.c ---------------- No support for CONFIG_SERIAL_MULTI. Simple conversion possible. - s3c4510b_uart.c - --------------- - No support for CONFIG_SERIAL_MULTI. Simple conversion possible. - sandbox.c --------- No support for CONFIG_SERIAL_MULTI. Simple conversion possible. @@ -104,10 +96,6 @@ III) Analysis of in-tree drivers -------- This is a complementary part of NS16550 UART driver, see above. - serial_clps7111.c - ----------------- - No support for CONFIG_SERIAL_MULTI. Simple conversion possible. - serial_imx.c ------------ No support for CONFIG_SERIAL_MULTI. Simple conversion possible. This driver @@ -129,10 +117,6 @@ III) Analysis of in-tree drivers ------------ No support for CONFIG_SERIAL_MULTI. Simple conversion possible. - serial_netarm.c - --------------- - No support for CONFIG_SERIAL_MULTI. Simple conversion possible. - serial_pl01x.c -------------- No support for CONFIG_SERIAL_MULTI. Simple conversion possible, though this