From patchwork Wed Dec 10 05:26:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 419417 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 5C2BF1400D5 for ; Wed, 10 Dec 2014 16:28:36 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 807CD4B6B1; Wed, 10 Dec 2014 06:28:06 +0100 (CET) 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 4s7JVumoxreu; Wed, 10 Dec 2014 06:28:05 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09A7B4B71C; Wed, 10 Dec 2014 06:27:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 60ABA4B73E for ; Wed, 10 Dec 2014 06:27:26 +0100 (CET) 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 7WhFsJuLYMFs for ; Wed, 10 Dec 2014 06:27:26 +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-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by theia.denx.de (Postfix) with ESMTPS id 6F3C24B69A for ; Wed, 10 Dec 2014 06:26:24 +0100 (CET) Received: by mail-pa0-f47.google.com with SMTP id kq14so2079245pab.20 for ; Tue, 09 Dec 2014 21:26:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=kXz9Xdd9BhWOk3r/iz80bRRZPECxLsuTFURkgqYEPWY=; b=TSkf6PLQdh4OM0X32XDtTKDGEKqgX42qStnrOiKIUlPJwA8geP9Jvsg58gOkq9+rL9 gVb3cx0BFwchVDQd4ML9EV/Z9ngYEu6+NpOCcMWQwm18co9kOU3H1t+9so2pNXyvfq6y iAF69FWO9d5w2FiVylp8aEpoF0BIXuBObXA1m1In3SfBdupegeuB8xa4VEDfOlhjDj8E 0gSo0/8zBF+OcZ0r5WDwGo++c/AmTWqPtKyRsHPiVzoWnnwLu/H2kcuhAD+KnckNjBAj zNK3owkOXTX8rcX9FZyXFed3hzvJ2+PE0HUneH9bE8xLiS3qtcsIginfEF5O3DC5oYam il4w== X-Gm-Message-State: ALoCoQmTt3JTn1NMrwfCnadIbcVDBf19qjKDDReg5/DzjdEQOVNo/8iZE1l+tmfUpx271PjApabO X-Received: by 10.66.66.7 with SMTP id b7mr3962358pat.34.1418189183260; Tue, 09 Dec 2014 21:26:23 -0800 (PST) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id m5sm3004709pdi.24.2014.12.09.21.26.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 21:26:21 -0800 (PST) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de, Nobuhiro Iwamatsu Date: Wed, 10 Dec 2014 14:26:07 +0900 Message-Id: <1418189170-16331-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 2.1.3 Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 1/4] arm: rmobile: Add mmc.h for sh_mmcif of rmobile X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 R-Mobile and R-Car ARM SoCs use sh_mmcif as MMC host driver. This adds arch-rmobile/mmc.h that defines mmcif_mmc_init(). Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/mmc.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 arch/arm/include/asm/arch-rmobile/mmc.h diff --git a/arch/arm/include/asm/arch-rmobile/mmc.h b/arch/arm/include/asm/arch-rmobile/mmc.h new file mode 100644 index 0000000..4e0fef1 --- /dev/null +++ b/arch/arm/include/asm/arch-rmobile/mmc.h @@ -0,0 +1,14 @@ +/* + * Renesas SuperH MMCIF driver. + * + * Copyright (C) 2014 Nobuhiro Iwamatsu + * Copyright (C) 2014 Renesas Electronics Corporation + * + * SPDX-License-Identifier: GPL-2.0 + */ +#ifndef _RMOBILE_MMC_H_ +#define _RMOBILE_MMC_H_ + +int mmcif_mmc_init(void); + +#endif /* _RMOBILE_MMC_H_ */