linux-stable/drivers/staging/board
Geert Uytterhoeven b0c750f74e staging: board: Initialize staging board code earlier
Currently the staging board code is initialized from a late_initcall().
However, unused PM domains are also disabled from a late_initcall(),
which happens before due to link order.

Change the initialization of staging board code from using
late_initcall() to device_initcall() to fix this.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-17 21:42:51 -07:00
..
board.c staging:board: remove unnecessary function 2015-01-17 16:17:11 -08:00
board.h staging: board: Initialize staging board code earlier 2015-06-17 21:42:51 -07:00
Kconfig Revert "staging: board: disable as it breaks the build" 2015-06-17 21:42:51 -07:00
kzm9d.c
Makefile
TODO