All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: CDMM big endian fixes for v4.1
@ 2015-04-28  9:57 ` James Hogan
  0 siblings, 0 replies; 7+ messages in thread
From: James Hogan @ 2015-04-28  9:57 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: James Hogan, Greg Kroah-Hartman, Jiri Slaby, linux-mips

The MIPS Common Device Memory Map (CDMM) is internal to the core and has
native endianness. There is therefore no need to byte swap the MMIO
accesses on big endian targets. This patchset converts the CDMM bus
driver and Fast Debug Channel (FDC) TTY driver to use __raw_readl() and
__raw_writel() when accessing the CDMM so they work on big endian
targets too.

I guess it makes sense for this to go via the MIPS tree since thats
where the original patches were applied. Please apply for v4.1.

James Hogan (2):
  MIPS: Fix CDMM to use native endian MMIO reads
  ttyFDC: Fix to use native endian MMIO reads

 drivers/bus/mips_cdmm.c      |  4 ++--
 drivers/tty/mips_ejtag_fdc.c | 17 +++++++++--------
 2 files changed, 11 insertions(+), 10 deletions(-)

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: linux-mips@linux-mips.org
-- 
2.0.5

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

end of thread, other threads:[~2015-04-28 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  9:57 [PATCH 0/2] MIPS: CDMM big endian fixes for v4.1 James Hogan
2015-04-28  9:57 ` James Hogan
2015-04-28  9:57 ` [PATCH 1/2] MIPS: Fix CDMM to use native endian MMIO reads James Hogan
2015-04-28  9:57   ` James Hogan
2015-04-28  9:57 ` [PATCH 2/2] ttyFDC: Fix " James Hogan
2015-04-28  9:57   ` James Hogan
2015-04-28 11:15   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.