From patchwork Mon Mar 18 11:00:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 15400 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 DD6B023E3E for ; Mon, 18 Mar 2013 11:01:10 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by fiordland.canonical.com (Postfix) with ESMTP id B6BA8A1966A for ; Mon, 18 Mar 2013 11:01:10 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id s4so4531306lbc.35 for ; Mon, 18 Mar 2013 04:01:10 -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 :x-gm-message-state; bh=9QFNffWo+QYsqc3SErAEKT2c343mSLRk+GOyK8fkB8M=; b=RXOuWkJsYTeYmC1nAPaw8FB2vpRmOP4KZhVhus7jxmSIy2HR6W1lGj22lkIrHOAhFJ gPg71I6pqQqS3U+zqJxAa0reh5y72lIkqftrIgVQYMcZ46Rbp6+dwsLs+DsPVCEOmsYv t372/Rc8Qzna4AadpKwuOOua9jzk6LzXCV2uaItXyrRPlqxp1xU6Zxh+BWIL/VKRdG3Z 7cJH/emGNZ8cBuDP9jkiP8BHCLDzcVyN6UtbdHy+qwAZ0Qm91WjX4AeDEOliWXoVkEZB wSN9ofmt7vZSrb+Wg1mz6nMdGrxjUDmNh93mt7iU+8On692HTQ0Z3JfGHAP3AK0z6q8W INEQ== X-Received: by 10.112.79.1 with SMTP id f1mr6364796lbx.114.1363604470262; Mon, 18 Mar 2013 04:01:10 -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.112.91.146 with SMTP id ce18csp237670lbb; Mon, 18 Mar 2013 04:01:09 -0700 (PDT) X-Received: by 10.205.102.7 with SMTP id dc7mr6678035bkc.48.1363604469356; Mon, 18 Mar 2013 04:01:09 -0700 (PDT) Received: from mail-bk0-x22c.google.com (mail-bk0-x22c.google.com [2a00:1450:4008:c01::22c]) by mx.google.com with ESMTPS id ha14si4539092bkc.114.2013.03.18.04.01.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Mar 2013 04:01:09 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:4008:c01::22c is neither permitted nor denied by best guess record for domain of fabio.baltieri@linaro.org) client-ip=2a00:1450:4008:c01::22c; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:4008:c01::22c 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-bk0-f44.google.com with SMTP id j4so2418672bkw.17 for ; Mon, 18 Mar 2013 04:01:09 -0700 (PDT) X-Received: by 10.205.0.130 with SMTP id nm2mr6762084bkb.3.1363604468800; Mon, 18 Mar 2013 04:01:08 -0700 (PDT) Received: from localhost ([2a01:2003:1:1e91:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id ge12sm4910041bkc.19.2013.03.18.04.01.04 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Mar 2013 04:01:08 -0700 (PDT) From: Fabio Baltieri To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Fabio Baltieri Subject: [PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500 Date: Mon, 18 Mar 2013 12:00:57 +0100 Message-Id: <1363604457-17112-1-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.8.1.3 X-Gm-Message-State: ALoCoQmKf1w2JxrQeRycN7geTxd0MKSdU6vyKdbm61DpukEsQwc+jHqD+Qs1s09kv1/bBS6kz8lq Enable ux500 specific USB and watchdog drivers by default on u8500_defconfig. Signed-off-by: Fabio Baltieri --- Hello Linus, ux500 watchdog support was introduced during this merge window and USB was fixed too, so I'm sending a defconfig update to enable those two drivers by default, so that those get some more testing. Thanks, Fabio arch/arm/configs/u8500_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 426270f..92b1347 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,12 @@ 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_GADGET=y +CONFIG_USB_GADGET_MUSB_HDRC=y +CONFIG_USB_ETH=m CONFIG_AB8500_USB=y CONFIG_MMC=y CONFIG_MMC_CLKGATE=y