]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: exynos5250: Add missing unpopulated mux parents
authorTomasz Figa <t.figa@samsung.com>
Tue, 15 Oct 2013 17:41:19 +0000 (19:41 +0200)
committerTomasz Figa <t.figa@samsung.com>
Mon, 30 Dec 2013 17:15:48 +0000 (18:15 +0100)
commita91212e5297f4fb4c32d1cc5a77485ec04369be4
tree2d6283636c7c44f25248abb28e127949e4d00901
parent41c49158c49908b32e27bc95cfffb99f1e7eb316
clk: samsung: exynos5250: Add missing unpopulated mux parents

This patch updates mux parent arrays with unpopulated mux inputs, as all
inputs need to be specified in parent arrays passed to
clk_register_mux(), otherwise clk_set_parent() can generate out of bound
accesses to the array.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Tested-by: Tomasz Figa <t.figa@samsung.com>
drivers/clk/samsung/clk-exynos5250.c