From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 15 May 2018 08:08:44 +0200 Subject: [U-Boot] [PATCH v2 0/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings In-Reply-To: <20180514204953.11606-1-anarsoul@gmail.com> References: <20180514204953.11606-1-anarsoul@gmail.com> Message-ID: <20180515080844.384cadbb@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Mon, 14 May 2018 13:49:51 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > Previous attempt to fix HSYNC and VSYNC polarity settings for dw_hdmi on sunxi > wasn't completely correct - there's another bug in dw_hdmi driver. > This series fixes hsync/vsync settings in sunxi glue driver and > applies proper fix to dw_hdmi > > v2: don't revert earlier fix, just use correct bits for hsync and vsync > > Vasily Khoruzhick (2): > sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity. > video: dw_hdmi: fix HSYNC and VSYNC polarity settings > > drivers/video/dw_hdmi.c | 4 ++-- > drivers/video/sunxi/sunxi_dw_hdmi.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Series applied to u-boot-video/master, thanks! -- Anatolij