18 Jun, 2009
1 commit
-
A pointer to probe and remove functions 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.Signed-off-by: Wim Van Sebroeck
19 Jan, 2009
1 commit
-
Impact: cleanup
Move/remove leftover RDC321 files. Now that it's not a subarch anymore,
arch/x86/mach-rdc321x and arch/x86/include/asm/mach-rdc321x/ are not
needed.One include file was still in use: rdc321x_defs.h, move that to the
generic x86 asm header directory.Signed-off-by: Ingo Molnar
23 Sep, 2008
1 commit
-
Fix some drivers so that they use the unlocked_ioctl call.
Signed-off-by: Wim Van Sebroeck
27 Aug, 2008
1 commit
-
This patch adds support for the built-in RDC R-321x SoC watchdog.
Signed-off-by: Florian Fainelli
Signed-off-by: Wim Van Sebroeck