From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 9 Jun 2017 19:02:45 +0200 Subject: [U-Boot] [PATCH] rockchip: video: fix taking the VOP device out of standby In-Reply-To: <1497025478-3076-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1497025478-3076-1-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170609190245.08f22458@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 Simon, On Fri, 9 Jun 2017 18:24:37 +0200 Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote: > The VOP uses regular registers, so use setbits_le32/clrbits_le32 > instead of rk_setbits/rk_clrbits. these could be changed when applying, to match with the code: s/rk_setbits/rk_setreg/ s/rk_clrbits/rk_clrreg/ no need to resubmit I think. > Signed-off-by: Philipp Tomsich Acked-by: Anatolij Gustschin Thanks, Anatolij