From patchwork Sun Dec 2 14:36:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 203239 X-Patchwork-Delegate: prafulla@marvell.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 64AFB2C007D for ; Mon, 3 Dec 2012 04:25:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 19DF54A047; Sun, 2 Dec 2012 18:25:45 +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 9-md4L2xNyeo; Sun, 2 Dec 2012 18:25:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 97A124A088; Sun, 2 Dec 2012 18:24:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A65F94A026 for ; Sun, 2 Dec 2012 15:37:01 +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 eWb5VbSU9H7A for ; Sun, 2 Dec 2012 15:37:01 +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-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id D64C94A033 for ; Sun, 2 Dec 2012 15:36:51 +0100 (CET) Received: by mail-bk0-f44.google.com with SMTP id w11so739270bku.3 for ; Sun, 02 Dec 2012 06:36:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=wwL1Zwak+QMXW64UxFtCpLmYCkOpi9x4vvlFMo2i4f4=; b=TtpQiQeUVd7+7j60MDMsq4kJe8LPuIwznus+E3X4FE4PMpDLl3l+g8UNOkmTtc3FSC bLSfD/BNqaGj3NVAr28HQWFjtA8oZc8s7jttZ+D2gtmLz1do1L4Hyn9eSaOViI+DD2bu oHiP71Z0fhkyKSIgpd8hR7/JlFT6TqC+rO9x1ETpC150nWeN0xxqituRH7FsdTixy2cY oeCXYvAaMuES1NTLZxunQGLljIG53CAPw/udUxoCwC3Fs0y3mnaWnNNKE207YELOj1BG +1FK39bDPnqhwEMVjxAIeYzi/51xS3mtp+7ynBXGFGbQANu+kqM6hdUrTuinfEist7Qh Udvg== Received: by 10.204.5.135 with SMTP id 7mr1998588bkv.48.1354459011695; Sun, 02 Dec 2012 06:36:51 -0800 (PST) Received: from nijin.lan (dslc-082-083-245-055.pools.arcor-ip.net. [82.83.245.55]) by mx.google.com with ESMTPS id u3sm5605994bkw.9.2012.12.02.06.36.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 06:36:50 -0800 (PST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Date: Sun, 2 Dec 2012 15:36:17 +0100 Message-Id: <1354458982-14403-6-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1354458982-14403-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1354458982-14403-1-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailman-Approved-At: Sun, 02 Dec 2012 18:24:40 +0100 Cc: Dieter Kiermaier , Rabeeh Khoury , u-boot@lists.denx.de, Daniel Stodden , Andy Fleming Subject: [U-Boot] [PATCH 05/10] block: mvsata: add dove include 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 Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sebastian Hesselbarth --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth Cc: Rabeeh Khoury Cc: Albert Aribaud Cc: Prafulla Wadaskar Cc: Andy Fleming Cc: Joe Hershberger Cc: Daniel Stodden Cc: Dieter Kiermaier --- drivers/block/mvsata_ide.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c index a88d0f7..9918f80 100644 --- a/drivers/block/mvsata_ide.c +++ b/drivers/block/mvsata_ide.c @@ -29,6 +29,8 @@ #include #elif defined(CONFIG_KIRKWOOD) #include +#elif defined(CONFIG_DOVE) +#include #endif /* SATA port registers */