All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: tidspbridge: fix ioremap() usage
@ 2010-10-10 17:40 ` Felipe Contreras
  0 siblings, 0 replies; 26+ messages in thread
From: Felipe Contreras @ 2010-10-10 17:40 UTC (permalink / raw)
  To: linux-arm, linux-omap, Greg KH
  Cc: Omar Ramirez Luna, Russell King, Felipe Contreras

Now we truly reserve the memory so that the kernel doesn't map it.

Unfortunately, the ARM architecture code doesn't provide a good way to do this,
so I had to modify it a bit.

Felipe Contreras (3):
  arm: mm: allow boards to fiddle with meminfo
  omap: dsp: fix ioremap() usage
  staging: tidspbridge: remove memory consistency from TODO list

 arch/arm/include/asm/mach/arch.h         |    2 +-
 arch/arm/mm/init.c                       |    7 +++--
 arch/arm/plat-omap/common.c              |   43 +++++++++++++++++++++++++++--
 arch/arm/plat-omap/devices.c             |   30 ---------------------
 arch/arm/plat-omap/include/plat/common.h |    3 +-
 arch/arm/plat-omap/include/plat/dsp.h    |    6 ----
 drivers/staging/tidspbridge/TODO         |    1 -
 7 files changed, 47 insertions(+), 45 deletions(-)

-- 
1.7.3.1.2.g7fe2b


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

end of thread, other threads:[~2010-10-11 19:05 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-10 17:40 [PATCH 0/3] staging: tidspbridge: fix ioremap() usage Felipe Contreras
2010-10-10 17:40 ` Felipe Contreras
2010-10-10 17:40 ` [PATCH 1/3] arm: mm: allow boards to fiddle with meminfo Felipe Contreras
2010-10-10 17:40   ` Felipe Contreras
2010-10-10 19:03   ` Russell King - ARM Linux
2010-10-10 19:03     ` Russell King - ARM Linux
2010-10-10 19:37     ` Felipe Contreras
2010-10-10 19:37       ` Felipe Contreras
2010-10-10 17:40 ` [PATCH 2/3] omap: dsp: fix ioremap() usage Felipe Contreras
2010-10-10 17:40   ` Felipe Contreras
2010-10-10 20:17   ` Premi, Sanjeev
2010-10-10 20:17     ` Premi, Sanjeev
2010-10-10 20:39     ` Felipe Contreras
2010-10-10 20:39       ` Felipe Contreras
2010-10-11 15:15   ` Guzman Lugo, Fernando
2010-10-11 15:15     ` Guzman Lugo, Fernando
2010-10-11 19:05     ` Felipe Contreras
2010-10-11 19:05       ` Felipe Contreras
2010-10-10 17:40 ` [PATCH 3/3] staging: tidspbridge: remove memory consistency from TODO list Felipe Contreras
2010-10-10 17:40   ` Felipe Contreras
2010-10-11 10:40   ` Arnd Bergmann
2010-10-11 10:40     ` Arnd Bergmann
2010-10-11 11:16     ` Felipe Contreras
2010-10-11 11:16       ` Felipe Contreras
2010-10-11 14:02       ` Arnd Bergmann
2010-10-11 14:02         ` Arnd Bergmann

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.