[PATCH 19/29] move s3c241xfb's probe function to .devinit.text
Pointers to s3c2410fb_probe and s3c2412fb_probe are passed to the core via platform_driver_register and so the functions must not disappear when the .init sections are discarded. Otherwise (if also having HOTPLUG=y) unbinding and binding a device to one of the drivers via sysfs will result in an oops as does a dev... 23 Jan 2010 16:34
[PATCH 07/29] move efifb's probe function to .devinit.text
A pointer to efifb_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. An... 23 Jan 2010 16:34
[PATCH 28/29] move vga16fb's probe function to .devinit.text
A pointer to vga16fb_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. ... 23 Jan 2010 16:34
[PATCH 24/29] move sh_mobile_lcdc_fb's probe function to .devinit.text
A pointer to sh_mobile_lcdc_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 la... 23 Jan 2010 16:34
[PATCH 21/29] move sgivwfb's probe function to .devinit.text
A pointer to sgivwfb_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. ... 23 Jan 2010 16:34
[PATCH 01/29] move acornfb's probe function to .devinit.text
A pointer to acornfb_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. ... 23 Jan 2010 16:34
[PATCH 18/29] move q40fb's probe function to .devinit.text
A pointer to q40fb_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. An... 23 Jan 2010 16:34
[PATCH 29/29] move w100fb's probe function to .devinit.text
A pointer to w100fb_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. A... 23 Jan 2010 16:34
[PATCH 08/29] move epson1355fb's probe function to .devinit.text
A pointer to epson1355fb_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.... 23 Jan 2010 16:33
High pitch noise when ACPI processor module is loaded.
Hi, Linux: When I do not load the ACPI processor module, there is no high pitch noise. When I load the ACPI processor module (so I can utilize Turbo Boost), Linux makes the system emit a high pitch noise. Windows: The same system, running Windows 7 does not emit any noise. Is there something wrong with ... 25 Jan 2010 18:30