public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] net: phy: atheros: Fix the masks for AR8031/8035
Date: Fri, 03 Jan 2014 11:05:19 +0100	[thread overview]
Message-ID: <52C68B5F.208@denx.de> (raw)
In-Reply-To: <1388684557-12121-2-git-send-email-festevam@gmail.com>

On 02/01/2014 18:42, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Use the same masks as used in the kernel:
> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/phy/at803x.c?id=refs/tags/v3.12.6
> 
> With such changes Ethernet is functional on hummingboard solo. 
> 
> Cc: Joe Hershberger <joe.hershberger@gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  drivers/net/phy/atheros.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c
> index 0f2dfd6..386e3ab 100644
> --- a/drivers/net/phy/atheros.c
> +++ b/drivers/net/phy/atheros.c
> @@ -50,7 +50,7 @@ static struct phy_driver AR8021_driver =  {
>  static struct phy_driver AR8031_driver =  {
>  	.name = "AR8031",
>  	.uid = 0x4dd074,
> -	.mask = 0xfffff0,
> +	.mask = 0xffffffef,
>  	.features = PHY_GBIT_FEATURES,
>  	.config = genphy_config,
>  	.startup = genphy_startup,
> @@ -60,7 +60,7 @@ static struct phy_driver AR8031_driver =  {
>  static struct phy_driver AR8035_driver =  {
>  	.name = "AR8035",
>  	.uid = 0x4dd072,
> -	.mask = 0x4fffff,
> +	.mask = 0xffffffef,
>  	.features = PHY_GBIT_FEATURES,
>  	.config = ar8035_config,
>  	.startup = genphy_startup,
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2014-01-03 10:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-02 17:42 [U-Boot] [PATCH 1/2] mx6: Add initial support for the Hummingboard solo Fabio Estevam
2014-01-02 17:42 ` [U-Boot] [PATCH 2/2] net: phy: atheros: Fix the masks for AR8031/8035 Fabio Estevam
2014-01-03 10:05   ` Stefano Babic [this message]
2014-01-03 10:04 ` [U-Boot] [PATCH 1/2] mx6: Add initial support for the Hummingboard solo Stefano Babic
2014-01-03 11:18   ` Fabio Estevam
2014-01-03 11:24     ` Stefano Babic

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=52C68B5F.208@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox