clk: samsung: Remove obsolete clkdev alias support
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 3 Oct 2017 10:00:16 +0000 (12:00 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:55:54 +0000 (14:55 +0900)
commit1ea1d09edf231d81210df82f591c851959104dac
treee466fd7957d5f795222f1b6b142aca0b35766468
parent81a7bc2914a20a527ace7c4b49681dd019d17a3c
clk: samsung: Remove obsolete clkdev alias support

Remove support for obsolete clkdev alias definition in generic helper
macros for MUX, DIV, GATE and PLL clocks. clkdev aliases can be still
created using samsung_clk_register_alias() function if given platform
still needs them. All current drivers have been converted not to use
*_A-style macros and checked if there are any clients for the PLL
clocks, which had aliases created unconditionally.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-pll.c
drivers/clk/samsung/clk.c
drivers/clk/samsung/clk.h