Re: [PATCH v2] clk: TI CDCE706 clock synthesizer driver

2015-01-12 Thread Mike Turquette
Quoting Max Filippov (2015-01-11 23:20:46) > The driver allows using CDCE706 in its default configuration recorded in > EEPROM and adjusting of synthesized clocks by consumers. > > Signed-off-by: Max Filippov Applied. Regards, Mike > --- > Changes v1->v2: > - add example usage to devicetree bi

[PATCH v2] clk: TI CDCE706 clock synthesizer driver

2015-01-11 Thread Max Filippov
The driver allows using CDCE706 in its default configuration recorded in EEPROM and adjusting of synthesized clocks by consumers. Signed-off-by: Max Filippov --- Changes v1->v2: - add example usage to devicetree binding doc. .../devicetree/bindings/clock/ti,cdce706.txt | 42 ++ MAINTAINE