Re: [U-Boot] [PATCH V2 5/5] clk: convert API to match reset/mailbox style

2016-06-19 Thread Simon Glass
On 17 June 2016 at 09:44, Stephen Warren wrote: > From: Stephen Warren > > The following changes are made to the clock API: > * The concept of "clocks" and "peripheral clocks" are unified; each clock > provider now implements a single set of clocks. This provides a simpler > conceptual interf

[U-Boot] [PATCH V2 5/5] clk: convert API to match reset/mailbox style

2016-06-17 Thread Stephen Warren
From: Stephen Warren The following changes are made to the clock API: * The concept of "clocks" and "peripheral clocks" are unified; each clock provider now implements a single set of clocks. This provides a simpler conceptual interface to clients, and better aligns with device tree clock b