platform_bus: allow custom extensions to system PM methods
Greg KH <gregkh(a)suse.de> writes: On Wed, Mar 17, 2010 at 04:18:15PM -0700, Kevin Hilman wrote: When runtime PM for platform_bus was added, it allowed for platforms to customize the runtime PM methods since they are defined as weak symbols. This patch allows platforms to also extend the system ... 18 Mar 2010 14:20
arch/powerpc: Remove obsolete dev_archdata.of_node and of_devce.node
On Thu, Mar 18, 2010 at 9:47 AM, Anton Vorontsov <avorontsov(a)ru.mvista.com> wrote: Hi Grant, On Thu, Mar 18, 2010 at 09:22:50AM -0600, Grant Likely wrote: Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value. �This patch removes them. Yeah, they're plain dupl... 18 Mar 2010 14:20
of/drivers: Always use struct device.of_node to get node pointer
Hi Grant, The following structure elements duplicate the information in 'struct device.of_node' and so are being eliminated. This patches makes all readers of the following elements use device.of_node instead. struct dev_archdata.prom_node (sparc) struct dev_archdata.of_node (powerpc) struct of... 18 Mar 2010 12:59
Memory Loss
Hi, I have a Dell PowerEdge 2900 reporting the loss of some memory at boot time. It runs Ubuntu Karmic kernel 2.6.31-19-server (internal name). The server is loaded with 42 GB of RAM but I get a little over 40GB, and the following message from dmesg after bootup accounting for the loss of RAM. [ 0.000000] ... 25 Mar 2010 06:51
x86,perf: add cache events in p4 PMU
* Lin Ming <ming.m.lin(a)intel.com> wrote: Add cache events in p4 PMU. Move the HT bit setting code from p4_pmu_event_map to p4_hw_config. So the cache events can get HT bit set correctly. Tested on my P4 desktop, below 6 cache events work. L1-dcache-load-misses LLC-load-misses dTLB-load-... 18 Mar 2010 17:46
[PATCH] staging: winbond: mlmetxrx_f.h Coding style fixes.
I fixed all problems found by checkpatch.pl and removed CamelCase from argument names. Signed-off-by: Lars Lindley <lindley(a)coyote.org> --- drivers/staging/winbond/mlmetxrx_f.h | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/staging/winbond/mlmetxrx... 18 Mar 2010 12:59
arch/powerpc: Remove obsolete dev_archdata.of_node and of_devce.node
Hi Grant, On Thu, Mar 18, 2010 at 09:22:50AM -0600, Grant Likely wrote: Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value. This patch removes them. Yeah, they're plain duplications since you introduced dev.of_node. I wonder what was the problem with using dev.archda... 18 Mar 2010 12:59
[V2 PATCH 02/10] 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 ... 18 Mar 2010 11:41
[V2 PATCH 09/10] arch/microblaze: Remove obsolete dev_archdata.of_node and of_devce.node
Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value. This patch removes them. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- arch/microblaze/include/asm/device.h | 14 -------------- arch/microblaze/include/asm/of_device.h | 1 - arch/microblaze/ker... 18 Mar 2010 11:41
[V2 PATCH 07/10] of: eliminate calls to dev_archdata_set_node()
At this point, there are no more users of the archdata node pointer, so the calls to set it can be dropped. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/of/of_i2c.c | 1 - drivers/of/of_mdio.c | 1 - drivers/of/of_spi.c | 1 - 3 files changed, 0 insertions(+), 3 deletions(-... 18 Mar 2010 11:41