of/address: merge of_iomap()
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 8 Jun 2010 13:48:09 +0000 (07:48 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 5 Jul 2010 22:14:26 +0000 (16:14 -0600)
commit6b884a8d50a6eea2fb3dad7befe748f67193073b
tree85756fbd09ebaebdeb9a7ab56806bcbc5e793532
parenta7c194b007ec40a130207e9ace9cecf598fc6ac5
of/address: merge of_iomap()

Merge common code between Microblaze and PowerPC.  This patch creates
new of_address.h and address.c files to containing address translation
and mapping routines.  First routine to be moved it of_iomap()

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Michal Simek <monstr@monstr.eu>
CC: Stephen Rothwell <sfr@canb.auug.org.au>
arch/microblaze/include/asm/prom.h
arch/microblaze/kernel/prom_parse.c
arch/powerpc/include/asm/prom.h
arch/powerpc/kernel/prom_parse.c
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/address.c [new file with mode: 0644]
include/linux/of_address.h [new file with mode: 0644]