From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] rockchip: video: fix taking the VOP device out of standby
Date: Fri, 9 Jun 2017 18:45:13 +0200 [thread overview]
Message-ID: <20170609184513.34dadee5@crub> (raw)
In-Reply-To: <1497025478-3076-1-git-send-email-philipp.tomsich@theobroma-systems.com>
Hi Philipp,
On Fri, 9 Jun 2017 18:24:37 +0200
Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote:
...
> --- a/drivers/video/rockchip/rk3288_vop.c
> +++ b/drivers/video/rockchip/rk3288_vop.c
> @@ -75,7 +75,7 @@ static int rk_vop_remove(struct udevice *dev)
> struct rk_vop_priv *priv = dev_get_priv(dev);
> struct rk3288_vop *regs = priv->regs;
>
> - rk_setreg(®s->sys_ctrl, V_STANDBY_EN(1));
> + setbits_le32(®s->sys_ctrl, V_STANDBY_EN(1));
this patch doesn't apply on current master. Do you have more local
patches applied?
--
Anatolij
next prev parent reply other threads:[~2017-06-09 16:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-09 16:24 [U-Boot] [PATCH] rockchip: video: fix taking the VOP device out of standby Philipp Tomsich
2017-06-09 16:45 ` Anatolij Gustschin [this message]
2017-06-09 16:48 ` Dr. Philipp Tomsich
2017-06-09 16:56 ` Anatolij Gustschin
2017-06-09 17:02 ` Anatolij Gustschin
2017-06-12 12:42 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170609184513.34dadee5@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.