From: Sylwester Nawrocki Date: Wed, 9 May 2012 05:33:28 +0000 (+0900) Subject: video: exynos mipi dsi: Avoid races in probe() X-Git-Tag: v3.5-rc1~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89e1399bab8bf72762948d251e69df50a9d6d85;p=pandora-kernel.git video: exynos mipi dsi: Avoid races in probe() Make sure all resources are initialized before interrupt handler is registered. Pass full platform device name to request_irq() so it can be distinguished which device has requested an interrupt in cases there are multiple instances in the system. Also enable voltage regulators regardless of they have been enabled by bootloader or not, to make sure other drivers using same regulators don't disable them unexpectedly. Signed-off-by: Sylwester Nawrocki Signed-off-by: Donghwa Lee Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed