Re: [PATCH v6 2/2] clk: clk-pic32: Add PIC32 clock driver

2016-02-08 Thread Michael Turquette
Hi Joshua, Quoting Joshua Henderson (2016-02-08 13:28:17) > +static const struct of_device_id pic32_clk_match[] __initconst = { > + { > + .compatible = "microchip,pic32mzda-refoclk", > + .data = of_refo_clk_setup, > + }, > + { > +

[PATCH v6 2/2] clk: clk-pic32: Add PIC32 clock driver

2016-02-08 Thread Joshua Henderson
From: Purna Chandra Mandal This clock driver implements PIC32 specific clock-tree. clock-tree entities can only be configured through device-tree file (OF). Signed-off-by: Purna Chandra Mandal Signed-off-by: Joshua Henderson Cc: Ralf Baechle Cc: Michael Turquette Cc: Stephen Boyd ---

[PATCH v6 2/2] clk: clk-pic32: Add PIC32 clock driver

2016-02-08 Thread Joshua Henderson
From: Purna Chandra Mandal This clock driver implements PIC32 specific clock-tree. clock-tree entities can only be configured through device-tree file (OF). Signed-off-by: Purna Chandra Mandal Signed-off-by: Joshua Henderson

Re: [PATCH v6 2/2] clk: clk-pic32: Add PIC32 clock driver

2016-02-08 Thread Michael Turquette
Hi Joshua, Quoting Joshua Henderson (2016-02-08 13:28:17) > +static const struct of_device_id pic32_clk_match[] __initconst = { > + { > + .compatible = "microchip,pic32mzda-refoclk", > + .data = of_refo_clk_setup, > + }, > + { > +