From patchwork Fri Jan 25 22:03:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782063 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B498C746 for ; Fri, 25 Jan 2019 22:04:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 954E829E78 for ; Fri, 25 Jan 2019 22:04:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 830D32C3D2; Fri, 25 Jan 2019 22:04:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1F8FE29E78 for ; Fri, 25 Jan 2019 22:04:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oZcu6PIDy3RzVK2HN7HeeWVL06dgDEyaGS186vr5Mss=; b=nO3QCjDoEkD/Fc dWghHKxEVaZOU/21pd97H28KIyWKfzeySyXIhf64eDPtlfqwMyWYObNtAVtxMeGMWWfmNuHsv6eKs c3jrSs3FYkWgXnWEIrnIwWxTsVMFlDAIOVdq+kb9G5cNsPlvGG6A/2ax62mzP6f7GPQyZmCkT1oOS PO7e/6Iem+AJ5txIWukBPLrkpGaNilJsbFX2wuy2cknii3m3yIW9wim9iJdjAvy/PShxOw3Oaax9j dLphBfjaRHfBG9xoUDRoMyrQ5ruJEy62VgTZF+J9QdqwbhYJfy1H48eya7pD5NpnpUTCKqajMMcib WV9GK5BnoW67qAk2Qj9w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zv-0008Iz-Hy; Fri, 25 Jan 2019 22:03:59 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zr-0008Hx-Rf for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:03:57 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 225D1389B29; Fri, 25 Jan 2019 22:03:52 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/6] ARM: defconfig: lpc32xx: enable NFSv4 support Date: Sat, 26 Jan 2019 00:03:43 +0200 Message-Id: <20190125220348.5357-2-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220352_160422_9E107CA8 X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220352_160422_9E107CA8 X-CRM114-Status: UNSURE ( 7.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The change allows to mount rootfs shared on an NFSv4 server. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 6cf9ebb17274..2e1611578c61 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -177,6 +177,9 @@ CONFIG_JFFS2_FS_WBUF_VERIFY=y CONFIG_UBIFS_FS=y CONFIG_CRAMFS=y CONFIG_NFS_FS=y +CONFIG_NFS_V4=y +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ASCII=y From patchwork Fri Jan 25 22:03:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782069 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3E400746 for ; Fri, 25 Jan 2019 22:05:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 21F0130814 for ; Fri, 25 Jan 2019 22:04:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 163BF30816; Fri, 25 Jan 2019 22:04:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B5D1930814 for ; Fri, 25 Jan 2019 22:04:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NjXlSUzfChs7sQrFyD3Ty4qM43XxyJ6H0HJYeWVNMKY=; b=aabiboBnkmz9KU IkbZ3OSwkFKnuMK+M1srGq5TcqWqWaoMSWWtXQMIjWvBZOzZQtPz+InydKmxgs5/skvsovea/Qhwu eT1bbBJwDuBnqmeZfMbMkXu8H9aanTsJoic640sWJ/LeJAnX8Q5WNYx3nOcXZjsjK1hVZiZhYzPK+ Nl0MmxwwkyVvJ26OwdaOJRGlVqaK5UEZctEEQgwFOvOxsek6dP0yqzQSQEugWp/XNFT3QlJZ1sj4b M0lYB5y7O3IuTVa0mcnxecSP9s1+5ArEJL6+kE1hgDR+u5Mfeg9meutJ/GTEOlTiNnmLT+0Dt5JCq nIC2ib8NHOpiaWEgli9A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9af-0000c3-9i; Fri, 25 Jan 2019 22:04:45 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zr-0008Hy-Tc for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:03:59 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 78A6743DC26; Fri, 25 Jan 2019 22:03:52 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/6] ARM: defconfig: lpc32xx: enable build options for basic debugging Date: Sat, 26 Jan 2019 00:03:44 +0200 Message-Id: <20190125220348.5357-3-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220352_518118_56B7E415 X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220352_518118_56B7E415 X-CRM114-Status: UNSURE ( 8.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP To make a default built kernel image more advanced include support of sysrq, dynamic debug, GDB scripts and printed timestamps in kernel log buffer by default. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 2e1611578c61..4649cb04dec7 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -188,8 +188,12 @@ CONFIG_NLS_UTF8=y CONFIG_CRYPTO_ANSI_CPRNG=y # CONFIG_CRYPTO_HW is not set CONFIG_CRC_CCITT=y +CONFIG_PRINTK_TIME=y +CONFIG_DYNAMIC_DEBUG=y CONFIG_DEBUG_INFO=y +CONFIG_GDB_SCRIPTS=y CONFIG_DEBUG_FS=y +CONFIG_MAGIC_SYSRQ=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set From patchwork Fri Jan 25 22:03:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782071 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4B7FA746 for ; Fri, 25 Jan 2019 22:05:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C455E30814 for ; Fri, 25 Jan 2019 22:05:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B7C6B3081A; Fri, 25 Jan 2019 22:05:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6D44430814 for ; Fri, 25 Jan 2019 22:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tq0gzdaCvAWwCY7AL8LMxd3wfDDlunFDmN5tZwtubQ4=; b=uD6z8lPu7c6rf1 uz8auMvlmZzfKeXKUFRW97bGHEF1tBs5IbmzU6Kg8gAV73vE/kX9fud3a61A5s9vpI7Q2vHVD1OUP njsMMs83a97WF0WIR4bVZfOS1r27ijb4uUOF7ZxU0NWupVNn9pnyS1OhfZu0tFuIzDy2gGgHeCEXD Dib5z+/ZjqXcHyi5aUQcp0UkgkDAXnrvfdAa5Zvm6jP9bnRz9zsPbeaqbeQCzzlHUAOUCzD8qqCo+ La1p+sy8q3yLzaIEmH7v7nootJ/ubDgZzkdyXlYK3tsw1UnQjj8OZVIqSp7Fdmcj1rgDp49S4VnGf soVxs6eAbezvomWaoepQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9av-0000sr-AI; Fri, 25 Jan 2019 22:05:01 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zr-0008Hz-SX for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:03:59 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id DC09743DC2A; Fri, 25 Jan 2019 22:03:52 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/6] ARM: defconfig: lpc32xx: enable panic on oops option Date: Sat, 26 Jan 2019 00:03:45 +0200 Message-Id: <20190125220348.5357-4-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220352_930228_9563D399 X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220352_930228_9563D399 X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Panic on oops option enabled by by default makes great sense both for debugging and production. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 4649cb04dec7..0504eee8632c 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -194,6 +194,8 @@ CONFIG_DEBUG_INFO=y CONFIG_GDB_SCRIPTS=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y +CONFIG_PANIC_ON_OOPS=y +CONFIG_PANIC_TIMEOUT=5 # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set From patchwork Fri Jan 25 22:03:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782067 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 340311399 for ; Fri, 25 Jan 2019 22:04:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0F1B03080F for ; Fri, 25 Jan 2019 22:04:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 036D530815; Fri, 25 Jan 2019 22:04:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B3C0B30812 for ; Fri, 25 Jan 2019 22:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=N+SGMx6P9t1Id9s8V0wMNXdAmOJmjqp5RuqFImm9j7I=; b=lpu6r8nhhSjZRY 7/OwNQ4VB4S1J+A8L8m/5OPJmfQeGdhrkCxE/+ZYUpUAxKm9QSNklF/vjYIJn07dTFZqdZAx27n0+ vIsesLrqkkPFS9Yo8gBIhh/r1fHDn81nwU2Q+DW7guIt/nIPxWWWd8aJIQ4CxMP5UKeVhyT1vZu2t jniawb/31nT8JHkgTBwSwoRfVOiFF1kWEcYP7AqFE5GwUyH6jz8ERZEdcGx+pAtdzj+va/Mvtd7mF NhYxM0zAFw+2fR2G2XXhGR7K0rJCKznn5yAPDLW3/u5TgOomL4UgtlLdLJojQu66i9Yuoqw+N5DTm eyd8KQhRucLGdVQUZXdA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9aT-0000Rg-Ea; Fri, 25 Jan 2019 22:04:33 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zr-0008I1-U2 for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:03:59 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 4B04C43DC29; Fri, 25 Jan 2019 22:03:53 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/6] ARM: defconfig: lpc32xx: enable serial console on HS UART Date: Sat, 26 Jan 2019 00:03:46 +0200 Message-Id: <20190125220348.5357-5-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220353_337192_66EDBAC6 X-CRM114-Status: UNSURE ( 8.16 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220353_337192_66EDBAC6 X-CRM114-Status: UNSURE ( 9.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP It is possible to configure NXP LPC32xx powered boards to have serial consoles on HS UARTs, enable this option by default. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 0504eee8632c..b7aeef246134 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -89,6 +89,7 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_HS_LPC32XX=y +CONFIG_SERIAL_HS_LPC32XX_CONSOLE=y # CONFIG_HW_RANDOM is not set CONFIG_I2C_CHARDEV=y CONFIG_I2C_PNX=y From patchwork Fri Jan 25 22:03:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782077 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8D5A317F0 for ; Fri, 25 Jan 2019 22:05:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7B8883083D for ; Fri, 25 Jan 2019 22:05:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 70348308E8; Fri, 25 Jan 2019 22:05:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 316B430900 for ; Fri, 25 Jan 2019 22:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YM0Xg3g0Zdq1ZMjYJd4wzceCyQpwzctcG7TrseRh/4g=; b=TVaOgaHCcv5dXe 3MV51zS4BgALoCYOR4gOaDa0pwlonu8EtKyVagAwjmLmJSwaD9cLTRDbV670NIm2UKpZlN4oGRVDn gxmpEQ4hGikCeAd/bRamPOJ7RfTt1Sh9ddr0qnQPHiXPD1TrraxpCj81zsNzEgIT6ZSOo+42S/B7T D6Psw4CbsgIt31cTODgNk/1Af0yx9zH06QXhcSv+3SKN5BuyK4WEo0DGyrNcacTA6ennqEKkZ4tAI oeXcbSsh8jgUvDNerFld6gwdNKn6VRp6JcPQY6/y9vELsOzX6CH+IBNTK23OOAeMe0cIrHLWTWWQr oxU4np/IH3jWyMso5XnA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9bU-0002cf-3l; Fri, 25 Jan 2019 22:05:36 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zu-0008Ih-UZ for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:04:00 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id AB10943DC2C; Fri, 25 Jan 2019 22:03:53 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/6] ARM: defconfig: lpc32xx: enable generic SRAM driver Date: Sat, 26 Jan 2019 00:03:47 +0200 Message-Id: <20190125220348.5357-6-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220353_721081_A74E4F51 X-CRM114-Status: UNSURE ( 7.49 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220353_721081_A74E4F51 X-CRM114-Status: UNSURE ( 7.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP NXP LPC32xx SoCs contain an IRAM area, which is supported by the generic MMIO SRAM driver, enable the driver to be built by default. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index b7aeef246134..154bdeefa1a9 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -56,6 +56,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 CONFIG_BLK_DEV_RAM_SIZE=16384 +CONFIG_SRAM=y CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=y CONFIG_SCSI=y From patchwork Fri Jan 25 22:03:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 10782073 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6F7721399 for ; Fri, 25 Jan 2019 22:05:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5C9013083D for ; Fri, 25 Jan 2019 22:05:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4E8B1308EA; Fri, 25 Jan 2019 22:05:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E55F13083D for ; Fri, 25 Jan 2019 22:05:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UOyCE5oTwHqL/RkOc4hvNm7wYzKB3iLgkx1elZSF4l8=; b=CWl3I4xY5s2IIX NENjS2VF+pIGHpa1BdeWnhjLm5tQ9szHdJDLCkizMYgRGwxFHjYht6DqglcFHnxfDs3Qgc9k+W/K4 /MPPxewoTmN3M5HV6JX/dqfrN4YL+jrgFZ8RKh6YGGDB/6atcDBel5FVXnageCLCnZ3dHeCVAnIAc swyt1XT/JjYyKnhiMzYuZrvsA9wUxRgB6JnDUe0g+gH5tBby5YZvAi/Y9zFqjRHRj9OWcgWSvL+Dw Kzkofivc01/oY3hhDilI2RAFJOTKzMSU/OWW2Aopn/s3F9VZUQs/ElWl43y/IuI3pVXg2kx6csxlM AoukgAFTRbqEYKo9NmRQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9bE-0001pI-C5; Fri, 25 Jan 2019 22:05:20 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn9Zu-0008Ig-UX for linux-arm-kernel@lists.infradead.org; Fri, 25 Jan 2019 22:04:00 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 0D27543DC2E; Fri, 25 Jan 2019 22:03:54 +0000 (GMT) From: Vladimir Zapolskiy To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 6/6] ARM: defconfig: lpc32xx: disable superfluous GPIO controllers Date: Sat, 26 Jan 2019 00:03:48 +0200 Message-Id: <20190125220348.5357-7-vz@mleia.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125220348.5357-1-vz@mleia.com> References: <20190125220348.5357-1-vz@mleia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190125_220354_071340_D2EA6220 X-CRM114-Status: UNSURE ( 7.04 ) X-CRM114-Notice: Please train this message. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190125_220354_071340_D2EA6220 X-CRM114-Status: UNSURE ( 7.07 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Lemieux Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The change disables a list of GPIO controllers, which to the best knowledge are not found on any supported NXP LPC32xx powered board. Signed-off-by: Vladimir Zapolskiy --- arch/arm/configs/lpc32xx_defconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 154bdeefa1a9..19a5e5e742d4 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -98,16 +98,8 @@ CONFIG_SPI=y CONFIG_SPI_PL022=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_GENERIC_PLATFORM=y -CONFIG_GPIO_PL061=y -CONFIG_GPIO_ADP5588=y -CONFIG_GPIO_ADNP=y -CONFIG_GPIO_MAX7300=y -CONFIG_GPIO_MAX732X=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCF857X=y -CONFIG_GPIO_74X164=y -CONFIG_GPIO_MAX7301=y -CONFIG_GPIO_MC33880=y CONFIG_SENSORS_DS620=y CONFIG_SENSORS_MAX6639=y CONFIG_WATCHDOG=y