David Brownell 05440dfcfc rtc-cmos probe() cleanup
Some cleanups for the rtc-cmos probe logic:

 - Claim i/o ports with request_region() not request_resource(),
   for better coexistence betwen platform and pnp bus glues.

 - Claim those ports earlier, to help work around procfs bugs
   (it allows duplicate names, like /proc/driver/rtc).

 - Fix some glitches in cleanup code, notably a cut'n'paste-o
   where the i/o port region might not get released during
   cleanup after a probe fault.

And some comment clarifications, including noting that this code
must work with PNPBIOS not just PNPACPI..

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Russell King <rmk@arm.linux.org.uk>
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>
2007-10-16 09:43:13 -07:00
..
2007-10-16 09:43:13 -07:00
2007-05-08 11:15:18 -07:00
2007-10-16 09:43:13 -07:00
2007-10-16 09:43:13 -07:00
2007-10-16 09:43:13 -07:00
2007-07-17 10:23:09 -07:00
2007-05-08 11:15:18 -07:00
2007-08-22 19:52:45 -07:00
2007-08-22 19:52:47 -07:00
2007-05-17 05:23:05 -07:00
2007-05-08 11:15:18 -07:00
2007-07-31 15:39:36 -07:00
2007-05-08 11:15:18 -07:00
2007-09-11 17:21:20 -07:00