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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7F36C63798 for ; Fri, 27 Nov 2020 14:23:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 740EB21D7A for ; Fri, 27 Nov 2020 14:23:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730971AbgK0OXI (ORCPT ); Fri, 27 Nov 2020 09:23:08 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:46364 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730911AbgK0OXH (ORCPT ); Fri, 27 Nov 2020 09:23:07 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id A7481FB03; Fri, 27 Nov 2020 15:23:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UOGNbgSMnLM8; Fri, 27 Nov 2020 15:23:00 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 86D434068E; Fri, 27 Nov 2020 15:22:59 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Catalin Marinas , Will Deacon , Bjorn Andersson , Shawn Guo , Li Yang , Vinod Koul , =?UTF-8?q?Guido=20G=C3=BCnther?= , Anson Huang , Geert Uytterhoeven , Michael Walle , Krzysztof Kozlowski , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/8] arm64: defconfig: Enable Librem 5 hardware Date: Fri, 27 Nov 2020 15:22:51 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series enables components found on Purism's Librem 5 that are available in mainline. I've split this up in one setting per commit so in case other defconfig changes conflict the rest remains valid. Happy to squash things if preferred. Patches are on top of Shawn's imx/defconfig Guido Günther (8): arm64: defconfig: Enable CONFIG_REGULATOR_TPS65132 arm64: defconfig: Enable CONFIG_DRM_PANEL_MANTIX_MLAF057WE5 arm64: defconfig: Enable CONFIG_IMX_DCSS arm64: defconfig: Enable CONFIG_TYPEC_TPS6598X arm64: defconfig: Enable CONFIG_LEDS_LM3692X arm64: defconfig: Enable CONFIG_VCNL4000 arm64: defconfig: Enable CONFIG_BATTERY_MAX17042 arm64: defconfig: Enable CONFIG_CHARGER_BQ25980 arch/arm64/configs/defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.29.2