linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
@ 2017-05-05 10:31 Yong Deng
  2017-05-05 20:04 ` Maxime Ripard
  0 siblings, 1 reply; 5+ messages in thread
From: Yong Deng @ 2017-05-05 10:31 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Michael Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk, linux-kernel, Icenowy Zheng
  Cc: Yong Deng

V3S's usb otg device reset bit should be 24, not 23.

Signed-off-by: Yong Deng <iemdey@gmail.com>
Reviewed-By: Icenowy Zheng <icenowy@aosc.io>
---
Changes in v2:
- Fix commit format

 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
index e58706b..6297add 100644
--- a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
@@ -537,7 +537,7 @@ static CLK_FIXED_FACTOR(pll_periph0_2x_clk, "pll-periph0-2x",
 	[RST_BUS_EMAC]		=  { 0x2c0, BIT(17) },
 	[RST_BUS_HSTIMER]	=  { 0x2c0, BIT(19) },
 	[RST_BUS_SPI0]		=  { 0x2c0, BIT(20) },
-	[RST_BUS_OTG]		=  { 0x2c0, BIT(23) },
+	[RST_BUS_OTG]		=  { 0x2c0, BIT(24) },
 	[RST_BUS_EHCI0]		=  { 0x2c0, BIT(26) },
 	[RST_BUS_OHCI0]		=  { 0x2c0, BIT(29) },
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
  2017-05-05 10:31 [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit Yong Deng
@ 2017-05-05 20:04 ` Maxime Ripard
  2017-05-06 14:51   ` icenowy
  0 siblings, 1 reply; 5+ messages in thread
From: Maxime Ripard @ 2017-05-05 20:04 UTC (permalink / raw)
  To: Yong Deng
  Cc: Chen-Yu Tsai, Michael Turquette, Stephen Boyd, linux-arm-kernel,
	linux-clk, linux-kernel, Icenowy Zheng

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

Hi,

On Fri, May 05, 2017 at 06:31:57PM +0800, Yong Deng wrote:
> V3S's usb otg device reset bit should be 24, not 23.
> 
> Signed-off-by: Yong Deng <iemdey@gmail.com>
> Reviewed-By: Icenowy Zheng <icenowy@aosc.io>

Applied, thanks.
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
  2017-05-05 20:04 ` Maxime Ripard
@ 2017-05-06 14:51   ` icenowy
  2017-05-09 19:09     ` Maxime Ripard
  0 siblings, 1 reply; 5+ messages in thread
From: icenowy @ 2017-05-06 14:51 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Yong Deng, Chen-Yu Tsai, Michael Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk, linux-kernel, stable

在 2017-05-06 04:04,Maxime Ripard 写道:
> Hi,
> 
> On Fri, May 05, 2017 at 06:31:57PM +0800, Yong Deng wrote:
>> V3S's usb otg device reset bit should be 24, not 23.
>> 
>> Signed-off-by: Yong Deng <iemdey@gmail.com>
>> Reviewed-By: Icenowy Zheng <icenowy@aosc.io>
> 
> Applied, thanks.
> Maxime

Maybe it should also apply to 4.11 stable?

Cc: stable@vger.kernel.org

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
  2017-05-06 14:51   ` icenowy
@ 2017-05-09 19:09     ` Maxime Ripard
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2017-05-09 19:09 UTC (permalink / raw)
  To: icenowy
  Cc: Yong Deng, Chen-Yu Tsai, Michael Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk, linux-kernel, stable

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

On Sat, May 06, 2017 at 10:51:25PM +0800, icenowy@aosc.io wrote:
> 在 2017-05-06 04:04,Maxime Ripard 写道:
> > Hi,
> > 
> > On Fri, May 05, 2017 at 06:31:57PM +0800, Yong Deng wrote:
> > > V3S's usb otg device reset bit should be 24, not 23.
> > > 
> > > Signed-off-by: Yong Deng <iemdey@gmail.com>
> > > Reviewed-By: Icenowy Zheng <icenowy@aosc.io>
> > 
> > Applied, thanks.
> > Maxime
> 
> Maybe it should also apply to 4.11 stable?
> 
> Cc: stable@vger.kernel.org

I just added it, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
@ 2017-05-05 10:38 Yong Deng
  0 siblings, 0 replies; 5+ messages in thread
From: Yong Deng @ 2017-05-05 10:38 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Michael Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk, linux-kernel, Icenowy Zheng,
	linux-sunxi
  Cc: Yong Deng

V3S's usb otg device reset bit should be 24, not 23.

Signed-off-by: Yong Deng <iemdey@gmail.com>
Reviewed-By: Icenowy Zheng <icenowy@aosc.io>
---
Changes in v2:
- Fix commit format

 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
index e58706b..6297add 100644
--- a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
@@ -537,7 +537,7 @@ static CLK_FIXED_FACTOR(pll_periph0_2x_clk, "pll-periph0-2x",
 	[RST_BUS_EMAC]		=  { 0x2c0, BIT(17) },
 	[RST_BUS_HSTIMER]	=  { 0x2c0, BIT(19) },
 	[RST_BUS_SPI0]		=  { 0x2c0, BIT(20) },
-	[RST_BUS_OTG]		=  { 0x2c0, BIT(23) },
+	[RST_BUS_OTG]		=  { 0x2c0, BIT(24) },
 	[RST_BUS_EHCI0]		=  { 0x2c0, BIT(26) },
 	[RST_BUS_OHCI0]		=  { 0x2c0, BIT(29) },
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-09 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-05 10:31 [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit Yong Deng
2017-05-05 20:04 ` Maxime Ripard
2017-05-06 14:51   ` icenowy
2017-05-09 19:09     ` Maxime Ripard
2017-05-05 10:38 Yong Deng

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).