Message ID | cover.1677150607.git.chiaen_wu@richtek.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22ECAC61DA4 for <linux-arm-kernel@archiver.kernel.org>; Thu, 23 Feb 2023 11:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=yBtZbJ+m5Mv6S7e0LbYEcvUcN/0YtZEPXLzg2lXq06Q=; b=MM5KIXbrW36h2j gOC5/mbyhc+0Vm5QG0vEiO4NgXG4QD0LcCA6LqABBCVKvaDLUqZjXYIuVGW3NggebVjGsSNpX6lRP F4t+589Ak5oAv+PN91K7owG+vq6R8XH7goIlGM98lWIm9gxhLl9Pat39X+qXTfJYNp901peOP3z+e 2yt/RM3FPylgISyrCvtUwOlm+cCvg7B6rRQ/5O3JoK4gaTqxTMlIDIiCD1hYugm99lLUmP+NB+19M 0wWkXrcjsPqjKcCuktFLYImP/pX3mpD+rWaZDZLrb+ur74ZegQQteKo0n48VQ4ltnluPVLEspZjDs 2TxHJLnqP5fdsaGoqaTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pV9iO-00G8bO-C2; Thu, 23 Feb 2023 11:24:44 +0000 Received: from mg.richtek.com ([220.130.44.152]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pV9hz-00G8Ob-NI; Thu, 23 Feb 2023 11:24:26 +0000 X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 192.168.10.46 by mg.richtek.com with MailGates ESMTP Server V5.0(14969:0:AUTH_RELAY) (envelope-from <chiaen_wu@richtek.com>); Thu, 23 Feb 2023 19:23:38 +0800 (CST) Received: from ex4.rt.l (192.168.10.47) by ex3.rt.l (192.168.10.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.20; Thu, 23 Feb 2023 19:23:38 +0800 Received: from linuxcarl2.richtek.com (192.168.10.154) by ex4.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1118.20 via Frontend Transport; Thu, 23 Feb 2023 19:23:38 +0800 From: ChiaEn Wu <chiaen_wu@richtek.com> To: <corbet@lwn.net>, <pavel@ucw.cz>, <lee@kernel.org>, <matthias.bgg@gmail.com>, <andriy.shevchenko@linux.intel.com>, <jacek.anaszewski@gmail.com>, <angelogioacchino.delregno@collabora.com> CC: <linux-doc@vger.kernel.org>, <peterwu.pub@gmail.com>, <cy_huang@richtek.com>, <linux-leds@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <szunichen@gmail.com>, ChiaEn Wu <chiaen_wu@richtek.com> Subject: [PATCH v17 RESEND 0/3] Add MediaTek MT6370 PMIC support Date: Thu, 23 Feb 2023 19:23:06 +0800 Message-ID: <cover.1677150607.git.chiaen_wu@richtek.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230223_032420_440610_55C337E4 X-CRM114-Status: GOOD ( 23.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series | Add MediaTek MT6370 PMIC support | expand |