From patchwork Wed Mar 26 06:03:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuo-Jung Su X-Patchwork-Id: 333786 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 0F32714009E for ; Wed, 26 Mar 2014 17:13:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8F3CD4B624; Wed, 26 Mar 2014 07:13:25 +0100 (CET) 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 2rPlmvjPQmnt; Wed, 26 Mar 2014 07:13:25 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C831A4B5F1; Wed, 26 Mar 2014 07:13:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 945D54B608 for ; Wed, 26 Mar 2014 07:13:16 +0100 (CET) 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 CxK1wxVxh-iw for ; Wed, 26 Mar 2014 07:13:13 +0100 (CET) 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-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by theia.denx.de (Postfix) with ESMTPS id 54AD24B5D6 for ; Wed, 26 Mar 2014 07:13:09 +0100 (CET) Received: by mail-pa0-f45.google.com with SMTP id kl14so1479683pab.18 for ; Tue, 25 Mar 2014 23:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=k9aIkL6dF0qBWujRYXF7mAwTxiFeRA8I4uDmwyjUvHs=; b=iEv1Z5f+wn27TMSsQqh0PnoEvhUWAF2bM5tko0Y9rkqqt/mdwiYQMx76OUJGFyPeyk JWcpMDylRbEBW7WUXvr1S4EBg3yE3r5MVMxzDBzg+Ik/1ltHb01GEtJzN8AgxbslSgih 4Vdkj84wCmbjtIaNP+JlmpmDC+3xdtj4ViBsGOX8Q+ueqJ+Xayk2ZQyHgpxfETb8Yqp2 /FQYHEfLonlwkdxsC2qDe+Lgy/rBZi6+Q0I5gJ8PMaEOhXupSM7/TUuNryFBK4hwetpE 4X49KGNu0KShSV5WUmsJ6N7d4Qk3ECtdXNTCO4bVMErrfV+RR8uBWsnCQbLCwEbAPBX2 D2tw== X-Received: by 10.68.163.3 with SMTP id ye3mr84046524pbb.78.1395813944852; Tue, 25 Mar 2014 23:05:44 -0700 (PDT) Received: from localhost (42-75-52-36.dynamic-ip.hinet.net. [42.75.52.36]) by mx.google.com with ESMTPSA id tk5sm53279110pbc.63.2014.03.25.23.05.40 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 25 Mar 2014 23:05:44 -0700 (PDT) From: Kuo-Jung Su To: u-boot@lists.denx.de Date: Wed, 26 Mar 2014 14:03:18 +0800 Message-Id: <1395813799-3672-6-git-send-email-dantesu@gmail.com> X-Mailer: git-send-email 1.8.4.msysgit.0 In-Reply-To: <1395813799-3672-1-git-send-email-dantesu@gmail.com> References: <1395813799-3672-1-git-send-email-dantesu@gmail.com> In-Reply-To: <1364540788-13943-1-git-send-email-dantesu@gmail.com> References: <1364540788-13943-1-git-send-email-dantesu@gmail.com> Cc: Kuo-Jung Su Subject: [U-Boot] [PATCH v11 5/6] arm: faraday: add missing header file for FTSDC021 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 From: Kuo-Jung Su For the Faraday FTSDC021 (SDHCI) controller driver source is sent out before the patches for Faraday Virtual Machine (FVM) which actually uses this chip. The header file (ftsdc021.h) has been accidentally removed by commit: 3b98b57fa - include: delete unused header files This patch simply rollback this removal. Signed-off-by: Kuo-Jung Su CC: Albert Aribaud --- Changes for v11: - Nothing updates Changes for v10: - Initial commit include/faraday/ftsdc021.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/faraday/ftsdc021.h -- 1.7.9.5 diff --git a/include/faraday/ftsdc021.h b/include/faraday/ftsdc021.h new file mode 100644 index 0000000..de8e250 --- /dev/null +++ b/include/faraday/ftsdc021.h @@ -0,0 +1,13 @@ +/* + * (C) Copyright 2013 Faraday Technology + * Dante Su + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __FTSDC021_H +#define __FTSDC021_H + +int ftsdc021_sdhci_init(u32 regbase); + +#endif /* __FTSDC021_H */