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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 F3B5EC83036 for ; Fri, 27 Nov 2020 16:43:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4D5920657 for ; Fri, 27 Nov 2020 16:43:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732121AbgK0QnA (ORCPT ); Fri, 27 Nov 2020 11:43:00 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:49046 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731747AbgK0Qm6 (ORCPT ); Fri, 27 Nov 2020 11:42:58 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id ED977FB02; Fri, 27 Nov 2020 17:42:56 +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 zmcUeqjlFrgO; Fri, 27 Nov 2020 17:42:54 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 88FF64068E; Fri, 27 Nov 2020 17:42:54 +0100 (CET) Date: Fri, 27 Nov 2020 17:42:54 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Krzysztof Kozlowski Cc: Catalin Marinas , Will Deacon , Bjorn Andersson , Shawn Guo , Li Yang , Vinod Koul , Anson Huang , Geert Uytterhoeven , Michael Walle , Olof Johansson , linux-arm-kernel@lists.infradead.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v1 6/8] arm64: defconfig: Enable CONFIG_VCNL4000 Message-ID: <20201127164254.GA22652@bogon.m.sigxcpu.org> References: <9e6572819789805df2acd31a06004db788127d55.1606486893.git.agx@sigxcpu.org> 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 Krzysztof, On Fri, Nov 27, 2020 at 05:13:58PM +0100, Krzysztof Kozlowski wrote: > On Fri, 27 Nov 2020 at 15:23, Guido Günther wrote: > > > > This is the Librem 5's proximity sensor. > > Just squash all of them. Enabling option by option is too much. Done for v2. Cheers, -- Guido > > Best regards, > Krzysztof >