Message ID | 20231109190925.2066-1-semen.protsenko@linaro.org (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | [1/2] clk: samsung: Fix kernel-doc comments | expand |
On 11/9/23 11:09, Sam Protsenko wrote: > Fix some issues found in kernel-doc comments in Samsung CCF framework. > It makes scripts/kernel-doc happy, which can be checked with: > > $ find drivers/clk/samsung/ -name '*.[ch]' -exec \ > scripts/kernel-doc -v -none {} \; > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > Fixes: ddeac8d968d4 ("clk: samsung: add infrastructure to register cpu clocks") > Fixes: 721c42a351b1 ("clk: samsung: add common clock framework helper functions for Samsung platforms") > Fixes: 3ff6e0d8d64d ("clk: samsung: Add support to register rate_table for samsung plls") > --- > drivers/clk/samsung/clk-cpu.h | 2 +- > drivers/clk/samsung/clk.h | 9 ++++++--- > 2 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/drivers/clk/samsung/clk-cpu.h b/drivers/clk/samsung/clk-cpu.h > index fc9f67a3b22e..103f64193e42 100644 > --- a/drivers/clk/samsung/clk-cpu.h > +++ b/drivers/clk/samsung/clk-cpu.h > @@ -11,7 +11,7 @@ > #include "clk.h" > > /** > - * struct exynos_cpuclk_data: config data to setup cpu clocks. > + * struct exynos_cpuclk_cfg_data: config data to setup cpu clocks. Hm, OK, the ':' separator works. '-' is the documented separator here, but it's not worth updating the patch for that. > * @prate: frequency of the primary parent clock (in KHz). > * @div0: value to be programmed in the div_cpu0 register. > * @div1: value to be programmed in the div_cpu1 register. Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> thanks.
On Thu, Nov 9, 2023 at 4:42 PM Randy Dunlap <rdunlap@infradead.org> wrote: > > > > On 11/9/23 11:09, Sam Protsenko wrote: > > Fix some issues found in kernel-doc comments in Samsung CCF framework. > > It makes scripts/kernel-doc happy, which can be checked with: > > > > $ find drivers/clk/samsung/ -name '*.[ch]' -exec \ > > scripts/kernel-doc -v -none {} \; > > > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > Fixes: ddeac8d968d4 ("clk: samsung: add infrastructure to register cpu clocks") > > Fixes: 721c42a351b1 ("clk: samsung: add common clock framework helper functions for Samsung platforms") > > Fixes: 3ff6e0d8d64d ("clk: samsung: Add support to register rate_table for samsung plls") > > --- > > drivers/clk/samsung/clk-cpu.h | 2 +- > > drivers/clk/samsung/clk.h | 9 ++++++--- > > 2 files changed, 7 insertions(+), 4 deletions(-) > > > > diff --git a/drivers/clk/samsung/clk-cpu.h b/drivers/clk/samsung/clk-cpu.h > > index fc9f67a3b22e..103f64193e42 100644 > > --- a/drivers/clk/samsung/clk-cpu.h > > +++ b/drivers/clk/samsung/clk-cpu.h > > @@ -11,7 +11,7 @@ > > #include "clk.h" > > > > /** > > - * struct exynos_cpuclk_data: config data to setup cpu clocks. > > + * struct exynos_cpuclk_cfg_data: config data to setup cpu clocks. > > Hm, OK, the ':' separator works. '-' is the documented separator here, > but it's not worth updating the patch for that. > Thanks for reviewing, Randy! As you probably already noticed, I updated ':' bits in patch #2. Just wanted to keep this one as minimal as possible. > > * @prate: frequency of the primary parent clock (in KHz). > > * @div0: value to be programmed in the div_cpu0 register. > > * @div1: value to be programmed in the div_cpu1 register. > > Reviewed-by: Randy Dunlap <rdunlap@infradead.org> > Tested-by: Randy Dunlap <rdunlap@infradead.org> > > thanks. > > -- > ~Randy
On Thu, 09 Nov 2023 13:09:24 -0600, Sam Protsenko wrote: > Fix some issues found in kernel-doc comments in Samsung CCF framework. > It makes scripts/kernel-doc happy, which can be checked with: > > $ find drivers/clk/samsung/ -name '*.[ch]' -exec \ > scripts/kernel-doc -v -none {} \; > > > [...] Applied, thanks! [1/2] clk: samsung: Fix kernel-doc comments https://git.kernel.org/krzk/linux/c/d1d53909bb5fbc9bf618ab78515fdbd5d6b691c6 [2/2] clk: samsung: Improve kernel-doc comments https://git.kernel.org/krzk/linux/c/5583e92be5c45448e6ea461e1780d46c17d14963 Best regards,
diff --git a/drivers/clk/samsung/clk-cpu.h b/drivers/clk/samsung/clk-cpu.h index fc9f67a3b22e..103f64193e42 100644 --- a/drivers/clk/samsung/clk-cpu.h +++ b/drivers/clk/samsung/clk-cpu.h @@ -11,7 +11,7 @@ #include "clk.h" /** - * struct exynos_cpuclk_data: config data to setup cpu clocks. + * struct exynos_cpuclk_cfg_data: config data to setup cpu clocks. * @prate: frequency of the primary parent clock (in KHz). * @div0: value to be programmed in the div_cpu0 register. * @div1: value to be programmed in the div_cpu1 register. diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index ab9c3d7a25b3..4f17d5890a81 100644 --- a/drivers/clk/samsung/clk.h +++ b/drivers/clk/samsung/clk.h @@ -55,7 +55,7 @@ struct samsung_clock_alias { * @name: name of this fixed-rate clock. * @parent_name: optional parent clock name. * @flags: optional fixed-rate clock flags. - * @fixed-rate: fixed clock rate of this clock. + * @fixed_rate: fixed clock rate of this clock. */ struct samsung_fixed_rate_clock { unsigned int id; @@ -74,7 +74,7 @@ struct samsung_fixed_rate_clock { .fixed_rate = frate, \ } -/* +/** * struct samsung_fixed_factor_clock: information about fixed-factor clock * @id: platform specific id of the clock. * @name: name of this fixed-factor clock. @@ -146,14 +146,16 @@ struct samsung_mux_clock { __MUX(_id, cname, pnames, o, s, w, f, mf) /** - * @id: platform specific id of the clock. * struct samsung_div_clock: information about div clock + * @id: platform specific id of the clock. * @name: name of this div clock. * @parent_name: name of the parent clock. * @flags: optional flags for basic clock. * @offset: offset of the register for configuring the div. * @shift: starting bit location of the div control bit-field in @reg. + * @width: width of the bitfield. * @div_flags: flags for div-type clock. + * @table: array of divider/value pairs ending with a div set to 0. */ struct samsung_div_clock { unsigned int id; @@ -244,6 +246,7 @@ struct samsung_clk_reg_dump { * @con_offset: offset of the register for configuring the PLL. * @lock_offset: offset of the register for locking the PLL. * @type: Type of PLL to be registered. + * @rate_table: array of PLL settings for possible PLL rates. */ struct samsung_pll_clock { unsigned int id;
Fix some issues found in kernel-doc comments in Samsung CCF framework. It makes scripts/kernel-doc happy, which can be checked with: $ find drivers/clk/samsung/ -name '*.[ch]' -exec \ scripts/kernel-doc -v -none {} \; Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Fixes: ddeac8d968d4 ("clk: samsung: add infrastructure to register cpu clocks") Fixes: 721c42a351b1 ("clk: samsung: add common clock framework helper functions for Samsung platforms") Fixes: 3ff6e0d8d64d ("clk: samsung: Add support to register rate_table for samsung plls") --- drivers/clk/samsung/clk-cpu.h | 2 +- drivers/clk/samsung/clk.h | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-)