diff options
author | David Brownell <david-b@pacbell.net> | 2007-02-20 13:58:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-20 17:10:15 -0800 |
commit | 5d4675a811fb71fd922109d7ebae3f987401ace1 (patch) | |
tree | 8e03c86e64797963ef625ee9174147dfbc6bc24b /arch/arm/mach-pxa | |
parent | 32b49da46caa8067ea47eea8b7aee6559e452125 (diff) | |
download | blackbird-op-linux-5d4675a811fb71fd922109d7ebae3f987401ace1.tar.gz blackbird-op-linux-5d4675a811fb71fd922109d7ebae3f987401ace1.zip |
[PATCH] at91_rtc updates
Various bug fixes to the at91rm9200 RTC:
- alarm: setalarm() should pay attention to the "enabled" flag
- init: cleaner handling of the wakeup flags, which cpu init should
really have set up. Doing it here is just a workaround.
- linkage: since the at91_rtc driver probe() routine is in the init
section, it should use platform_driver_probe() instead of leaving
that pointer around in the driver struct after init section removal.
- linkage: likewise, remove() belongs in the exit section.
Among other things, the init and alarm changes ensure that this driver
handles the new sysfs "wakealarm" attribute properly.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-pxa')
0 files changed, 0 insertions, 0 deletions