Re: [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers

2015-12-31 Thread Matthias Brugger
On 30/12/15 07:27, James Liao wrote: Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang Signed-off-by: James Liao --- Looks good to me. Reviewed-by: Matthias Brugger drivers/clk/K

Re: [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers

2015-12-30 Thread Michael Turquette
Quoting James Liao (2015-12-29 22:27:41) > Add a Kconfig to define clock configuration for each SoC, and > modify the Makefile to build drivers that only selected in config. > > Signed-off-by: Shunli Wang > Signed-off-by: James Liao Looks good to me. Regards, Mike > --- > drivers/clk/Kconfig

[PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers

2015-12-29 Thread James Liao
Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang Signed-off-by: James Liao --- drivers/clk/Kconfig | 1 + drivers/clk/mediatek/Kconfig | 23 +++ drivers/clk