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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF792C4361B for ; Fri, 11 Dec 2020 22:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A766723C84 for ; Fri, 11 Dec 2020 22:04:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405276AbgLKVNS (ORCPT ); Fri, 11 Dec 2020 16:13:18 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:43199 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395275AbgLKVMX (ORCPT ); Fri, 11 Dec 2020 16:12:23 -0500 Received: by mail-oi1-f193.google.com with SMTP id q25so11394628oij.10; Fri, 11 Dec 2020 13:12:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=+QcwYARcq+TOO4C9gXJwXmDec1Cs70baMFzxTjYLSAY=; b=U+4QHP999YI64snf9HElpfWw43vUrBUCIPzJ9anptk1rtxR+fV7rhqqgs7ioahVS2Y mU41ZprUX9J/9l5cfLWLHCfz0tE0aUY0jsRYoFNZVtPpVP/obe9V+O6ypOcigpdSv3rN PqerKmMgr0KaC+ieol4cKcPaKMIcUVUdydXfst++TvP2WMrqJJwiX53K6evBhuLFmMQ+ xmgQUMTGYD77+xKXp04NTX87YSXLesaIcujWYzk7oWa3kTxCsdx98kBh5IGvAFhL8BRm qsIeS0/UcYFgBon6c2Du3l6syVWaEEzY1EFHuyjPnkIyLQYt4oZcbO3vBD3OqrCXTJ/6 PxbA== X-Gm-Message-State: AOAM530nNJ+K90pY08MZqyh7vF95FZ/PuN99wvzaeYJSUgsm3YmC4n5W KZKvwS4/QcBjep6Zp/0b/sa9nsZo5w== X-Google-Smtp-Source: ABdhPJwsNO3Sd0i4xG8R+1DDF1vPbIPz9yVwmkoU/5YeM2BQv7rSfZvpzd/Fdc8BXMhpv+Jn0EGnCQ== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr10918843oie.118.1607721101287; Fri, 11 Dec 2020 13:11:41 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w40sm1636821ooi.41.2020.12.11.13.11.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Dec 2020 13:11:38 -0800 (PST) Received: (nullmailer pid 947560 invoked by uid 1000); Fri, 11 Dec 2020 21:11:37 -0000 Date: Fri, 11 Dec 2020 15:11:37 -0600 From: Rob Herring To: Liu Ying Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, martin.kepplinger@puri.sm, Laurent.pinchart@ideasonboard.com, jernej.skrabec@siol.net, vkoul@kernel.org, jonas@kwiboo.se, narmstrong@baylibre.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kishon@ti.com, kernel@pengutronix.de, linux-imx@nxp.com, dri-devel@lists.freedesktop.org, robert.chiras@nxp.com, a.hajda@samsung.com, airlied@linux.ie, agx@sigxcpu.org Subject: Re: [PATCH v3 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp Message-ID: <20201211211137.GA946445@robh.at.kernel.org> References: <1607651182-12307-1-git-send-email-victor.liu@nxp.com> <1607651182-12307-5-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1607651182-12307-5-git-send-email-victor.liu@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Dec 2020 09:46:21 +0800, Liu Ying wrote: > Add support for Mixel MIPI DPHY + LVDS PHY combo IP > as found on Freescale i.MX8qxp SoC. > > Cc: Guido Günther > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Cc: NXP Linux Team > Signed-off-by: Liu Ying > --- > v2->v3: > * No change. > > v1->v2: > * Add the binding for i.MX8qxp Mixel combo PHY based on the converted binding. > (Guido) > > .../bindings/phy/mixel,mipi-dsi-phy.yaml | 41 ++++++++++++++++++++-- > 1 file changed, 38 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EE42C433FE for ; Fri, 11 Dec 2020 21:12:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C40E22405A for ; Fri, 11 Dec 2020 21:12:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C40E22405A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kq2AkGJ1jvz0u/KlB68yYW+PEmGTHYL+O4tzm0nipwg=; b=xbB8Fn7pE4bivwjbFVOcGBfpq E4tyTd61bO8mdA/waTPIT8jZNPa0YzwC+g0NJymx1UP0oqfaS/x+9kauyvgFcqPuxI0JPL+eYFiG5 1sk8anly1OAqm0D9oeJnH1yn+J8SzemwcRTg6+zy10ic6HqMmBh57f71OtUh5fhNcbdpwxplIz/vb WsqYia4Um3ukaFqOlDSEkz8hOUAe+zb162oXNqYlnbYOTUYMyT/V7jMZ4a9yTMCgKrwKcFvifnkfT Atcf+qnjnwalFhOysU/QDu0g+BFwKcPgjHYlJp4mY3De3hcCN8JsYv8gBBbO3XJ1DVYKwSyiQJ6F9 OjUdEAQIg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knphc-0004fv-BQ; Fri, 11 Dec 2020 21:11:48 +0000 Received: from mail-oi1-f196.google.com ([209.85.167.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knphZ-0004ei-1y for linux-arm-kernel@lists.infradead.org; Fri, 11 Dec 2020 21:11:45 +0000 Received: by mail-oi1-f196.google.com with SMTP id l207so11434549oib.4 for ; Fri, 11 Dec 2020 13:11:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=+QcwYARcq+TOO4C9gXJwXmDec1Cs70baMFzxTjYLSAY=; b=MPE8U+4iYikAe7XdNoRs0dzuxTyuIuMA4Y8QaVPbwAf2OppMhpVVuxiu0cv6uUeCVx Wd1mfQP/0QiwA4z7o52Fn4gzo7VIRBHRyfsPo03yhOahXKpDoey/MUoX8eYQK3APL4vs tHhHQeBEu72ehJklQaWOcWguV9DMIZXpVz4VWmCUCMl6ax7slHPi7eev+OxsWwthXgZq lJZd3bWpZyY0SgiLkV1OqV7o3o1NomIRQqBOFbkW2IgHWcOl2HPS9GYzkygVkrx1YVaT yTgvosCI5NHZSFsOplZMEUtjgkW8L8z4mUeegX1zO1HRasaAwwOXjWhNYYf+WcwA21E2 c5xQ== X-Gm-Message-State: AOAM532A93ogQy9PV87s4oTuxs83hwkc8j9B8UgAeQzWuhCLfBpCPSiQ bRzep5ADSL0J5bB4D6fJZg== X-Google-Smtp-Source: ABdhPJwsNO3Sd0i4xG8R+1DDF1vPbIPz9yVwmkoU/5YeM2BQv7rSfZvpzd/Fdc8BXMhpv+Jn0EGnCQ== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr10918843oie.118.1607721101287; Fri, 11 Dec 2020 13:11:41 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w40sm1636821ooi.41.2020.12.11.13.11.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Dec 2020 13:11:38 -0800 (PST) Received: (nullmailer pid 947560 invoked by uid 1000); Fri, 11 Dec 2020 21:11:37 -0000 Date: Fri, 11 Dec 2020 15:11:37 -0600 From: Rob Herring To: Liu Ying Subject: Re: [PATCH v3 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp Message-ID: <20201211211137.GA946445@robh.at.kernel.org> References: <1607651182-12307-1-git-send-email-victor.liu@nxp.com> <1607651182-12307-5-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1607651182-12307-5-git-send-email-victor.liu@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201211_161145_124898_DCA44871 X-CRM114-Status: GOOD ( 12.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, jernej.skrabec@siol.net, martin.kepplinger@puri.sm, airlied@linux.ie, s.hauer@pengutronix.de, jonas@kwiboo.se, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, kishon@ti.com, narmstrong@baylibre.com, a.hajda@samsung.com, vkoul@kernel.org, robh+dt@kernel.org, Laurent.pinchart@ideasonboard.com, kernel@pengutronix.de, robert.chiras@nxp.com, shawnguo@kernel.org, agx@sigxcpu.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 11 Dec 2020 09:46:21 +0800, Liu Ying wrote: > Add support for Mixel MIPI DPHY + LVDS PHY combo IP > as found on Freescale i.MX8qxp SoC. > = > Cc: Guido G=FCnther > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Cc: NXP Linux Team > Signed-off-by: Liu Ying > --- > v2->v3: > * No change. > = > v1->v2: > * Add the binding for i.MX8qxp Mixel combo PHY based on the converted bin= ding. > (Guido) > = > .../bindings/phy/mixel,mipi-dsi-phy.yaml | 41 ++++++++++++++++= ++++-- > 1 file changed, 38 insertions(+), 3 deletions(-) > = Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0D9CC4361B for ; Fri, 11 Dec 2020 21:11:44 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 354E72405A for ; Fri, 11 Dec 2020 21:11:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 354E72405A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 823826ECA3; Fri, 11 Dec 2020 21:11:43 +0000 (UTC) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id DAAEE6ECA3 for ; Fri, 11 Dec 2020 21:11:41 +0000 (UTC) Received: by mail-oi1-f195.google.com with SMTP id d189so11389061oig.11 for ; Fri, 11 Dec 2020 13:11:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=+QcwYARcq+TOO4C9gXJwXmDec1Cs70baMFzxTjYLSAY=; b=nYvUQi11OAzOChCRhjOjN+8NwPUpH6TRTMvMEIoCmT0kM0QadGmmcZW3+7bQicGd80 vpmNxBmDh/kYcrY4Rza2ZsXM5KQLCSPhALXjst/llO14uCj/uPeKEC+XTzLHyngoyXYi CwNrK3mF2YKM2FEJkJJr78hwA6jBPxU0w6/Gvf9xtK2t0b/SkDTQ51+adjNfx1AJHmZ1 xgMl58dbdApSXESWKXqaVKOjShKjxZGVQbRH5e+fxEHxq8fHxJJf0u/iyPUkoKEvIawI TiJrWjamX2b083g25p6fkxOUpNrX0FIXgmoHz2bOj30F7op99BGdpyIayi6aTLqB0wkC 8XCg== X-Gm-Message-State: AOAM532bBbPcXVqdmkoibWB06EwJXkF495b1fOiGtgsYeH2OiZVrHUzG 2IIJsQ4vj2Lhd8uL8COAAg== X-Google-Smtp-Source: ABdhPJwsNO3Sd0i4xG8R+1DDF1vPbIPz9yVwmkoU/5YeM2BQv7rSfZvpzd/Fdc8BXMhpv+Jn0EGnCQ== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr10918843oie.118.1607721101287; Fri, 11 Dec 2020 13:11:41 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w40sm1636821ooi.41.2020.12.11.13.11.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Dec 2020 13:11:38 -0800 (PST) Received: (nullmailer pid 947560 invoked by uid 1000); Fri, 11 Dec 2020 21:11:37 -0000 Date: Fri, 11 Dec 2020 15:11:37 -0600 From: Rob Herring To: Liu Ying Subject: Re: [PATCH v3 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp Message-ID: <20201211211137.GA946445@robh.at.kernel.org> References: <1607651182-12307-1-git-send-email-victor.liu@nxp.com> <1607651182-12307-5-git-send-email-victor.liu@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1607651182-12307-5-git-send-email-victor.liu@nxp.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, jernej.skrabec@siol.net, martin.kepplinger@puri.sm, airlied@linux.ie, s.hauer@pengutronix.de, jonas@kwiboo.se, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, kishon@ti.com, narmstrong@baylibre.com, a.hajda@samsung.com, vkoul@kernel.org, robh+dt@kernel.org, Laurent.pinchart@ideasonboard.com, kernel@pengutronix.de, robert.chiras@nxp.com, shawnguo@kernel.org, agx@sigxcpu.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 11 Dec 2020 09:46:21 +0800, Liu Ying wrote: > Add support for Mixel MIPI DPHY + LVDS PHY combo IP > as found on Freescale i.MX8qxp SoC. > = > Cc: Guido G=FCnther > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Cc: NXP Linux Team > Signed-off-by: Liu Ying > --- > v2->v3: > * No change. > = > v1->v2: > * Add the binding for i.MX8qxp Mixel combo PHY based on the converted bin= ding. > (Guido) > = > .../bindings/phy/mixel,mipi-dsi-phy.yaml | 41 ++++++++++++++++= ++++-- > 1 file changed, 38 insertions(+), 3 deletions(-) > = Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel