]> www.infradead.org Git - users/dwmw2/linux.git/commit
clk: at91: sama7g5: move mux table macros to header file
authorVarshini Rajendran <varshini.rajendran@microchip.com>
Mon, 29 Jul 2024 07:07:53 +0000 (12:37 +0530)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Wed, 7 Aug 2024 16:16:47 +0000 (19:16 +0300)
commit5bf194adedb921f87fb7c9c59c590b802458bccc
tree2e0bf6083807c21462fef76141ddc7e439d990b8
parent5299f801875f376f65322ff9d5df68ae662d640a
clk: at91: sama7g5: move mux table macros to header file

Move the mux table init and fill macro function definitions from the
sama7g5 pmc driver to the pmc.h header file since they will be used
by other SoC's pmc drivers as well like sam9x7.

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/20240729070753.1990866-1-varshini.rajendran@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
drivers/clk/at91/pmc.h
drivers/clk/at91/sama7g5.c