Message ID | 20220308152657.30651-1-nicolas.ferre@microchip.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] clk: at91: clk for 5.18 | expand |
Quoting nicolas.ferre@microchip.com (2022-03-08 07:26:57) > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Stephen, > > Here are a couple more clk changes for 5.18. This Pull-Request is made on top > of what you already have for at91 targeting 5.18 on your clk-at91 existing > branch. Hopefully, we are aligned on this. > this. > > Please pull. > > Thanks, best regards, > Nicolas > > The following changes since commit a5ab04af49434aef532bf6cd4baa08a13665d608: > > clk: at91: sama7g5: Allow MCK1 to be exported and referenced in DT (2022-01-24 17:05:45 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-at91-5.18 > > for you to fetch changes up to 8e842f02af7e2f6225d52d78cd25b465a98d344b: > > clk: at91: clk-master: remove dead code (2022-03-08 15:37:08 +0100) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next
From: Nicolas Ferre <nicolas.ferre@microchip.com> Stephen, Here are a couple more clk changes for 5.18. This Pull-Request is made on top of what you already have for at91 targeting 5.18 on your clk-at91 existing branch. Hopefully, we are aligned on this. this. Please pull. Thanks, best regards, Nicolas The following changes since commit a5ab04af49434aef532bf6cd4baa08a13665d608: clk: at91: sama7g5: Allow MCK1 to be exported and referenced in DT (2022-01-24 17:05:45 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-at91-5.18 for you to fetch changes up to 8e842f02af7e2f6225d52d78cd25b465a98d344b: clk: at91: clk-master: remove dead code (2022-03-08 15:37:08 +0100) ---------------------------------------------------------------- AT91 clk driver additional changes for 5.18: - sama7g5: One low priority fix for GCLK of PDMC - clk-master: cleanup of dead code ---------------------------------------------------------------- Claudiu Beznea (1): clk: at91: clk-master: remove dead code Codrin Ciubotariu (1): clk: at91: sama7g5: fix parents of PDMCs' GCLK drivers/clk/at91/at91rm9200.c | 3 +- drivers/clk/at91/at91sam9260.c | 3 +- drivers/clk/at91/at91sam9g45.c | 3 +- drivers/clk/at91/at91sam9n12.c | 3 +- drivers/clk/at91/at91sam9rl.c | 3 +- drivers/clk/at91/at91sam9x5.c | 3 +- drivers/clk/at91/clk-master.c | 117 ++--------------------------------- drivers/clk/at91/dt-compat.c | 3 +- drivers/clk/at91/pmc.h | 2 +- drivers/clk/at91/sam9x60.c | 3 +- drivers/clk/at91/sama5d2.c | 3 +- drivers/clk/at91/sama5d3.c | 3 +- drivers/clk/at91/sama5d4.c | 3 +- drivers/clk/at91/sama7g5.c | 8 +-- 14 files changed, 22 insertions(+), 138 deletions(-)