First  |  Prev |  Next  |  Last
Pages: 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425
[PATCH] of: remove of_default_bus_ids
From: Jonas Bonn <jonas(a)southpole.se> This list used was by only two platforms with all other platforms defining an own list of valid bus id's to pass to of_platform_bus_probe. This patch: i) copies the default list to the two platforms that depended on it (powerpc) ii) remove the usage of of_default_bus_id... 23 Jul 2010 16:55
[PATCH 06/11] ARM: omap: move omapfb_reserve_sdram() to .init.text
omapfb_reserve_sdram() is only called by omap1_map_common_io() and _omap2_map_common_io() that both live in .init.text. So this is save for omapfb_reserve_sdram(), too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-omap/fb.c | 4 ++-- 1 files changed, 2 insertions(+), 2... 23 Jul 2010 16:55
[PATCH] of: make of_find_device_by_node generic
From: Jonas Bonn <jonas(a)southpole.se> There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.c. Signed-off-by: Jonas Bonn <jonas(a)southpole.se> [grant.likely(a)secretlab.ca: moved to drivers/... 23 Jul 2010 16:55
[PATCH 08/11] ARM: omap: move get_fbmem_region() to .init.text
get_fbmem_region() is only called by omapfb_reserve_sdram() and omapfb_reserve_sram() that both live in .init.text. So get_fbmem_region can go there, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-omap/fb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ... 23 Jul 2010 16:55
of: make of_find_device_by_node generic
From: Grant Likely <grant.likely(a)secretlab.ca> Date: Fri, 23 Jul 2010 14:02:17 -0600 From: Jonas Bonn <jonas(a)southpole.se> There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.... 23 Jul 2010 16:55
[PATCH 02/11] ARM: kirkwood: move qnap_tsx1x_register_flash() to .init.text
qnap_tsx1x_register_flash is only called by qnap_ts219_init and qnap_ts41x_init which both live in .init.text, too. So the move is OK. This fixes the following warning in kirkwood_defconfig: WARNING: vmlinux.o(.text+0x9334): Section mismatch in reference from the function qnap_tsx1x_register_flash() to the varia... 23 Jul 2010 16:55
[PATCH 07/11] ARM: omap: move omapfb_reserve_sram() to .init.text
omapfb_reserve_sram() is only called by omap_detect_sram() which lives in ..init.text. So this is save for omapfb_reserve_sram(), too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-omap/fb.c | 6 +++--- arch/arm/plat-omap/sram.c | 2 +- 2 files changed, 4 insertion... 23 Jul 2010 16:55
[PATCH] of: Fix phandle endian issues
The flat tree code wasn't fixing the endianness on phandle values when unflattening the tree, and the code in drivers/of wasn't always doing a be32_to_cpu before trying to dereference the phandle values. This patch fixes them. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/of/base.c | 1... 23 Jul 2010 16:55
[PATCH 04/11] ARM: omap: move omap_init_fb to .init.text
omap_init_fb() is only called as arch_initcall and so can live in ..init.text. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-omap/fb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index d3eea... 23 Jul 2010 16:55
drivers: net: use newly introduced hex_to_bin()
From: Andy Shevchenko <andy.shevchenko(a)gmail.com> Date: Fri, 23 Jul 2010 16:18:07 +0300 Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at... 23 Jul 2010 16:55
First  |  Prev |  Next  |  Last
Pages: 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425