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 07DF4C43334 for ; Thu, 9 Jun 2022 05:58:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231339AbiFIF6p (ORCPT ); Thu, 9 Jun 2022 01:58:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232927AbiFIF6k (ORCPT ); Thu, 9 Jun 2022 01:58:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D6F736B7D; Wed, 8 Jun 2022 22:58:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E723161D5A; Thu, 9 Jun 2022 05:58:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5841FC34114; Thu, 9 Jun 2022 05:58:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654754288; bh=wxhS37iA9AJMgWUEVwHHfukO1BCczUN2/ZYuUq9Ar/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hqJLw4phQClKtl4+2ZplQU8hPrYIg4FxKrhoRp97zppzIf8jgUJ8Ab2oI3kvhEaDj 4lx4mI0FDsGS7aEYWaS595raHsHgZreqsJfI14nU+K7n4Gcnu1X55SHhzi54jLdsYV P+34lQepioNGFSu88IzI0hBgmwiRDSiS45RUZarBtX7C76UU1hQD8ssPwWqq0hiU6v i8BX09LEoEbO6khb75x3zwB0SNhxQCgq1wsx1bpJT0fUa6EcndFKg1rU12dhrKAPEj EMGHCVdVkfnM7jzllcUTWnfDzC3Q72+UKgGSN13AWoSI7bBYUplIf/rdjQbhAxbldn RVtP5mThZFFBQ== Date: Thu, 9 Jun 2022 11:28:03 +0530 From: Vinod Koul To: Fabien Parent Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, qii.wang@mediatek.com, matthias.bgg@gmail.com, jic23@kernel.org, chaotian.jing@mediatek.com, ulf.hansson@linaro.org, srinivas.kandagatla@linaro.org, chunfeng.yun@mediatek.com, broonie@kernel.org, wim@linux-watchdog.org, linux@roeck-us.net, Kishon Vijay Abraham I , Chun-Kuang Hu , Philipp Zabel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org, linux-phy@lists.infradead.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org, linux-usb@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings Message-ID: References: <20220531135026.238475-1-fparent@baylibre.com> <20220531135026.238475-12-fparent@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220531135026.238475-12-fparent@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 31-05-22, 15:50, Fabien Parent wrote: > Add binding documentation for the MT8365 SoC. Applied 11, 12 to phy-next, thanks -- ~Vinod