From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 10 Mar 2019 15:51:23 -0600 Subject: [U-Boot] [PATCH v3 05/13] clk: Use clk_get_by_index_tail() In-Reply-To: <20190227185701.15545-6-jagan@amarulasolutions.com> References: <20190227185701.15545-1-jagan@amarulasolutions.com> <20190227185701.15545-6-jagan@amarulasolutions.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 27 Feb 2019 at 11:57, Jagan Teki wrote: > > clk_get_by_index_tail() now handle common clk get by index > code so use it from clk_get_by_indexed_prop(). > > Cc: Stephen Warren > Cc: Simon Glass > Signed-off-by: Jagan Teki > --- > Changes for v3: > - use clk_get_by_index_tail() from clk_get_by_indexed_prop() > > drivers/clk/clk-uclass.c | 24 ++---------------------- > 1 file changed, 2 insertions(+), 22 deletions(-) Reviewed-by: Simon Glass