Re: [PATCH 04/21] ARM: EXYNOS: Register drivers before devices

2015-05-25 Thread Krzysztof Kozlowski
2015-05-25 23:53 GMT+09:00 Tomeu Vizoso : > So devices can be probed on demand, we need to have the drivers already > registered as we don't have enough information to register a driver on > demand. > > Signed-off-by: Tomeu Vizoso This is 4/21 but I can't see other patches. I found the cover lett

[PATCH 04/21] ARM: EXYNOS: Register drivers before devices

2015-05-25 Thread Tomeu Vizoso
So devices can be probed on demand, we need to have the drivers already registered as we don't have enough information to register a driver on demand. Signed-off-by: Tomeu Vizoso --- arch/arm/mach-exynos/exynos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/ma