Thread (4 messages) flat view 4 messages, 2 authors, 2012-12-11

Re: [PATCH v2 04/10] net: smc911x: use io{read,write}*_rep accessors

From: David Miller <davem@davemloft.net>
Date: 2012-12-11 17:52:00
Also in: linux-arch, lkml

From: Will Deacon <redacted>
Date: Tue, 11 Dec 2012 14:49:49 +0000
On Mon, Dec 10, 2012 at 08:47:05PM +0000, David Miller wrote:
quoted
This misses the two uses in smsc911x_tx_writefifo and
smsc911x_rx_readfifo.
Well spotted, updated patch below.
Although I'd like to take credit, the compiler told me :-)
From b46e33465e755e945136d19938c9a8331cbafce7 Mon Sep 17 00:00:00 2001
From: Matthew Leach <redacted>
Date: Tue, 6 Nov 2012 14:51:11 +0000
Subject: [PATCH v3] net: smc911x: use io{read,write}*_rep accessors

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 smc911x
accessors with io{read,write}{8,16,32}_rep calls instead.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ben Herrenschmidt <benh@kernel.crashing.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Matthew Leach <redacted>
Signed-off-by: Will Deacon <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help