Skip to content
Commit 27d54591 authored by Mike Turquette's avatar Mike Turquette
Browse files

clk: basic: improve parent_names & return errors



This patch is the basic clk version of 'clk: core: copy parent_names &
return error codes'.

The registration functions are changed to allow the core code to copy
the array of strings and allow platforms to declare those arrays as
__initdata.

This patch also converts all of the basic clk registration functions to
return error codes which better aligns them with the existing clk.h api.

Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent d1302a36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment