public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Switch to ioremap_wc in the SRAM allocator code
@ 2015-02-06 13:45 Abhilash Kesavan
  2015-02-06 13:45 ` [PATCH v2 1/3] m32r: add definition of ioremap_wc to io.h Abhilash Kesavan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Abhilash Kesavan @ 2015-02-06 13:45 UTC (permalink / raw)
  To: gregkh, linux-kernel, hirokazu.takata.wj
  Cc: catalin.marinas, Will.Deacon, heiko, shc_work, p.zabel,
	nicoleotsuka, padma.v, arnd, alsa-devel, shawn.guo, bcousson,
	tony, kernel, kgene

Fix alignment faults seen during play-back of files with specific
sampling rates such as 44.1K. This is based on the discussion here:
http://www.spinics.net/lists/arm-kernel/msg384647.html

Patch 1 is needed as m32r arch does not define ioremap_wc. Patch 2 adds a
resource managed helper function for ioremap_wc which is used in patch 3.

Changes since v1:
	- Fix the compilation error with m32r due to missing ioremap_wc
	definition.
	- Fixed minor indentation issues.

Note: Other architectures either have ioremap_wc defined or are including
generic "io.h"/"iomap.h". c6x arch is the only one I am not sure of.

Abhilash Kesavan (3):
  m32r: add definition of ioremap_wc to io.h
  lib: devres: add a helper function for ioremap_wc
  misc: sram: switch to ioremap_wc from ioremap

 Documentation/driver-model/devres.txt |    1 +
 arch/m32r/include/asm/io.h            |    1 +
 drivers/misc/sram.c                   |   17 ++++++++++++++---
 include/linux/io.h                    |    2 ++
 lib/devres.c                          |   28 ++++++++++++++++++++++++++++
 5 files changed, 46 insertions(+), 3 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-03-01 16:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 13:45 [PATCH v2 0/3] Switch to ioremap_wc in the SRAM allocator code Abhilash Kesavan
2015-02-06 13:45 ` [PATCH v2 1/3] m32r: add definition of ioremap_wc to io.h Abhilash Kesavan
2015-02-06 13:45 ` [PATCH v2 2/3] lib: devres: add a helper function for ioremap_wc Abhilash Kesavan
2015-02-06 13:45 ` [PATCH v2 3/3] misc: sram: switch to ioremap_wc from ioremap Abhilash Kesavan
2015-02-06 16:10   ` Philipp Zabel
2015-02-06 15:44 ` [PATCH v2 0/3] Switch to ioremap_wc in the SRAM allocator code Catalin Marinas
2015-03-01 16:30   ` [alsa-devel] " Abhilash Kesavan
2015-03-01 16:43     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox