Files
u-boot/drivers
Lukasz Majewski 0c660c2b32 dm: clk: Define clk_get_parent() for clk operations
This commit adds the clk_get_parent() function, which is responsible
for getting the parent's struct clock pointer.

U-Boot's DM support for getting parent is different (the parent
relationship is in udevice) than the one in Common Clock Framework [CCF]
in Linux. To obtain the pointer to struct clk of parent the
pdev->uclass_priv field is read via dev_get_clk_ptr() wrapper.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-07-19 14:50:30 +02:00
..
2019-05-21 08:03:38 +02:00
2019-02-27 09:12:33 +08:00
2019-05-18 08:15:35 -04:00
2019-07-15 13:32:26 -05:00
2019-02-20 15:27:08 +08:00
2019-05-10 22:48:11 +02:00
2019-07-18 11:31:23 -04:00
2018-07-19 16:31:38 -04:00
2019-05-24 10:14:10 -07:00
2019-07-11 14:11:18 -04:00