Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1510202pxu; Fri, 27 Nov 2020 08:47:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJyjU+NaS66okaaJ0rAKj3BBhaHlV1ZJGzMmMqkSxxF3aLKlQWu6IHqYwVTs0VL2DwV24SW1 X-Received: by 2002:a17:906:71d3:: with SMTP id i19mr8682679ejk.187.1606495639010; Fri, 27 Nov 2020 08:47:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606495639; cv=none; d=google.com; s=arc-20160816; b=tzaLKhbMdJYCOlbqkAliVJMqA5Q59E1ad23yg9+67QSuPBt1TC2WLaUrzwVnrbsXJX 1RYFV3ZIYlT4AOkz5SVHkqySUHBp69XR0NfbpHMY+Y+WlC0skhL7J4U1x3+i75CnPs8N mOPFG6zsAFoMC19VVyDWzIXA/p8zRo8Ki+N3h27WJaR308ehyP2A/iLdsUOXjb2Yfguc lqBGUFEwvHB2Qta5gA1hlcO2oCs6W7dovt5OcjjcKvx76y+ThzOfaakOdUa22iRl1huA EvNZJk6aur4KL/nXyWYZdrAMtCBM1xjylRzPVvNwvtbFCoTIq+ybcef/MP3iVNOXqhHm hDbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=pqbj2vxe4Vb5QM1T7jYq+GMpP4MZiOZk31uGNb2QlNU=; b=JidSdPiqLkfNB0RUTWbyVxS+iaN+oKyM5XyHAd7Nz+KZZDDtMu2cd1/eF/yofL2f7S BxyJUCWPrgtMGmyGXmtpitvDHNwCh5cx5dICnQWOIy9brUm06HswNeelZYnkjh15XgBG 7PPGhZ+fQMGNZusxZB98bOj4tiviXvk1jncvLo5ew+BceLPW8dfPTLW/N6iZ20UA3cas eH3/MjPRyo591oj8rw8CKxc9MkoQFjOTmdMSoEjSZdWiOUki9VHsxKZW6MFqR1Jd64zK xPWjzgwezZ1hYJWGIl0/3QOlpdkO+Alu9ahYT/CVIQNtBRYAtK8gVDlWnDKgm8d0BxSS DZXw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rk21si5714564ejb.139.2020.11.27.08.46.56; Fri, 27 Nov 2020 08:47:18 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731656AbgK0QmG (ORCPT + 99 others); Fri, 27 Nov 2020 11:42:06 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:48964 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731577AbgK0QmE (ORCPT ); Fri, 27 Nov 2020 11:42:04 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 436F3FB04; Fri, 27 Nov 2020 17:42:02 +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 Fz0S_8lZJE8h; Fri, 27 Nov 2020 17:42:01 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 5DC004068F; Fri, 27 Nov 2020 17:42:00 +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 v2 0/1] arm64: defconfig: Enable Librem 5 hardware Date: Fri, 27 Nov 2020 17:41:59 +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 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 | 9 +++++++++ 1 file changed, 9 insertions(+) -- 2.29.2