[PATCH v4 3/9] clk: sunxi-ng: Finish to convert to structures for arguments
From: Chen-Yu Tsai <hidden>
Date: 2016-10-20 14:35:45
Also in:
linux-clk, lkml
From: Chen-Yu Tsai <hidden>
Date: 2016-10-20 14:35:45
Also in:
linux-clk, lkml
On Tue, Oct 11, 2016 at 10:28 PM, Maxime Ripard [off-list ref] wrote:
Some clocks still use an explicit list of arguments, which make it a bit more tedious to add new parameters. Convert those over to a structure pointer argument to add as many arguments as possible without having to many noise in our patches, or a very long list of arguments. Signed-off-by: Maxime Ripard <redacted>
Acked-by: Chen-Yu Tsai <redacted>