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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B0FBC7EE26 for ; Mon, 15 May 2023 11:39:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241317AbjEOLjX (ORCPT ); Mon, 15 May 2023 07:39:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241371AbjEOLhU (ORCPT ); Mon, 15 May 2023 07:37:20 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D060C1BE9; Mon, 15 May 2023 04:35:43 -0700 (PDT) Received: from [IPV6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab] (unknown [IPv6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id C232A66058D2; Mon, 15 May 2023 12:35:41 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1684150542; bh=CoVmOGnZnhGZ+HBuANfDBQiUGvmHxOM62UqpRM52qwE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Lq0llcnh5lVf9KC+UPEru9iK3dGpTBhV++7MnW3w8b7NsKdoUuyzMFVbLtGGA6CcL NYqeTVX69lKHwuSfLBY0PMZOwtrL0l/pDT3llUG6JMw41mW0X/sNBUQhE9nyh7pw8I BW6eR5SrDAbEqy86VcRmpeIvkvLb/GJXgpPSsQXMq9xSMZWrBpO6sHtpynt5XV9zsk fWO51+Dlw2VFS9ajWkCIN3DjwZO8G2MG4CayJD8vhNibhrQmKIGlkvdDvB35GB/0MD rk4e8I+cC6UsKIysgpAJ2Muzsp/3lG205Wmi/9qnvdjuTjm+uhE+NfvgvGKUQHidtP fppBV8d4sIxCA== Message-ID: <5b972568-133c-b5b7-c87e-06f3e8b0432f@collabora.com> Date: Mon, 15 May 2023 13:35:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH v7 02/11] arm64: defconfig: enable Mediatek PMIC key Content-Language: en-US To: Alexandre Mergnat , Catalin Marinas , Will Deacon , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, Kevin Hilman References: <20230203-evk-board-support-v7-0-98cbdfac656e@baylibre.com> <20230203-evk-board-support-v7-2-98cbdfac656e@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230203-evk-board-support-v7-2-98cbdfac656e@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Il 11/05/23 18:29, Alexandre Mergnat ha scritto: > Some Mediatek PMIC devices can manage Power and Home keys (buttons). > This patch enable the driver which handle the 2 keys managed by the > Mediatek PMIC. > > Tested-by: Kevin Hilman > Signed-off-by: Alexandre Mergnat Having this at least as a module helps CIs, so: Reviewed-by: AngeloGioacchino Del Regno