From patchwork Mon Jun 30 11:30:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 4447501 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 22CF09F358 for ; Mon, 30 Jun 2014 11:34:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5946B2024C for ; Mon, 30 Jun 2014 11:34:02 +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 9379520225 for ; Mon, 30 Jun 2014 11:34:01 +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 1X1ZoJ-0003Pb-UZ; Mon, 30 Jun 2014 11:31:47 +0000 Received: from mail-wi0-f182.google.com ([209.85.212.182]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1ZoE-0003Iu-JJ for linux-arm-kernel@lists.infradead.org; Mon, 30 Jun 2014 11:31:43 +0000 Received: by mail-wi0-f182.google.com with SMTP id bs8so5831448wib.3 for ; Mon, 30 Jun 2014 04:31:20 -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=S3tVLMS5cd+Uy7WglxQH9GvW1cOZc2RArOS+brT11b8=; b=NgzS6n9vQSeNvyNmsl1RJJdlRMy9tC6d5hhSu0QQV0575LUr8FKvt9iaAr7dzrYQJ3 TsUBNT8uDDEKnKg4+U+FWDy2iNNxmMHJEph+a9qgZXk9Y8fy9QIWZMfl1Y0ebKsheazP +RE/dzNYTKYakYJSFicQbbCbLAzBUargE6XZ1czUqZb3JUIBieMCm3a+5cvTH0XwqYqI VY73oh+MDk2LCaN2nD+axHmMUS5KyUPZPEuHwHULKQwU4n3jOECumpZmOTPvwWA5y3/J h9rFswSU+lEDv8WPifex1EQze9k8OGU26kcfoNRuvBoKrcDQfrTbRvG+cOlf2xWueSpe Zsfw== X-Gm-Message-State: ALoCoQnzl8yh5Mr07UFhFK3wZ7+C9bORKWhx8YYvd4n5xsNHUB44FZZfRu8kNJilV93apgaY/uOK X-Received: by 10.194.76.99 with SMTP id j3mr5337551wjw.85.1404127880206; Mon, 30 Jun 2014 04:31:20 -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 i6sm30427501wiy.17.2014.06.30.04.31.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jun 2014 04:31:19 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH v7 1/4] ARM: versatile: Enable DEBUG_LL_UART_PL01X Date: Mon, 30 Jun 2014 12:30:52 +0100 Message-Id: <1404127855-30459-2-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1404127855-30459-1-git-send-email-daniel.thompson@linaro.org> References: <1401206421-29832-1-git-send-email-daniel.thompson@linaro.org> <1404127855-30459-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140630_043142_826395_04D0352B X-CRM114-Status: GOOD ( 10.62 ) 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, 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=-1.9 required=5.0 tests=BAYES_00, T_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 --- arch/arm/configs/versatile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index d52b4ff..ea49d37 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -82,5 +82,6 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_USER=y CONFIG_DEBUG_LL=y +CONFIG_DEBUG_LL_UART_PL01X=y CONFIG_FONTS=y CONFIG_FONT_ACORN_8x8=y