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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 49C29C83016 for ; Sat, 28 Nov 2020 21:52:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FF6E208D5 for ; Sat, 28 Nov 2020 21:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391159AbgK1VwG (ORCPT ); Sat, 28 Nov 2020 16:52:06 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:45988 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732064AbgK1S55 (ORCPT ); Sat, 28 Nov 2020 13:57:57 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 3E07BFB05; Sat, 28 Nov 2020 19:57:15 +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 K5MJVIycsqv1; Sat, 28 Nov 2020 19:57:14 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id CF7AF4068E; Sat, 28 Nov 2020 19:57:13 +0100 (CET) Date: Sat, 28 Nov 2020 19:57:13 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Geert Uytterhoeven Cc: Catalin Marinas , Will Deacon , Bjorn Andersson , Shawn Guo , Li Yang , Vinod Koul , Anson Huang , Geert Uytterhoeven , Michael Walle , Krzysztof Kozlowski , Olof Johansson , Linux ARM , Linux Kernel Mailing List Subject: Re: [PATCH v2 1/1] arm64: defconfig: Enable more Librem 5 hardware Message-ID: <20201128185713.GA6719@bogon.m.sigxcpu.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, Nov 27, 2020 at 05:45:03PM +0100, Geert Uytterhoeven wrote: > Hi Guido, > > Thanks for your patch! > > On Fri, Nov 27, 2020 at 5:42 PM Guido Günther wrote: > > This enables > > > > - CONFIG_BATTERY_MAX17042: battery chip > > - CONFIG_CHARGER_BQ25980: charge controller > > - CONFIG_DRM_PANEL_MANTIX_MLAF057WE5: LCD panel > > - CONFIG_IMX_DCSS: 2nd dislay controller > > display > > > - CONFIG_LEDS_LM3692X: LCD backlight > > - CONFIG_REGULATOR_TPS65132: regulator for the LCD panel > > - CONFIG_TOUCHSCREEN_EDT_FT5X06: touch controller > > - CONFIG_TYPEC_TPS6598X: USB PD controller > > - CONFIG_VCNL4000: ambient light and proximiry sensor > > proximity Both fixed in v2 - odd that checkpatch didn't scream. Thanks! -- Guido > > > > > as modules. > > > > Signed-off-by: Guido Günther > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >