All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Mark yao <mark.yao@rock-chips.com>, heiko@sntech.de
Cc: linux-kernel@vger.kernel.org, djkurtz@chromium.org,
	dianders@chromium.org, dkl@rock-chips.com,
	eddie.cai@rock-chips.com, xjq@rock-chips.com, kfx@rock-chips.com,
	huangtao@rock-chips.com, zyw@rock-chips.com, yxj@rock-chips.com,
	cym@rock-chips.com, zhengsq@rock-chips.com,
	caesar.wang@rock-chips.com, kever.yang@rock-chips.com,
	"Mark yao" <mark.yao@rock-chips.com>
Subject: Re: [PATCH] clk: rockchip: rk3288: fix softreset register count
Date: Thu, 25 Sep 2014 14:46:45 -0700	[thread overview]
Message-ID: <20140925214645.19023.94336@quantum> (raw)
In-Reply-To: <1410513887-17459-1-git-send-email-mark.yao@rock-chips.com>

Quoting Mark yao (2014-09-12 02:24:46)
> The rk3288 actually has 12 softresets, so fix the register count.
> 
> Signed-off-by: Mark yao <mark.yao@rock-chips.com>

Applied to clk-next.

Regards,
Mike

> ---
>  drivers/clk/rockchip/clk-rk3288.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c
> index 0d8c6c5..2e1d790 100644
> --- a/drivers/clk/rockchip/clk-rk3288.c
> +++ b/drivers/clk/rockchip/clk-rk3288.c
> @@ -711,7 +711,7 @@ static void __init rk3288_clk_init(struct device_node *np)
>         rockchip_clk_register_branches(rk3288_clk_branches,
>                                   ARRAY_SIZE(rk3288_clk_branches));
>  
> -       rockchip_register_softrst(np, 9, reg_base + RK3288_SOFTRST_CON(0),
> +       rockchip_register_softrst(np, 12, reg_base + RK3288_SOFTRST_CON(0),
>                                   ROCKCHIP_SOFTRST_HIWORD_MASK);
>  }
>  CLK_OF_DECLARE(rk3288_cru, "rockchip,rk3288-cru", rk3288_clk_init);
> -- 
> 1.9.1
> 

      parent reply	other threads:[~2014-09-25 21:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-12  9:24 [PATCH] clk: rockchip: rk3288: fix softreset register count Mark yao
2014-09-12  9:56 ` Heiko Stübner
2014-09-25 15:11 ` Doug Anderson
2014-09-25 21:46 ` Mike Turquette [this message]

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=20140925214645.19023.94336@quantum \
    --to=mturquette@linaro.org \
    --cc=caesar.wang@rock-chips.com \
    --cc=cym@rock-chips.com \
    --cc=dianders@chromium.org \
    --cc=djkurtz@chromium.org \
    --cc=dkl@rock-chips.com \
    --cc=eddie.cai@rock-chips.com \
    --cc=heiko@sntech.de \
    --cc=huangtao@rock-chips.com \
    --cc=kever.yang@rock-chips.com \
    --cc=kfx@rock-chips.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.yao@rock-chips.com \
    --cc=xjq@rock-chips.com \
    --cc=yxj@rock-chips.com \
    --cc=zhengsq@rock-chips.com \
    --cc=zyw@rock-chips.com \
    /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.