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 E9816C433F5 for ; Thu, 26 May 2022 11:08:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229464AbiEZLIb (ORCPT ); Thu, 26 May 2022 07:08:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236332AbiEZLIa (ORCPT ); Thu, 26 May 2022 07:08:30 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 746D3C966A; Thu, 26 May 2022 04:08:29 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 345161C0B8F; Thu, 26 May 2022 13:08:28 +0200 (CEST) Date: Thu, 26 May 2022 13:08:27 +0200 From: Pavel Machek To: AngeloGioacchino Del Regno Cc: dmitry.torokhov@gmail.com, matthias.bgg@gmail.com, mkorpershoek@baylibre.com, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] MediaTek Helio X10 MT6795 - MT6331 PMIC Keys Message-ID: <20220526110827.GC5138@localhost> References: <20220524093505.85438-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220524093505.85438-1-angelogioacchino.delregno@collabora.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi! > In an effort to give some love to the apparently forgotten MT6795 SoC, > I am upstreaming more components that are necessary to support platforms > powered by this one apart from a simple boot to serial console. > > This series performs some cleanups in mtk-pmic-keys and adds support for > the MT6331 PMIC's keys. > > Adding support to each driver in each subsystem is done in different > patch series as to avoid spamming uninteresting patches to maintainers. > > This series depends on another two series series [1], [2] named > "MediaTek Helio X10 MT6795 - MT6331/6332 PMIC Wrapper" and > "MediaTek Helio X10 MT6795 - MT6331/6332 PMIC MFD integration" > > Tested on a MT6795 Sony Xperia M5 (codename "Holly") smartphone. Please cc phone-devel with phone stuff... ...and thanks for all the work. I guess we still don't have an android phone with basic phone functionality working on mainline...? Best regards, Pavel --