From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 27 Oct 2017 11:59:40 +0200 Subject: [U-Boot] [PATCH v3 3/5] video: add anx6345 DM driver In-Reply-To: <20171026162939.27421-1-agust@denx.de> References: <20170921062911.26724-3-anarsoul@gmail.com> <20171026162939.27421-1-agust@denx.de> Message-ID: <20171027115940.4e0f733c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 26 Oct 2017 18:29:39 +0200 Anatolij Gustschin agust at denx.de wrote: > From: Vasily Khoruzhick > > This is a eDP bridge similar to ANX9804, it allows to connect eDP panels > to the chips that can output only parallel signal > > Signed-off-by: Vasily Khoruzhick > Signed-off-by: Anatolij Gustschin > --- > v3: - fixed checkpatch errors/warnings > v2: - no changes > > drivers/video/bridge/Kconfig | 8 + > drivers/video/bridge/Makefile | 1 + > drivers/video/bridge/anx6345.c | 426 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 435 insertions(+) > create mode 100644 drivers/video/bridge/anx6345.c Applied to u-boot-video/master, thanks! -- Anatolij