Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636299 > unrolled thread

[PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit

Started byYong Deng <iemdey@gmail.com>
First post2017-05-05 12:40 +0200
Last post2017-05-09 21:10 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit Yong Deng <iemdey@gmail.com> - 2017-05-05 12:40 +0200
    Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-05 22:10 +0200
      Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit icenowy@aosc.io - 2017-05-06 17:00 +0200
        Re: [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-09 21:10 +0200

#1636299 — [PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit

FromYong Deng <iemdey@gmail.com>
Date2017-05-05 12:40 +0200
Subject[PATCH v2] clk: sunxi-ng: v3s: Fix usb otg device reset bit
Message-ID<tDIOt-vu-7@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1636704

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-05-05 22:10 +0200
Message-ID<tDRI6-6x1-9@gated-at.bofh.it>
In reply to#1636299

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [prev] | [next] | [standalone]


#1636919

Fromicenowy@aosc.io
Date2017-05-06 17:00 +0200
Message-ID<tE9lD-UW-5@gated-at.bofh.it>
In reply to#1636704
在 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

[toc] | [prev] | [next] | [standalone]


#1638356

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-05-09 21:10 +0200
Message-ID<tFiGe-5YT-29@gated-at.bofh.it>
In reply to#1636919

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web