From patchwork Mon Sep 8 09:30:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 4860841 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0B747C0338 for ; Mon, 8 Sep 2014 09:33:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E490D200F0 for ; Mon, 8 Sep 2014 09:33:38 +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 C24732011B for ; Mon, 8 Sep 2014 09:33:37 +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 1XQvIo-0001q9-Ms; Mon, 08 Sep 2014 09:32:02 +0000 Received: from mail-wi0-f169.google.com ([209.85.212.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XQvIL-0001MQ-2X for linux-arm-kernel@lists.infradead.org; Mon, 08 Sep 2014 09:31:33 +0000 Received: by mail-wi0-f169.google.com with SMTP id n3so2301911wiv.0 for ; Mon, 08 Sep 2014 02:31:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=TUJgMksCaYG9RzCJwhF6+n0/pE6EXvkqcU0w9abvS2k=; b=KaOFDKhO0zffVRzomB2JwUQK8tYngJYKLjMSMVsOKVTgvOHhzmw4kn2rGDyZ7TtGD7 WHpiNpb0YiidI4asyUcsx6i65DE51wEjl+O2XU6V18JY4APikUE2b+ltdor5CiLSt+Tq +reCAajWyc852fstBqLZihfL5MkH/nJTv906R107jliq/jDipQth9obK4n7BrN90DKIH BaEwSs744ryrHAju9EZbI4NcjS6xEOhTsLVP5+dRq2GlKvrIh01aIWj61VAVcIX1MFBp hiZsb1wYDdW1UVk16PN6/wKf1Yid2u7U9BUxLKPK49ygm5w3pEWzh+gAwnOul9KP8hYl OImw== X-Gm-Message-State: ALoCoQk4oM0EprBtLjiwGwzOk/3Bn6aHwRSXi9XNhG/w3TOS39LBEAq9nuKACgT9SZHt833KYQGe X-Received: by 10.180.188.70 with SMTP id fy6mr21743375wic.25.1410168671031; Mon, 08 Sep 2014 02:31:11 -0700 (PDT) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by mx.google.com with ESMTPSA id v4sm10462830wjv.6.2014.09.08.02.31.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Sep 2014 02:31:10 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kishon@ti.com, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com Subject: [PATCH v3 4/4] ARM: multi_v7_defconfig: Enable stih41x usb phy driver. Date: Mon, 8 Sep 2014 10:30:38 +0100 Message-Id: <1410168638-11072-5-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410168638-11072-1-git-send-email-peter.griffin@linaro.org> References: <1410168638-11072-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140908_023133_298074_C83DC2FF X-CRM114-Status: GOOD ( 10.34 ) X-Spam-Score: -0.7 (/) Cc: peter.griffin@linaro.org, devicetree@vger.kernel.org, lee.jones@linaro.org 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.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 This driver is used by the ehci / ohci usb controllers on stih41x SoCs. Signed-off-by: Peter Griffin Acked-by: Kishon Vijay Abraham I --- 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 5fb95fb..74fd4a1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -387,6 +387,7 @@ CONFIG_PWM_VT8500=y CONFIG_OMAP_USB2=y CONFIG_TI_PIPE3=y CONFIG_PHY_MIPHY365X=y +CONFIG_PHY_STIH41X_USB=y CONFIG_PHY_SUN4I_USB=y CONFIG_EXT4_FS=y CONFIG_VFAT_FS=y