From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@bootlin.com (Maxime Ripard) Date: Mon, 10 Sep 2018 16:18:23 +0200 Subject: [PATCH 03/10] phy: Add MIPI D-PHY configuration options In-Reply-To: <4247225.jW0mJSbZmP@avalon> References: <11216244.YyI1EIWKhC@avalon> <20180907085623.ltzybsftrw3zmmev@flea> <4247225.jW0mJSbZmP@avalon> Message-ID: <20180910141823.q43yylpkcq5cls4r@flea> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 07, 2018 at 05:50:52PM +0300, Laurent Pinchart wrote: > On Friday, 7 September 2018 11:56:23 EEST Maxime Ripard wrote: > > On Wed, Sep 05, 2018 at 04:43:57PM +0300, Laurent Pinchart wrote: > > >> The current set of parameters should cover all the potential users. > > >> > > >> 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 > > >> > > >> 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