[PATCH 36/37] arch/microblaze: Remove .archdata.of_node and use .of_node in struct device
..archdata.of_node is being removed from Microblaze, SPARC and PowerPC because it duplicates the struct device .of_node pointer. This patch also removes .node from struct of_device for the same reason. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- arch/microblaze/include/asm/device.h | 8 ... 11 Mar 2010 13:26
[PATCH 27/37] drivers/of: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/of/device.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/of/device.c b/drivers/of/device.c index 224ae6b..24068bb 100644 --- a/drivers/of/device.c +++ b/driv... 11 Mar 2010 13:26
[PATCH 25/37] drivers/infiniband: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/infiniband/hw/ehca/ehca_main.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/infiniband/hw/ehca/ehca_main.c b/drivers/infiniband/hw/ehca/ehca_main.c index 129a6be..2639185... 11 Mar 2010 13:26
[PATCH 33/37] sound/soc: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- sound/soc/fsl/mpc8610_hpcd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c index ef67d1c..d7e1b9a 100644 --- a/sound/soc/fsl/mpc8610_hp... 11 Mar 2010 13:26
[PATCH 15/37] drivers/mmc: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/mmc/host/sdhci-of-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdhci-of-core.c b/drivers/mmc/host/sdhci-of-core.c index 55e3313..dfe5cea 100644 --- a/drivers/mmc/... 11 Mar 2010 13:26
[PATCH 01/37] i2c/of: Allow device node to be passed via i2c_board_info
The struct device_node *of_node pointer is moving out of dev->archdata and into the struct device proper. of_i2c.c needs to set the of_node pointer before the device is registered. Since the i2c subsystem doesn't allow 2 stage allocation and registration of i2c devices, the of_node pointer needs to be passed via ... 11 Mar 2010 13:26
[PATCH 32/37] sound/aoa: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- sound/aoa/fabrics/layout.c | 2 +- sound/aoa/soundbus/core.c | 8 ++++---- sound/aoa/soundbus/i2sbus/control.c | 2 +- sound/aoa/soundbus/i2sbus/core.c | 4 ++-- sound/aoa/soundbus/sysfs.c ... 11 Mar 2010 13:26
[PATCH 06/37] arch/microblaze: use .dev.of_node instead of .node in struct of_device
..node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- arch/microblaze/kernel/of_device.c | 8 ++++---- arch/microblaze/kernel/of_platform.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/microblaze/kernel/of_device.c b/arch/microblaze/kern... 11 Mar 2010 13:26
[PATCH] Drivers: pci: code style cleanup
From: Chihau Chau <chihau(a)gmail.com> This is a code style cleanup related with spaces, like a lot of trailing withspaces, spaces before a TAB, to use "foo * bar" instead of "foo *bar" and to put a else sentence below close brace '}'. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/pci/pci.c | 51 ... 11 Mar 2010 13:26
remove implicit slab.h inclusion from percpu.h
On Thu, Mar 11, 2010 at 11:56:22PM +0900, Tejun Heo wrote: Lee Schermerhorn was trying to use percpu from slab.h and ran into a dependency loop. percpu.h was using slab.h for UP inline implementation which isn't a big deal in itself but it turns out that percpu.h ends up being included everywhere via modul... 17 Mar 2010 19:58