All of lore.kernel.org
 help / color / mirror / Atom feed
From: antoine.tenart@free-electrons.com (Antoine Tenart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] phy: berlin-usb: fix divider for BG2CD
Date: Fri, 3 Jul 2015 11:20:28 +0200	[thread overview]
Message-ID: <20150703092028.GC5634@kwain> (raw)
In-Reply-To: <5594C652.2020901@gmail.com>

Thomas,

On Thu, Jul 02, 2015 at 01:04:18AM -0400, Thomas Hebb wrote:
> The marvell,berlin2cd-usb-phy compatible incorrectly sets the PLL
> divider to BG2's value instead of BG2CD/BG2Q's. Change it to the right
> value.
> 
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
> Cc: stable at vger.kernel.org

Only this one is sent to stable? The BG2 won't be fixed in stable?

Antoine

> ---
>  drivers/phy/phy-berlin-usb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
> index c6fc95b..ab54f28 100644
> --- a/drivers/phy/phy-berlin-usb.c
> +++ b/drivers/phy/phy-berlin-usb.c
> @@ -106,8 +106,8 @@
>  static const u32 phy_berlin_pll_dividers[] = {
>  	/* Berlin 2 */
>  	CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
> -	/* Berlin 2CD */
> -	CLK_REF_DIV(0x6) | FEEDBACK_CLK_DIV(0x55),
> +	/* Berlin 2CD/Q */
> +	CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
>  };
>  
>  struct phy_berlin_usb_priv {
> -- 
> 2.4.4
> 

-- 
Antoine T?nart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Antoine Tenart <antoine.tenart@free-electrons.com>
To: Thomas Hebb <tommyhebb@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kishon@ti.com,
	antoine.tenart@free-electrons.com,
	sebastian.hesselbarth@gmail.com
Subject: Re: [PATCH 1/4] phy: berlin-usb: fix divider for BG2CD
Date: Fri, 3 Jul 2015 11:20:28 +0200	[thread overview]
Message-ID: <20150703092028.GC5634@kwain> (raw)
In-Reply-To: <5594C652.2020901@gmail.com>

Thomas,

On Thu, Jul 02, 2015 at 01:04:18AM -0400, Thomas Hebb wrote:
> The marvell,berlin2cd-usb-phy compatible incorrectly sets the PLL
> divider to BG2's value instead of BG2CD/BG2Q's. Change it to the right
> value.
> 
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
> Cc: stable@vger.kernel.org

Only this one is sent to stable? The BG2 won't be fixed in stable?

Antoine

> ---
>  drivers/phy/phy-berlin-usb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
> index c6fc95b..ab54f28 100644
> --- a/drivers/phy/phy-berlin-usb.c
> +++ b/drivers/phy/phy-berlin-usb.c
> @@ -106,8 +106,8 @@
>  static const u32 phy_berlin_pll_dividers[] = {
>  	/* Berlin 2 */
>  	CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
> -	/* Berlin 2CD */
> -	CLK_REF_DIV(0x6) | FEEDBACK_CLK_DIV(0x55),
> +	/* Berlin 2CD/Q */
> +	CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
>  };
>  
>  struct phy_berlin_usb_priv {
> -- 
> 2.4.4
> 

-- 
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-07-03  9:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02  5:04 [PATCH 1/4] phy: berlin-usb: fix divider for BG2CD Thomas Hebb
2015-07-02  5:04 ` Thomas Hebb
2015-07-03  9:20 ` Antoine Tenart [this message]
2015-07-03  9:20   ` Antoine Tenart
2015-07-03 14:33   ` Thomas Hebb
2015-07-03 14:33     ` Thomas Hebb

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=20150703092028.GC5634@kwain \
    --to=antoine.tenart@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.