Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3764647ybv; Tue, 25 Feb 2020 06:57:48 -0800 (PST) X-Google-Smtp-Source: APXvYqzTo/CsVG+c8EJN/6GpmcOP05DbLE83c/DvL4oVTsrtNdjt7/gM2h7eN6y6+hWA4wwKxRO3 X-Received: by 2002:a9d:3bc4:: with SMTP id k62mr46474908otc.186.1582642668732; Tue, 25 Feb 2020 06:57:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582642668; cv=none; d=google.com; s=arc-20160816; b=aWDlbdhKaTaGpnL2evH2G3IifDwilld/+6k8OQdnSJcGe+cPSDypcc1heaWovzhMpS T7eQPeRZkWu7QopxeYCRwjFkC7BveIfyrISCYZhd5yeLx3ks0IW3i/Yiis6AQfk5yX7o hMMKb+kuW9XQ6ZEsUjhc+LQz97IOj8aB2E8sSRWPs5AlPg8HNr+4cangEPNjjwbKACM4 SDrT6L6E3tTuKjEPDLvB/jhIMkhWw6SSHnuCzxFLaytCqMUk8grGpq7Cgp528hpFMddF 7Mx6uOwqORgVHoCUcqprTwKweUOgjs+ubrFfv1WBUTT1PujVseXaA1Db3LhTFphARSwA u0Dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=6PHQNRySvMtbaBjSwGORg0NNeMBu/qzs6a0QxC19rpg=; b=LefdgrtNpuJ3mzkp5A9JQr/oZHXNaSH3dBRtuEK1TA49E4eR38j3O39c9eVhfDRoAD tPQqnarxxPJaVppCMOQXmUmN1wRP0OHnXj59/zxalAdoWqvqjn++5oTQUFi0XpsRte9V uW1kmViJa/1Aj3z1z9GbOA66aqADCjXACQdmvWvVyYe31kgx7+z01AHTDcpmEr6Vf7o2 W3JyBz/y28ijJTlY52fdi6le3WR90oUBDRjFH1Yr9aRFRqwxHl3j9ujhKtHZGxnmCtwP qNw5tBfBavkNwRP220FGcsQiH2NVBA2r1AlYxzQT+9yNpGZxYRfem7w59RDpRC4gT4hP AJkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q189si6961905oic.235.2020.02.25.06.57.35; Tue, 25 Feb 2020 06:57:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730757AbgBYObx (ORCPT + 99 others); Tue, 25 Feb 2020 09:31:53 -0500 Received: from muru.com ([72.249.23.125]:57440 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730704AbgBYObx (ORCPT ); Tue, 25 Feb 2020 09:31:53 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9EFF1810E; Tue, 25 Feb 2020 14:32:36 +0000 (UTC) Date: Tue, 25 Feb 2020 06:31:48 -0800 From: Tony Lindgren To: Dmitry Torokhov Cc: Merlijn Wajer , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , Dmitry Torokhov , "Darren Hart (VMware)" , Mattias Jacobsson <2pi@mok.nu>, Sebastian Reichel , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 0/2] Add SW_MACHINE_COVER key Message-ID: <20200225143148.GG37466@atomide.com> References: <20200215170216.14397-1-merlijn@wizzup.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200215170216.14397-1-merlijn@wizzup.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Merlijn Wajer [200215 09:01]: > this series adds the sw_machine_cover key, and changes the nokia n900 dts to > expose the key via gpio-keys. Looks good to me. It's probably best to apply these via the input subsystem tree because of the generci SW_MACHINE_COVER key addition. For both patches: Acked-by: Tony Lindgren