Hello again, This is version 2 of the patches originally posted here: http://lkml.indiana.edu/hypermail/linux/kernel/1210.2/00952.html Changes since then: - Reordered the series to put the string function removal at the end. - Matthew's had a crack at fixing up all the other drivers which rely on the generic I/O accessors after a request from James Hogan. Note that the mmc and smc changes are required in order to build their respective drivers for arm64, regardless of endianness and/or the rest of this series. Comments welcome, particularly regarding how on Earth this gets merged in a sane manner. Will Matthew Leach (6): net: smc911x: use io{read,write}*_rep accessors net: dm9000: use io{read,write}*_rep accessors net: 8390: use io{read,write}*_rep accessors mtd: nand/gpio: use io{read,write}*_rep accessors musb: tusb6010: use io{read,write}*_rep accessors usb: musb: use io{read,write}*_rep accessors Will Deacon (4): asm-generic: io: don't perform swab during {in,out} string functions mmc: mmci: use io{read,write}*_rep accessors instead of string functions net: smc91x: use io{read,write}*_rep accessors instead of string functions asm-generic: io: remove {read,write} string functions drivers/mmc/host/mmci.c | 8 +++---- drivers/mtd/nand/gpio.c | 8 +++---- drivers/net/ethernet/8390/ax88796.c | 16 ++++++------- drivers/net/ethernet/davicom/dm9000.c | 12 +++++----- drivers/net/ethernet/smsc/smc911x.h | 16 ++++++------- drivers/net/ethernet/smsc/smc91x.h | 20 ++++++++--------- drivers/usb/musb/musb_core.c | 12 +++++----- drivers/usb/musb/musb_io.h | 21 ------------------ drivers/usb/musb/tusb6010.c | 5 +++-- include/asm-generic/io.h | 42 +++++------------------------------ 10 files changed, 55 insertions(+), 105 deletions(-) -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html