From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D01E32F30 for ; Thu, 17 Mar 2022 18:30:52 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C6A5D1682; Thu, 17 Mar 2022 11:30:51 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.196.172]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 45DEA3F7F5; Thu, 17 Mar 2022 11:30:50 -0700 (PDT) From: Andre Przywara To: Russell King , Arnd Bergmann , Olof Johansson Cc: soc@kernel.org, Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Nicolas Ferre , Thomas Zimmermann , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH 0/5] ARM: configs: fix multi_v5_defconfig Date: Thu, 17 Mar 2022 18:30:38 +0000 Message-Id: <20220317183043.948432-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This series is a revamp of two patches contained in some Allwinner F1C100 DT update (patch 13 and 14 in [1]). Back then I was just syncing the result of "make savedefconfig" over to multi_v5_defconfig, but this revealed there were problems in the defconfig which warrant closer inspection. This series fixes the multi_v5_defconfig in a way that "make savedefconfig" and multi_v5_defconfig come out identical, but also the options we mention in the defconfig are actually honoured. Currently some options are not enabled, because we lost dependencies over the past two years or so. The commit messages contain the details about what happened to each option. Patches 1 and 4 are just cleanups, without .config or savedefconfig changes, but patch 2 and 3 change the active options. Patch 5 enables the Allwinner platform in the multi_v5_defconfig, so that the LicheePi Nano boots to the prompt. This series relies on [2], that fixes Kconfig dependencies for one of the options we enable. Please have a look! Cheers, Andre [1] https://lore.kernel.org/all/20220307143421.1106209-1-andre.przywara@arm.com/ [2] https://lore.kernel.org/dri-devel/20220315084559.23510-1-tzimmermann@suse.de/raw Andre Przywara (5): ARM: configs: multi_v5_defconfig: remove deleted platforms ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx ARM: configs: clean up multi_v5_defconfig ARM: configs: multi_v5: Enable Allwinner F1C100 arch/arm/configs/multi_v5_defconfig | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) -- 2.25.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0E6F2C433EF for ; Thu, 17 Mar 2022 18:32:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=3HjoD70MjegGnsLUR81ds8J2hS/NBdRy1uuiqSCl2lk=; b=CTRP4/PNUBZDyf 9JrTyv9jvXFjqWoHi581ZmYxUpwKS03MTT2AtN7Y+cbdr7QnQWMFm2dwP6FoZNkoSSGuzqfYqZJix Fj6vb6UqLaZ0tH5X3ZqVIxL9Ml86WgyrWyDdjcpZDWjSTZJTGqYmSI1UUu1dFC04cYDd6yxFXY9Gf jErbs2lJ6HDXBeEhtd2CnCmSJtkVvsdJjfkNS9czP8lJpU/EUCDleQkoZE1TrI5Bev75l+dNposXG qzOQEcvJzrsCPf3m1ACTYygyteFxgh5rspXcuICBkGZ6ULPbx4Md05i847N/Q9AjXmPM2CryB+Ham gwJHxk1x6CQ8mn3I+qTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUutx-00H146-5a; Thu, 17 Mar 2022 18:31:09 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUutk-00H118-PN for linux-arm-kernel@lists.infradead.org; Thu, 17 Mar 2022 18:30:58 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C6A5D1682; Thu, 17 Mar 2022 11:30:51 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.196.172]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 45DEA3F7F5; Thu, 17 Mar 2022 11:30:50 -0700 (PDT) From: Andre Przywara To: Russell King , Arnd Bergmann , Olof Johansson Subject: [PATCH 0/5] ARM: configs: fix multi_v5_defconfig Date: Thu, 17 Mar 2022 18:30:38 +0000 Message-Id: <20220317183043.948432-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220317_113056_896120_61F535A2 X-CRM114-Status: GOOD ( 10.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Samuel Holland , Jernej Skrabec , soc@kernel.org, Thomas Zimmermann , Chen-Yu Tsai , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series is a revamp of two patches contained in some Allwinner F1C100 DT update (patch 13 and 14 in [1]). Back then I was just syncing the result of "make savedefconfig" over to multi_v5_defconfig, but this revealed there were problems in the defconfig which warrant closer inspection. This series fixes the multi_v5_defconfig in a way that "make savedefconfig" and multi_v5_defconfig come out identical, but also the options we mention in the defconfig are actually honoured. Currently some options are not enabled, because we lost dependencies over the past two years or so. The commit messages contain the details about what happened to each option. Patches 1 and 4 are just cleanups, without .config or savedefconfig changes, but patch 2 and 3 change the active options. Patch 5 enables the Allwinner platform in the multi_v5_defconfig, so that the LicheePi Nano boots to the prompt. This series relies on [2], that fixes Kconfig dependencies for one of the options we enable. Please have a look! Cheers, Andre [1] https://lore.kernel.org/all/20220307143421.1106209-1-andre.przywara@arm.com/ [2] https://lore.kernel.org/dri-devel/20220315084559.23510-1-tzimmermann@suse.de/raw Andre Przywara (5): ARM: configs: multi_v5_defconfig: remove deleted platforms ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx ARM: configs: clean up multi_v5_defconfig ARM: configs: multi_v5: Enable Allwinner F1C100 arch/arm/configs/multi_v5_defconfig | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel