Re: [U-Boot] [PATCH v9 36/49] dm: clk: Add a simple version of clk_get_by_index()

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > This function adds quite a bit of code to SPL and we probably don't need > all the features in SPL. Add a simple version (for SPL only) to save space. > > Signed-off-by: Simon Glass > --- > > Changes in v9:

[U-Boot] [PATCH v9 36/49] dm: clk: Add a simple version of clk_get_by_index()

2016-01-21 Thread Simon Glass
This function adds quite a bit of code to SPL and we probably don't need all the features in SPL. Add a simple version (for SPL only) to save space. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: - Add an assert for clk_devp drivers/clk/clk-uclass.c | 18