From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 26 Oct 2017 18:10:16 +0200 Subject: [U-Boot] [PATCH v2 1/5] dm: video: bridge: add operation to read EDID In-Reply-To: <20170921062911.26724-2-anarsoul@gmail.com> References: <20170921062911.26724-1-anarsoul@gmail.com> <20170921062911.26724-2-anarsoul@gmail.com> Message-ID: <20171026181016.7e925b92@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 Wed, 20 Sep 2017 23:29:07 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > Add an operation to read EDID, since bridge may have ability to read > EDID from the panel that is connected to it, for example LCD<->eDP bridge. > > Signed-off-by: Vasily Khoruzhick > --- > v2: - no changes > > drivers/video/bridge/video-bridge-uclass.c | 10 ++++++++++ > include/video_bridge.h | 20 ++++++++++++++++++++ > 2 files changed, 30 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij