From patchwork Tue Sep 16 23:57:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 4921821 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 8B679BEEA6 for ; Wed, 17 Sep 2014 00:01:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C62C120179 for ; Wed, 17 Sep 2014 00:01:51 +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 D7E7220158 for ; Wed, 17 Sep 2014 00:01:50 +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 1XU2du-0002IR-A3; Tue, 16 Sep 2014 23:58:42 +0000 Received: from mail-pd0-f179.google.com ([209.85.192.179]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XU2di-00027m-6W for linux-arm-kernel@lists.infradead.org; Tue, 16 Sep 2014 23:58:30 +0000 Received: by mail-pd0-f179.google.com with SMTP id g10so831154pdj.24 for ; Tue, 16 Sep 2014 16:58:09 -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=m3k2Gsm0ovcFTkCFCU01Ka5Bvn3iSm/hlIYnaGE2P4Y=; b=bGCjqoBEjvmPVUgRcXichTKQvLYHeU30tiUA/b1BEPqogUti8vWs0kwUijN8wuLQ9D Yb7Bu22OHkjxia82EIXJRpcYpCG8bflX2nhJzRg+tFA7T/VMSdhAzhbOWmldvN4KxX5t Obt17HK9JlRYJPi3pfefZF0i1ckm0S46vcYoNW3dJqSzvAsW2NdjaWSFWexnfmLjwqxw zyPG81qtZ45h6gRpMvRnY1azWc/bEiQduV+92XNCyD6YDDh1zOLc8csG7JDmqbHKfwrH IaNQtcWJhywRTFbI7TPHLkdDznHY425c93ZHfdkpF8togoMob6Pf7H2x5OjQ8nZhh/uJ tr/Q== X-Gm-Message-State: ALoCoQntuX7V92zsIJuDDcebVrxNBN/WpUYrf4AE4wMV1vJ5MZ4OQuIhI1tu3U8acUk+4syW2ikM X-Received: by 10.70.130.138 with SMTP id oe10mr67989733pdb.115.1410911889154; Tue, 16 Sep 2014 16:58:09 -0700 (PDT) Received: from harvey.bri.st.com.com (70-35-38-154.static.wiline.com. [70.35.38.154]) by mx.google.com with ESMTPSA id st7sm15682757pab.7.2014.09.16.16.58.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Sep 2014 16:58:08 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH v11 2/9] arm: ep93xx: Enable DEBUG_LL_UART_PL01X Date: Tue, 16 Sep 2014 16:57:50 -0700 Message-Id: <1410911877-24903-3-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1410911877-24903-1-git-send-email-daniel.thompson@linaro.org> References: <1410911877-24903-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140916_165830_290808_22878106 X-CRM114-Status: GOOD ( 10.00 ) X-Spam-Score: -1.1 (-) Cc: Paul Bolle , linaro-kernel@lists.linaro.org, Arnd Bergmann , patches@linaro.org, spear-devel@list.st.com, Daniel Thompson , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.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=-2.6 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 defconfig already enables DEBUG_LL and by default DEBUG_LL_UART_NONE will be selected (but due to some back compability magic I'd like to remove is not actually honoured). DEBUG_LL_UART_PL01X is a much saner default. Signed-off-by: Daniel Thompson Acked-by: Arnd Bergmann --- arch/arm/configs/ep93xx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index 1b650c8..72233b9 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig @@ -107,5 +107,6 @@ CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_USER=y CONFIG_DEBUG_LL=y +CONFIG_DEBUG_LL_UART_PL01X=y # CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_LIBCRC32C=y