* [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop
[not found] <1472786785-2393-1-git-send-email-zyw@rock-chips.com>
@ 2016-09-02 3:26 ` Chris Zhong
2016-09-02 20:43 ` Heiko Stübner
[not found] ` <1472786785-2393-2-git-send-email-zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
0 siblings, 2 replies; 5+ messages in thread
From: Chris Zhong @ 2016-09-02 3:26 UTC (permalink / raw)
To: heiko, dianders
Cc: linux-rockchip, zhengxing, ykk, Chris Zhong, devicetree,
Jianqun Xu, linux-kernel, Rob Herring, Mark Rutland, Lin Huang
From: Yakir Yang <ykk@rock-chips.com>
Export the dclk_vop_frac out, so we can set the dclk_vop as the
child of dclk_vop_frac, and then we can start to take use of
the fractional dividers.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
---
include/dt-bindings/clock/rk3399-cru.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h
index ce5f3e9..220a60f 100644
--- a/include/dt-bindings/clock/rk3399-cru.h
+++ b/include/dt-bindings/clock/rk3399-cru.h
@@ -138,6 +138,8 @@
#define DCLK_VOP0_DIV 182
#define DCLK_VOP1_DIV 183
#define DCLK_M0_PERILP 184
+#define DCLK_VOP0_FRAC 185
+#define DCLK_VOP1_FRAC 186
#define FCLK_CM0S 190
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop
2016-09-02 3:26 ` [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop Chris Zhong
@ 2016-09-02 20:43 ` Heiko Stübner
2016-09-02 20:58 ` Chris Zhong
[not found] ` <1472786785-2393-2-git-send-email-zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
1 sibling, 1 reply; 5+ messages in thread
From: Heiko Stübner @ 2016-09-02 20:43 UTC (permalink / raw)
To: Chris Zhong
Cc: dianders, linux-rockchip, zhengxing, ykk, devicetree, Jianqun Xu,
linux-kernel, Rob Herring, Mark Rutland, Lin Huang
Am Donnerstag, 1. September 2016, 20:26:24 schrieb Chris Zhong:
> From: Yakir Yang <ykk@rock-chips.com>
>
> Export the dclk_vop_frac out, so we can set the dclk_vop as the
> child of dclk_vop_frac, and then we can start to take use of
> the fractional dividers.
>
> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
> Signed-off-by: Yakir Yang <ykk@rock-chips.com>
> Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Yakir is listed as author above, what relationship does Xing have to this
patch and the 3rd one?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop
2016-09-02 20:43 ` Heiko Stübner
@ 2016-09-02 20:58 ` Chris Zhong
[not found] ` <b2d57b28-19dc-c55c-39b7-4b01f9365967-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Chris Zhong @ 2016-09-02 20:58 UTC (permalink / raw)
To: Heiko Stübner
Cc: Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA, Lin Huang,
zhengxing-TNX95d0MmH7DzftRWevZcw, dianders-F7+t8E8rja9g9hUCZPvPmw,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring,
ykk-TNX95d0MmH7DzftRWevZcw, Jianqun Xu
Hi Heiko
On 09/02/2016 01:43 PM, Heiko Stübner wrote:
> Am Donnerstag, 1. September 2016, 20:26:24 schrieb Chris Zhong:
>> From: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>>
>> Export the dclk_vop_frac out, so we can set the dclk_vop as the
>> child of dclk_vop_frac, and then we can start to take use of
>> the fractional dividers.
>>
>> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>> Signed-off-by: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>> Signed-off-by: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Yakir is listed as author above, what relationship does Xing have to this
> patch and the 3rd one?
>
>
Yakir is the author of the [2/3] and [3/3] patch, and Doug is the author
of [1/3]
The others are committer, and these tags should be removed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop
[not found] ` <b2d57b28-19dc-c55c-39b7-4b01f9365967-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
@ 2016-09-02 21:14 ` Heiko Stübner
0 siblings, 0 replies; 5+ messages in thread
From: Heiko Stübner @ 2016-09-02 21:14 UTC (permalink / raw)
To: Chris Zhong
Cc: dianders-F7+t8E8rja9g9hUCZPvPmw,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
zhengxing-TNX95d0MmH7DzftRWevZcw, ykk-TNX95d0MmH7DzftRWevZcw,
devicetree-u79uwXL29TY76Z2rM5mHXA, Jianqun Xu,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Mark Rutland,
Lin Huang
Am Freitag, 2. September 2016, 13:58:19 schrieb Chris Zhong:
> Hi Heiko
>
> On 09/02/2016 01:43 PM, Heiko Stübner wrote:
> > Am Donnerstag, 1. September 2016, 20:26:24 schrieb Chris Zhong:
> >> From: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> >>
> >> Export the dclk_vop_frac out, so we can set the dclk_vop as the
> >> child of dclk_vop_frac, and then we can start to take use of
> >> the fractional dividers.
> >>
> >> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> >> Signed-off-by: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> >> Signed-off-by: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> >
> > Yakir is listed as author above, what relationship does Xing have to this
> > patch and the 3rd one?
>
> Yakir is the author of the [2/3] and [3/3] patch, and Doug is the author
> of [1/3]
> The others are committer, and these tags should be removed.
not all of them ... i.e. your Signed-off needs to stay in, as you are the one
sending in this set of patches ... I'll drop the Signed-off from Xing though.
Thanks for clarifying
Heiko
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop
[not found] ` <1472786785-2393-2-git-send-email-zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
@ 2016-09-04 21:50 ` Heiko Stuebner
0 siblings, 0 replies; 5+ messages in thread
From: Heiko Stuebner @ 2016-09-04 21:50 UTC (permalink / raw)
To: Chris Zhong
Cc: dianders-F7+t8E8rja9g9hUCZPvPmw,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
zhengxing-TNX95d0MmH7DzftRWevZcw, ykk-TNX95d0MmH7DzftRWevZcw,
devicetree-u79uwXL29TY76Z2rM5mHXA, Jianqun Xu,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Mark Rutland,
Lin Huang
Am Donnerstag, 1. September 2016, 20:26:24 CEST schrieb Chris Zhong:
> From: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>
> Export the dclk_vop_frac out, so we can set the dclk_vop as the
> child of dclk_vop_frac, and then we can start to take use of
> the fractional dividers.
>
> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Signed-off-by: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Signed-off-by: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
applied to my clk-branch for 4.9
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-09-04 21:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1472786785-2393-1-git-send-email-zyw@rock-chips.com>
2016-09-02 3:26 ` [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop Chris Zhong
2016-09-02 20:43 ` Heiko Stübner
2016-09-02 20:58 ` Chris Zhong
[not found] ` <b2d57b28-19dc-c55c-39b7-4b01f9365967-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-09-02 21:14 ` Heiko Stübner
[not found] ` <1472786785-2393-2-git-send-email-zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-09-04 21:50 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).