Re: [PATCHv9 08/43] clk: ti: add composite clock support

2013-11-01 Thread Tero Kristo
On 10/31/2013 06:27 PM, Nishanth Menon wrote: On 10/25/2013 10:57 AM, Tero Kristo wrote: This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and TI specific gate, mux and divider clocks.

Re: [PATCHv9 08/43] clk: ti: add composite clock support

2013-11-01 Thread Tero Kristo
On 10/31/2013 06:32 PM, Nishanth Menon wrote: On 10/31/2013 11:27 AM, Nishanth Menon wrote: On 10/25/2013 10:57 AM, Tero Kristo wrote: This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and

Re: [PATCHv9 08/43] clk: ti: add composite clock support

2013-11-01 Thread Nishanth Menon
On 11/01/2013 04:35 AM, Tero Kristo wrote: On 10/31/2013 06:27 PM, Nishanth Menon wrote: On 10/25/2013 10:57 AM, Tero Kristo wrote: [..] diff --git a/drivers/clk/ti/composite.c b/drivers/clk/ti/composite.c new file mode 100644 index 000..9ce7e54 --- /dev/null +++

Re: [PATCHv9 08/43] clk: ti: add composite clock support

2013-10-31 Thread Nishanth Menon
On 10/25/2013 10:57 AM, Tero Kristo wrote: This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and TI specific gate, mux and divider clocks. Signed-off-by: Tero Kristo t-kri...@ti.com ---

Re: [PATCHv9 08/43] clk: ti: add composite clock support

2013-10-31 Thread Nishanth Menon
On 10/31/2013 11:27 AM, Nishanth Menon wrote: On 10/25/2013 10:57 AM, Tero Kristo wrote: This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and TI specific gate, mux and divider clocks.

[PATCHv9 08/43] clk: ti: add composite clock support

2013-10-25 Thread Tero Kristo
This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and TI specific gate, mux and divider clocks. Signed-off-by: Tero Kristo t-kri...@ti.com --- .../devicetree/bindings/clock/ti/composite.txt