linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Fix endianness of generic I/O accessors
@ 2012-12-10 19:12 Will Deacon
  2012-12-10 19:12 ` [PATCH v2 01/10] asm-generic: io: don't perform swab during {in,out} string functions Will Deacon
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Will Deacon @ 2012-12-10 19:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-arch, benh, arnd, james.hogan, Will Deacon

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2012-12-13 11:28 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 19:12 [PATCH v2 00/10] Fix endianness of generic I/O accessors Will Deacon
2012-12-10 19:12 ` [PATCH v2 01/10] asm-generic: io: don't perform swab during {in,out} string functions Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 19:12 ` [PATCH v2 02/10] mmc: mmci: use io{read,write}*_rep accessors instead of " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 19:12 ` [PATCH v2 03/10] net: smc91x: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 20:47   ` David Miller
2012-12-10 20:47     ` David Miller
2012-12-10 19:12 ` [PATCH v2 04/10] net: smc911x: use io{read,write}*_rep accessors Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 20:47   ` David Miller
2012-12-11 14:49     ` Will Deacon
2012-12-11 17:51       ` David Miller
2012-12-10 19:12 ` [PATCH v2 05/10] net: dm9000: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 20:47   ` David Miller
2012-12-10 20:47     ` David Miller
2012-12-10 19:12 ` [PATCH v2 06/10] net: 8390: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 20:47   ` David Miller
2012-12-10 19:12 ` [PATCH v2 07/10] mtd: nand/gpio: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-13 11:28   ` Artem Bityutskiy
2012-12-13 11:28     ` Artem Bityutskiy
2012-12-10 19:12 ` [PATCH v2 08/10] musb: tusb6010: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 19:12 ` [PATCH v2 09/10] usb: musb: " Will Deacon
2012-12-10 19:12   ` Will Deacon
2012-12-10 19:12 ` [PATCH v2 10/10] asm-generic: io: remove {read,write} string functions Will Deacon
2012-12-10 19:12   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).