Re: [RESEND PATCH 2/2] clk: axi-clkgen: move the OF table at the bottom of the file

2020-12-17 Thread Stephen Boyd
Quoting Alexandru Ardelean (2020-12-02 23:40:37) > The change is mostly cosmetic. No functional changes. > Since the driver now uses of_device_get_match_data() to obtain some driver > specific info, there is no need to define the OF table before the probe > function. > > Signed-off-by: Alexandru

[RESEND PATCH 2/2] clk: axi-clkgen: move the OF table at the bottom of the file

2020-12-02 Thread Alexandru Ardelean
The change is mostly cosmetic. No functional changes. Since the driver now uses of_device_get_match_data() to obtain some driver specific info, there is no need to define the OF table before the probe function. Signed-off-by: Alexandru Ardelean --- drivers/clk/clk-axi-clkgen.c | 18

[PATCH 2/2] clk: axi-clkgen: move the OF table at the bottom of the file

2020-10-19 Thread Alexandru Ardelean
The change is mostly cosmetic. No functional changes. Since the driver now uses device_get_match_data() to obtain the driver specific info, there is no need to define the OF table before the probe function. Signed-off-by: Alexandru Ardelean --- drivers/clk/clk-axi-clkgen.c | 18