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 33A7AC83010 for ; Sat, 28 Nov 2020 21:52:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00F1120857 for ; Sat, 28 Nov 2020 21:52:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391086AbgK1Vv5 (ORCPT ); Sat, 28 Nov 2020 16:51:57 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:45940 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731971AbgK1S5I (ORCPT ); Sat, 28 Nov 2020 13:57:08 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id EF093FB04; Sat, 28 Nov 2020 19:56:25 +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 zid9voNsBgAD; Sat, 28 Nov 2020 19:56:24 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 1295B4068E; Sat, 28 Nov 2020 19:56:24 +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, phone-devel@vger.kernel.org Subject: [PATCH v2 0/1] arm64: defconfig: Enable Librem 5 hardware Date: Sat, 28 Nov 2020 19:56:22 +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. - changes from v2 - As per review comments from Geert Uytterhoeven https://lore.kernel.org/lkml/CAMuHMdUK3gbHwR94BcjRBkNvdpQSJrMn0itrs65Ay5KqUCA-Hg@mail.gmail.com/ - Fix commit messages typos - Add GNSS receiver and IMU - changes from v1 - As per review comments from Krzysztof Kozlowski https://lore.kernel.org/linux-arm-kernel/CAJKOXPdEwiSTg+cMes_wes5oz2F1qEexsus6iHenuLs9SAXk6g@mail.gmail.com/ - Squash config changes into a single commit - Add touch controller Patches are on top of Shawn's imx/defconfig Guido Günther (1): arm64: defconfig: Enable more Librem 5 hardware arch/arm64/configs/defconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.29.2