From patchwork Fri Oct 24 10:54:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 5146241 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 133E0C11AC for ; Fri, 24 Oct 2014 11:11:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4F3A220256 for ; Fri, 24 Oct 2014 11:11:21 +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 7D7EC201EC for ; Fri, 24 Oct 2014 11:11:20 +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 1XhckY-0004Pd-2o; Fri, 24 Oct 2014 11:09:42 +0000 Received: from mail-wi0-f181.google.com ([209.85.212.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XhcaT-0008W4-Bs for linux-arm-kernel@lists.infradead.org; Fri, 24 Oct 2014 10:59:18 +0000 Received: by mail-wi0-f181.google.com with SMTP id n3so890776wiv.14 for ; Fri, 24 Oct 2014 03:58:55 -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=4doqxJJ6oiDIrpe7S/ERJAeqfbG3+Y7vLyiDm8VbbMw=; b=djmCCS8eWbEIUeQiGAzoP08GijyehCHYXK+ml5T9flea7x6Vg2mgZnyAxvLeI5fwBk JoG6LMd7cRd+BNSzUyzLKoJ3gm2VaGovmE0aToUDipSWkAw4DXGpi42UmP7EmZRRpVlh FroFSb9xMSCL9MnXWuOvJ+StFgFEyG5dSMbchXpW7QZK3yyUvUWUMX1MAEwm5nlhjVwk y3MzReZA6RGUh2m5s1dIPyrW2sosCYWQgw/qIzIwSyXDmCeEAdW8YlollyVoMbyj/zy6 nTQXDQOvtMMiZK4Pwfr3CWhAeXMZu/k0mHdMqnhog+QylRR/YDJwyHyDtuTYi6HhuxRv toYQ== X-Gm-Message-State: ALoCoQk+hxsBH0PTNcjY3aDOHZXREJWvIb0yhR5Bzi7QkVX3ye4btzxA6XbMQv9bqe+h65spYTzv X-Received: by 10.181.13.20 with SMTP id eu20mr3236994wid.36.1414148334942; Fri, 24 Oct 2014 03:58:54 -0700 (PDT) Received: from sundance.lan (cpc4-aztw19-0-0-cust157.18-1.cable.virginm.net. [82.33.25.158]) by mx.google.com with ESMTPSA id f7sm1601214wiz.13.2014.10.24.03.58.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 03:58:54 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH v12 06/15] arm: mv78xx0: Enable DEBUG_LL_UART_8250 Date: Fri, 24 Oct 2014 11:54:27 +0100 Message-Id: <1414148076-12685-7-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1414148076-12685-1-git-send-email-daniel.thompson@linaro.org> References: <1414148076-12685-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141024_035917_738317_C3EB60B7 X-CRM114-Status: GOOD ( 10.26 ) X-Spam-Score: -0.7 (/) 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, Srinivas Kandagatla , 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=-3.3 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 compatibility magic we eventually need to remove it is not actually honoured). DEBUG_LL_UART_8250 is a much saner default. Signed-off-by: Daniel Thompson --- arch/arm/configs/mv78xx0_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/mv78xx0_defconfig b/arch/arm/configs/mv78xx0_defconfig index 0dae1c1..85d10d2 100644 --- a/arch/arm/configs/mv78xx0_defconfig +++ b/arch/arm/configs/mv78xx0_defconfig @@ -132,6 +132,7 @@ CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_DEBUG_USER=y CONFIG_DEBUG_ERRORS=y CONFIG_DEBUG_LL=y +CONFIG_DEBUG_LL_UART_8250=y CONFIG_CRYPTO_CBC=m CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_PCBC=m