From patchwork Fri May 15 12:49:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6414061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4C75AC0432 for ; Fri, 15 May 2015 12:53:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8649A20390 for ; Fri, 15 May 2015 12:53:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BE1AC2038F for ; Fri, 15 May 2015 12:53:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YtF5e-00071L-2V; Fri, 15 May 2015 12:51:46 +0000 Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YtF4P-0006Ci-BS for linux-arm-kernel@lists.infradead.org; Fri, 15 May 2015 12:50:30 +0000 Received: by iesa3 with SMTP id a3so22044511ies.2 for ; Fri, 15 May 2015 05:50:07 -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; bh=/IrVzMqbChMNga/6KTeDATnivu8MgRoLPFzy7PLU56s=; b=IgSRCLMXsDeJLaavaBrGYE0bAk2L27K+5Emll8B17bCEzXw8mJTzdrRui1ZhKP42Qb cTTpSF62EQ8ExzpTVkx9WmeoVXVmIJ+T3LmIhBokIMNfrA9h2qZYFFY0CYSBluzqdJ2H UalTIB31c9R8pMRXXLrzaJDqUfWUMxfTz9Q2XW7ex8ho0FjXHc5NyFmeIuj+j+YTaYj2 bN64ginzuJmkv0obnNIVa4p+yzomNMl9fsiylAV0ieIULjF9YNLhYXOeq7a77epMRO0/ GjWfu2ieYjaYj/z8qehi8CcqQlKmchQL98YfBocJoN+t7GP1l2VoN0goLm4V6BeOSLZh UehA== X-Received: by 10.68.246.1 with SMTP id xs1mr17962211pbc.53.1431694207204; Fri, 15 May 2015 05:50:07 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id af1sm1851266pad.34.2015.05.15.05.50.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 May 2015 05:50:06 -0700 (PDT) From: Krzysztof Kozlowski To: Kukjin Kim , Russell King , Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 4/4] ARM: multi_v7_defconfig: Enable OHCI on Exynos Date: Fri, 15 May 2015 21:49:02 +0900 Message-Id: <1431694142-32141-5-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431694142-32141-1-git-send-email-k.kozlowski.k@gmail.com> References: <1431694142-32141-1-git-send-email-k.kozlowski.k@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150515_055029_505551_C061CDA9 X-CRM114-Status: UNSURE ( 9.00 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the USB OHCI driver for Exynos SoCs: S5PV210, Exynos4 family, Exynos5250, Exynos5440 and Exynos542x/5800 family. Signed-off-by: Krzysztof Kozlowski --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6ee2c24dfbc7..b3573c01f34c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -456,6 +456,7 @@ CONFIG_USB_ISP1760_HCD=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_STI=y CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_EXYNOS=y CONFIG_USB_R8A66597_HCD=m CONFIG_USB_RENESAS_USBHS=m CONFIG_USB_STORAGE=y