From: Tony Lindgren <tony@atomide.com>
To: Ladislav Michl <ladis@linux-mips.org>, Nicolas Pitre <nico@fluxnic.net>
Cc: linux-omap@vger.kernel.org, linux-netdev@vger.kernel.org
Subject: Re: [PATCH 2/2] smc91x: remove OMAP specific bits
Date: Tue, 8 Dec 2009 16:00:16 -0800 [thread overview]
Message-ID: <20091209000016.GC24013@atomide.com> (raw)
In-Reply-To: <20091208170826.GC19338@localhost.localdomain>
* Ladislav Michl <Ladislav.Michl@seznam.cz> [091208 08:07]:
> Now that all OMAP boards are using the board resources, we don't need
> to keep the arch/board specific crap in the driver header.
Planning to merge this via linux-omap list too with the platform
data patch unless somebody at netdev has objections.
Nico, care to ack this?
Regards,
Tony
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
>
> diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
> index 3911be7..bfc53eb 100644
> --- a/drivers/net/smc91x.h
> +++ b/drivers/net/smc91x.h
> @@ -206,21 +206,6 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
> }
> }
>
> -#elif defined(CONFIG_ARCH_OMAP)
> -
> -/* We can only do 16-bit reads and writes in the static memory space. */
> -#define SMC_CAN_USE_8BIT 0
> -#define SMC_CAN_USE_16BIT 1
> -#define SMC_CAN_USE_32BIT 0
> -#define SMC_IO_SHIFT 0
> -#define SMC_NOWAIT 1
> -
> -#define SMC_inw(a, r) readw((a) + (r))
> -#define SMC_outw(v, a, r) writew(v, (a) + (r))
> -#define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
> -#define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
> -#define SMC_IRQ_FLAGS (-1) /* from resource */
> -
> #elif defined(CONFIG_SH_SH4202_MICRODEV)
>
> #define SMC_CAN_USE_8BIT 0
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-12-09 0:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-08 17:00 [PATCH 0/2] OMAP: convert boards to use platform data with smc91x Ladislav Michl
2009-12-08 17:05 ` [PATCH 1/2] OMAP: use smc91x_platdata to setup smc91x Ladislav Michl
2009-12-08 23:58 ` Tony Lindgren
2009-12-09 0:05 ` [APPLIED] " Tony Lindgren
2009-12-08 17:08 ` [PATCH 2/2] smc91x: remove OMAP specific bits Ladislav Michl
2009-12-09 0:00 ` Tony Lindgren [this message]
2009-12-09 1:19 ` Nicolas Pitre
2009-12-09 0:06 ` [APPLIED] " Tony Lindgren
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=20091209000016.GC24013@atomide.com \
--to=tony@atomide.com \
--cc=ladis@linux-mips.org \
--cc=linux-netdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=nico@fluxnic.net \
/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.