From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.bootlin.com ([62.4.15.54]:59348 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727069AbeIGNgc (ORCPT ); Fri, 7 Sep 2018 09:36:32 -0400 Date: Fri, 7 Sep 2018 10:56:23 +0200 From: Maxime Ripard To: Laurent Pinchart Cc: Kishon Vijay Abraham I , Boris Brezillon , Thomas Petazzoni , linux-media@vger.kernel.org, Archit Taneja , Andrzej Hajda , Chen-Yu Tsai , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Krzysztof Witos , Rafal Ciepiela Subject: Re: [PATCH 03/10] phy: Add MIPI D-PHY configuration options Message-ID: <20180907085623.ltzybsftrw3zmmev@flea> References: <5b784b096d5507e45c641880af31b07763b4fce2.1536138624.git-series.maxime.ripard@bootlin.com> <11216244.YyI1EIWKhC@avalon> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3f5k7jmk5ecpvt3d" Content-Disposition: inline In-Reply-To: <11216244.YyI1EIWKhC@avalon> Sender: linux-media-owner@vger.kernel.org List-ID: --3f5k7jmk5ecpvt3d Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Sep 05, 2018 at 04:43:57PM +0300, Laurent Pinchart wrote: > > The current set of parameters should cover all the potential users. > >=20 > > Signed-off-by: Maxime Ripard > > --- > > include/linux/phy/phy-mipi-dphy.h | 241 ++++++++++++++++++++++++++++++= +- > > include/linux/phy/phy.h | 6 +- > > 2 files changed, 247 insertions(+) > > create mode 100644 include/linux/phy/phy-mipi-dphy.h > >=20 > > diff --git a/include/linux/phy/phy-mipi-dphy.h > > b/include/linux/phy/phy-mipi-dphy.h new file mode 100644 > > index 000000000000..792724145290 > > --- /dev/null > > +++ b/include/linux/phy/phy-mipi-dphy.h > > @@ -0,0 +1,241 @@ > > +/* SPDX-License-Identifier: GPL-2.0 */ > > +/* > > + * Copyright (C) 2018 Cadence Design Systems Inc. > > + */ > > + > > +#ifndef __PHY_MIPI_DPHY_H_ > > +#define __PHY_MIPI_DPHY_H_ > > + > > +#include