[PATCH v2 0/3] fixes for at91 clocks

Claudiu Beznea claudiu.beznea at microchip.com
Tue Aug 25 02:59:08 EDT 2020


Hi,

In this series I collected 2 patches send previously and add another that
fixes a compilation warning.

Changes in v2:
- add patches "clk: at91: remove the checking of parent_name" and
  "clk: at91: clk-main: update key before writing AT91_CKGR_MOR" in the same
  series and collect Reviewed-by tags
- in patch "clk: at91: remove the checking of parent_name" kept only
  the changes in at91_clk_register_peripheral() function as the changes in
  at91_clk_register_sam9x5_peripheral() introduced in v1 were included in
  commit b4c115c76184 ("clk: at91: clk-peripheral: add support for changeable parent rate");
  also adapt commit message for this patch;
- add "clk: at91: clk-sam9x60-pll: remove unused variable" in this series

Claudiu Beznea (3):
  clk: at91: remove the checking of parent_name
  clk: at91: clk-main: update key before writing AT91_CKGR_MOR
  clk: at91: clk-sam9x60-pll: remove unused variable

 drivers/clk/at91/clk-main.c        | 11 ++++++++---
 drivers/clk/at91/clk-peripheral.c  |  4 ++--
 drivers/clk/at91/clk-sam9x60-pll.c |  3 +--
 3 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.7.4




More information about the linux-arm-kernel mailing list