Re: [PATCH 5/5] clk: Add clk_get_by_name_optional

2021-12-02 Thread Simon Glass
Hi Sean, On Thu, 2 Dec 2021 at 07:25, Sean Anderson wrote: > > Hi Simon, > > On 12/2/21 8:43 AM, Simon Glass wrote: > > Hi Sean, > > > > On Wed, 1 Dec 2021 at 11:43, Sean Anderson wrote: > >> > >> This adds a helper function for clk_get_by_name in cases where the clock is > >> optional.

Re: [PATCH 5/5] clk: Add clk_get_by_name_optional

2021-12-02 Thread Sean Anderson
Hi Simon, On 12/2/21 8:43 AM, Simon Glass wrote: Hi Sean, On Wed, 1 Dec 2021 at 11:43, Sean Anderson wrote: This adds a helper function for clk_get_by_name in cases where the clock is optional. Hopefully this helps point driver writers in the right direction. Also convert some existing

Re: [PATCH 5/5] clk: Add clk_get_by_name_optional

2021-12-02 Thread Simon Glass
Hi Sean, On Wed, 1 Dec 2021 at 11:43, Sean Anderson wrote: > > This adds a helper function for clk_get_by_name in cases where the clock is > optional. Hopefully this helps point driver writers in the right direction. > Also convert some existing users. > > Signed-off-by: Sean Anderson > --- > >

Re: [PATCH 5/5] clk: Add clk_get_by_name_optional

2021-12-02 Thread Neil Armstrong
On 01/12/2021 19:43, Sean Anderson wrote: > This adds a helper function for clk_get_by_name in cases where the clock is > optional. Hopefully this helps point driver writers in the right direction. > Also convert some existing users. > > Signed-off-by: Sean Anderson > --- > >

[PATCH 5/5] clk: Add clk_get_by_name_optional

2021-12-01 Thread Sean Anderson
This adds a helper function for clk_get_by_name in cases where the clock is optional. Hopefully this helps point driver writers in the right direction. Also convert some existing users. Signed-off-by: Sean Anderson --- drivers/clk/clk_zynq.c | 5 +++-- drivers/rng/meson-rng.c | 4 ++--