From patchwork Thu Mar 21 12:31:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 15468 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D694F23E00 for ; Thu, 21 Mar 2013 12:32:37 +0000 (UTC) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by fiordland.canonical.com (Postfix) with ESMTP id 52099A18166 for ; Thu, 21 Mar 2013 12:32:35 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id m17so2197259vca.39 for ; Thu, 21 Mar 2013 05:32:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=3/8fFQxEjaCJYHFVfi8AedR5a6OnlArAlZVL2nh+e2E=; b=gsNFKkc5S/JGYs5aO6yGOmnmh0BGsE52E2kEeYCFVv/292KPnzTxibbY2d2wXBkovP 8D1tFYT4u05sux+5sm3K64vpj3wEAwph6YllpqdlOGtyKEQ9hzIxqWWwpV973OHMqPy+ 7S/JU7/1+t+A8vWlNWoxsOxgQV51RgySdcAYnbBBuPUM3Y/0QCkxrn1h3Gd2/CMuKFUP 8IDzzsWLNtuSeezdZS7Ng2vndAbqXj7ziG4Ho428oHnpQQCTazdaTIInmXtfGW2zEHXM ZnzsgiCd93WcpWwy8YPE5FC89hLqLmREDHv15HP960v/MzfrpygM3nmWDCRD2Vw1kA/v 1iTQ== X-Received: by 10.52.20.239 with SMTP id q15mr11183085vde.73.1363869148455; Thu, 21 Mar 2013 05:32:28 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.233.198 with SMTP id ty6csp58168vec; Thu, 21 Mar 2013 05:32:27 -0700 (PDT) X-Received: by 10.180.75.110 with SMTP id b14mr4619043wiw.21.1363869141866; Thu, 21 Mar 2013 05:32:21 -0700 (PDT) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx.google.com with ESMTPS id dc5si1141383wib.106.2013.03.21.05.32.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 05:32:21 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.51 is neither permitted nor denied by best guess record for domain of fabio.baltieri@linaro.org) client-ip=74.125.82.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.51 is neither permitted nor denied by best guess record for domain of fabio.baltieri@linaro.org) smtp.mail=fabio.baltieri@linaro.org Received: by mail-wg0-f51.google.com with SMTP id 8so2235949wgl.30 for ; Thu, 21 Mar 2013 05:32:15 -0700 (PDT) X-Received: by 10.180.11.194 with SMTP id s2mr4455799wib.5.1363869135542; Thu, 21 Mar 2013 05:32:15 -0700 (PDT) Received: from localhost ([2a01:2003:1:1e91:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id ej8sm4361829wib.9.2013.03.21.05.32.01 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Mar 2013 05:32:12 -0700 (PDT) From: Fabio Baltieri To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Fabio Baltieri Subject: [PATCH v3] ARM: ux500: select WATCHDOG and MUSB for ux500 Date: Thu, 21 Mar 2013 13:31:53 +0100 Message-Id: <1363869113-19610-1-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.8.1.3 In-Reply-To: <1363864186-11514-1-git-send-email-fabio.baltieri@linaro.org> References: <1363864186-11514-1-git-send-email-fabio.baltieri@linaro.org> X-Gm-Message-State: ALoCoQls6aoWrlE4Vq7hayYSLk7TJIAvpvY2BDF4X7rX4ebBwncCxmNIs7IoD3QJJrloUe8HJQ8F Enable ux500 specific USB and watchdog drivers by default on u8500_defconfig. Signed-off-by: Fabio Baltieri --- Hi again Linus, seems like this is being harder than I thought... In v2 I had a duplicated CONFIG_AB8500_USB symbol that was giving a warning in make u8500_defconfig, this version fixes it. Sorry about that, I'm trying to keep this patch minimal, but maybe it's time for a real update to the savedefconfig output. Thanks, Fabio arch/arm/configs/u8500_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 426270f..ecde6868 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y +CONFIG_WATCHDOG=y CONFIG_MFD_STMPE=y CONFIG_MFD_TC3589X=y CONFIG_AB5500_CORE=y @@ -80,7 +81,13 @@ CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y # CONFIG_HID_SUPPORT is not set +CONFIG_USB=y +CONFIG_USB_MUSB_HDRC=y +CONFIG_USB_MUSB_UX500=y +CONFIG_USB_PHY=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MUSB_HDRC=y +CONFIG_USB_ETH=m CONFIG_AB8500_USB=y CONFIG_MMC=y CONFIG_MMC_CLKGATE=y