]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit5034ce0605f65576665932dd47c6db120fc97848
treef9fd4818ed469b4c152a51cc96a2d47f801246c9
parent2e81c1f39620665ec2b0c59a30880ddebd4acb8e
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