[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20121210.154714.1593095288525239001.davem@davemloft.net>
Date: Mon, 10 Dec 2012 15:47:14 -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,
nico@...xnic.net, netdev@...r.kernel.org
Subject: Re: [PATCH v2 03/10] net: smc91x: use io{read,write}*_rep
accessors instead of string functions
From: Will Deacon <will.deacon@....com>
Date: Mon, 10 Dec 2012 19:12:35 +0000
> 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
> SMC accessors with io{read,write}{8,16,32}_rep calls instead, which are
> defined for all architectures.
>
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: Ben Herrenschmidt <benh@...nel.crashing.org>
> Cc: Nicolas Pitre <nico@...xnic.net>
> Cc: netdev@...r.kernel.org
> 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