diff options
author | Songjun Wu <songjun.wu@linux.intel.com> | 2018-10-16 17:19:09 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-09 08:43:27 -0800 |
commit | 5034ce0605f65576665932dd47c6db120fc97848 (patch) | |
tree | f9fd4818ed469b4c152a51cc96a2d47f801246c9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2e81c1f39620665ec2b0c59a30880ddebd4acb8e (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions