[PATCH 04/62] driver core: make platform_device_id table const
From: Eric Miao <eric.y.miao(a)gmail.com> The platform ID table is normally const, force that by adding the attribute. Signed-off-by: Eric Miao <eric.y.miao(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- include/linux/platform_device.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions... 2 Mar 2010 19:14
[PATCH 02/62] kset-example: Spelling fixes.
From: Radu Voicilas <rvoicilas(a)gmail.com> No change in functionality. Signed-off-by: Radu Voicilas <rvoicilas(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- samples/kobject/kset-example.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/kobject/kset-exa... 2 Mar 2010 19:14
[PATCH] Avoid implicit constant truncation
From: Ian Munsie <imunsie(a)au.ibm.com> When building on 64 bit platforms, the compiler throws the following warning: drivers/pci/probe.c:197: warning: large integer implicitly truncated to unsigned type This patch adds an explicit truncation to silence the compiler warning. Signed-off-by: Ian Munsie <imunsi... 2 Mar 2010 19:14
[PATCH 32/62] x86: move hp-wmi's probe function to .devinit.text
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> A pointer to hp_wmi_bios_setup is passed to the core via platform_driver_register and so the function must not disappear when the ..init sections are discarded. Otherwise (if also having HOTPLUG=y) unbinding and binding a device to the driver via sysfs will... 2 Mar 2010 19:14
[PATCH 06/62] sysdev: Convert node driver class attributes to be data driven
From: Andi Kleen <andi(a)firstfloor.org> Using the new attribute argument convert the node driver class attributes to carry the node state. Then use a shared function to do what a lot of individual functions did before. Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse... 2 Mar 2010 19:14
[PATCH 07/36] serial: imx: fix NULL dereference Oops when pdata == NULL
From: Baruch Siach <baruch(a)tkos.co.il> The platform code doesn't have to provide platform data to get sensible default behaviour from the imx serial driver. This patch does not handle NULL dereference in the IrDA case, which still requires a valid platform data pointer (in imx_startup()/imx_shutdown()), since ... 2 Mar 2010 19:14
[PATCH 18/62] Driver-Core: devtmpfs - reset inode permissions before unlinking
From: Kay Sievers <kay.sievers(a)vrfy.org> Before unlinking the inode, reset the current permissions of possible references like hardlinks, so granted permissions can not be retained across the device lifetime by creating hardlinks, in the unusual case that there is a user-writable directory on the same filesystem.... 2 Mar 2010 19:14
[PATCH 23/62] driver-core: firmware_class: remove base.h header inclusion
From: Luis R. Rodriguez <lrodriguez(a)atheros.com> base.h is used by base drivers for sharing internal structures. Turns out firmware_class does not depend on it at all so remove it. Cc: Johannes Berg <johannes(a)sipsolutions.net> Signed-off-by: Luis R. Rodriguez <lrodriguez(a)atheros.com> Acked-by: Marcel Holtmann ... 2 Mar 2010 19:14
[PATCH 28/62] Driver core: make struct platform_driver.id_table const
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> This fixes a warning on several pxa based machines: arch/arm/mach-pxa/ssp.c:475: warning: initialization discards qualifiers from pointer target type Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Acked-by: Vikram Dhillon <dhillonv10@g... 2 Mar 2010 19:14
[PATCH 17/62] driver core: Convert some drivers to CLASS_ATTR_STRING
From: Andi Kleen <andi(a)firstfloor.org> Convert some drivers who export a single string as class attribute to the new class_attr_string functions. This removes redundant code all over. Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/gpu/drm/drm_sy... 2 Mar 2010 19:14