platform-drivers: move probe to .devinit.text in drivers/scsi
Hello, On Thu, Feb 04, 2010 at 09:25:07PM +0100, Ralf Baechle wrote: On Thu, Feb 04, 2010 at 08:56:50PM +0100, Uwe Kleine-K�nig wrote: A pointer to a probe callback is passed to the core via platform_driver_register and so the function must not disappear when the .init sections are discarded. ... 4 Feb 2010 16:51
platform-drivers: move probe to .devinit.text in drivers/scsi
On Thu, Feb 04, 2010 at 08:56:50PM +0100, Uwe Kleine-K�nig wrote: A pointer to a probe callback 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 drive... 4 Feb 2010 15:43
[PATCH -next] pci hotplug: fix ibmphp build error
From: Randy Dunlap <randy.dunlap(a)oracle.com> Add header file to fix build error: drivers/pci/hotplug/ibmphp_hpc.c:135: error: implicit declaration of function 'init_MUTEX' drivers/pci/hotplug/ibmphp_hpc.c:136: error: implicit declaration of function 'init_MUTEX_LOCKED' drivers/pci/hotplug/ibmphp_hpc.c:797: erro... 4 Feb 2010 15:43
[PATCH 5/9] i2c: move i2c_omap's probe function to .devinit.text
A pointer to omap_i2c_probe 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 result in an oops as does a device being registered late. ... 4 Feb 2010 15:42
post -rc6 regression, X server crash.
On Thu, 4 Feb 2010 09:36:30 -0500 Nick Bowler <nbowler(a)elliptictech.com> wrote: I'm using Intel KMS with xf86-video-intel 2.10.0. I bisected the issue to the following commit. Reverting the commit allows Xorg to start again. 859ddf09743a8cc680af33f7259ccd0fd36bfe9d is the first bad commit commit... 4 Feb 2010 19:07
[PATCH] HPET: Drop WARN_ON for mismatch on HPET CMP readback II
[AK: Sorry, here's the version that actually compiles. Forgot to do the final commit to git] HPET: Drop WARN_ON for mismatch on HPET CMP readback At least one Intel chipset seems to always return a constant value when reading back the HPET CMP register. This triggers the WARN_ON_ONCE on e... 4 Feb 2010 14:35
hwmon: driver for TI tmp102 temperature sensor
On Wed, 3 Feb 2010 17:23:49 -0800 Steven King <sfking(a)fdwdc.com> wrote: The TI TMP102 is similar to the lm75. It differs from the lm75 by having a 16 bit conf register and the temp registers have a minimum resolution of 12bits; the extended conf register can select 13 bit resolution (which this driver does... 5 Feb 2010 03:56
[12/74] ACPI: Add a generic API for _OSC -v2
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Shaohua Li <shaohua.li(a)intel.com> commit 70023de88c58a81a730ab4d13c51a30e537ec76e upstream. v2->v1: ..improve debug info as suggedted by Bjorn,Kenji ..API is using uuid string as suggested by Alexey ... 4 Feb 2010 13:27
[24/74] fix leak in romfs_fill_super()
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Al Viro <viro(a)zeniv.linux.org.uk> commit 7e32b7bb734047c5e3cecf2e896b9cf8fc35d1e8 upstream. Signed-off-by: Al Viro <viro(a)zeniv.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs... 4 Feb 2010 13:27
[09/74] libata: retry FS IOs even if it has failed with AC_ERR_INVALID
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Tejun Heo <tj(a)kernel.org> commit 534ead709235b967b659947c55d9130873a432c4 upstream. libata currently doesn't retry if a command fails with AC_ERR_INVALID assuming that retrying won't get it any further e... 4 Feb 2010 13:27