Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] [MXC] Armadillo500 Correct bus length for SMSC9118 on board chip.
Date: Mon, 19 Oct 2009 16:27:57 +0200	[thread overview]
Message-ID: <20091019142757.GL8818@pengutronix.de> (raw)
In-Reply-To: <20091015192905.2fa228f9@Marramao-laptop>

Hi Alberto,

On Thu, Oct 15, 2009 at 07:29:05PM +0200, Alberto Panizzo wrote:
> Armadillo500 Correct bus length for SMSC9118 on board chip.
> 
> The SMSC9118 network chip is connected to the data bus with a 16 bit
> interface, not 32 as early suggested.

This one looks like it should go into 2.6.32, right?

The other patches are ok. Please let me know what I should do with this
one.

Sascha

> 
> Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
> ---
>  arch/arm/mach-mx3/armadillo5x0.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-mx3/armadillo5x0.c b/arch/arm/mach-mx3/armadillo5x0.c
> index 309fa7a..bd4a0f9 100644
> --- a/arch/arm/mach-mx3/armadillo5x0.c
> +++ b/arch/arm/mach-mx3/armadillo5x0.c
> @@ -310,7 +310,7 @@ static struct resource armadillo5x0_smc911x_resources[] = {
>  };
>  
>  static struct smsc911x_platform_config smsc911x_info = {
> -	.flags		= SMSC911X_USE_32BIT,
> +	.flags		= SMSC911X_USE_16BIT,
>  	.irq_polarity   = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
>  	.irq_type       = SMSC911X_IRQ_TYPE_PUSH_PULL,
>  };
> -- 
> 1.5.4.3
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  parent reply	other threads:[~2009-10-19 14:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-15 17:13 [PATCH 0/4] [MXC] Armadillo500 patches to support various devices Alberto Panizzo
2009-10-15 17:24 ` [PATCH 1/4] [MXC] Armadillo500 Add support for onboard GPIO Buttons Alberto Panizzo
2009-10-15 17:29   ` [PATCH 2/4] [MXC] Armadillo500 Correct bus length for SMSC9118 on board chip Alberto Panizzo
2009-10-15 17:31     ` [PATCH 3/4] [MXC] Armadillo500 Add i2c second bus support Alberto Panizzo
2009-10-15 17:33       ` [PATCH 4/4] [MXC] Armadillo500 Add support for Seiko Instruments S-35390A rtc over i2c Alberto Panizzo
2009-10-19 14:27     ` Sascha Hauer [this message]
2009-10-21 21:40       ` [PATCH 2/4] [MXC] Armadillo500 Correct bus length for SMSC9118 on board chip Alberto Panizzo

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=20091019142757.GL8818@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox