drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Device Tree...
authorLee Jones <lee.jones@linaro.org>
Wed, 11 Jul 2012 21:02:17 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jul 2012 23:04:44 +0000 (16:04 -0700)
commitad49fcbe9083f42321adfdd217ed2e0037fd739f
tree410269311c5aed013b58f2f3b837a133e6a85cd5
parent3cfd16a551dc0c188160e1765168a04baf2d3198
drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Device Tree is enabled

Without this patch, if Device Tree is enabled the AB8500 RTC wouldn't get
probed at all, as there is no reference to it from platform code.  This
patch ensures the driver is probed during normal DT start-up.

[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ab8500.c
This page took 0.027024 seconds and 5 git commands to generate.