]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1c28fec1acb3a948a5742a16462f857c4af8844
tree410269311c5aed013b58f2f3b837a133e6a85cd5
parentdf0303eeafd573cce07e5589135f64d676f69718
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