clk: Introduce clk-provider.h to store Common Clock Framework's internals
authorLukasz Majewski <lukma@denx.de>
Mon, 24 Jun 2019 13:50:41 +0000 (15:50 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 12:50:30 +0000 (14:50 +0200)
commit004c1229414ff4a13dd20f48f9c8c1da98fee878
treec8621d568f55b75c674bbe5e5c1853051cfd5110
parent36bac0a193d4cf37ca9c482567bc72012c1299b5
clk: Introduce clk-provider.h to store Common Clock Framework's internals

This file now stores the dev_get_clk_ptr() wrapper on the dev_get_uclass_priv()
function.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
include/linux/clk-provider.h [new file with mode: 0644]