[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20121210.154728.1064961726249039464.davem@davemloft.net>
Date: Mon, 10 Dec 2012 15:47:28 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: will.deacon@....com
Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
benh@...nel.crashing.org, arnd@...db.de, james.hogan@...tec.com,
matthew@...tleach.net, netdev@...r.kernel.org
Subject: Re: [PATCH v2 05/10] net: dm9000: use io{read,write}*_rep accessors
From: Will Deacon <will.deacon@....com>
Date: Mon, 10 Dec 2012 19:12:37 +0000
> From: Matthew Leach <matthew@...tleach.net>
>
> The {read,write}s{b,w,l} operations are not defined by all
> architectures and are being removed from the asm-generic/io.h
> interface.
>
> This patch replaces the usage of these string functions in the default
> DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This
> is required as the dm9000 driver is in use by the blackfin
> architecture which uses the asm-generic io accessors.
>
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: Ben Herrenschmidt <benh@...nel.crashing.org>
> Cc: David Miller <davem@...emloft.net>
> Cc: netdev@...r.kernel.org
> Signed-off-by: Matthew Leach <matthew@...tleach.net>
> Signed-off-by: Will Deacon <will.deacon@....com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists