]> git.baikalelectronics.ru Git - kernel.git/commit
serial: lantiq: Replace clk_enable/clk_disable with clk generic API
authorSongjun Wu <songjun.wu@linux.intel.com>
Tue, 16 Oct 2018 09:19:09 +0000 (17:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 16:43:27 +0000 (08:43 -0800)
commit09805349dadc7d72441f88d30cd11092ffea4ba8
treef9fd4818ed469b4c152a51cc96a2d47f801246c9
parent5e4e9f4330c9d618b20a56e6ddfd0633c99729df
serial: lantiq: Replace clk_enable/clk_disable with clk generic API

The clk driver has introduced new clock APIs that replace
the existing clk_enable and clk_disable.
- clk_enable() APIs is replaced with clk_prepare_enable()
- clk_disable() API is replaced with clk_disable_unprepare()

Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lantiq.c