Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-12-16 Thread Tero Kristo
On 12/15/2013 06:35 AM, Mike Turquette wrote: Quoting Tero Kristo (2013-11-26 00:05:41) Hi, Hi Tero, Thanks for your long suffering patience on this series. The clock patches look very good to me with exception of a few small comments. Let me know how I can help with the hierarchal DT stuff

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-12-14 Thread Mike Turquette
Quoting Tero Kristo (2013-11-26 00:05:41) Hi, Changes compared to v9: - rebased on top of 3.13-rc1 - modified the low level clk register API to provide SoC specific clk_readl and clk_writel support which can be registered during boot, TI SoC variant uses regmap on low level - dropped

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-12-14 Thread Mike Turquette
Quoting Tero Kristo (2013-11-26 00:05:41) Hi, Hi Tero, Thanks for your long suffering patience on this series. The clock patches look very good to me with exception of a few small comments. Let me know how I can help with the hierarchal DT stuff since I think that has been the gating factor

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-11-29 Thread Tero Kristo
On 11/29/2013 07:12 PM, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [131128 10:59]: On Wed, 27 Nov 2013, Nishanth Menon wrote: http://pastebin.mozilla.org/3681900 - AM3517-evm (not sure yet how long this has been broken). Seems to work in v3.13-rc1:

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-11-28 Thread Paul Walmsley
On Wed, 27 Nov 2013, Nishanth Menon wrote: http://pastebin.mozilla.org/3681900 - AM3517-evm (not sure yet how long this has been broken). Seems to work in v3.13-rc1: http://www.pwsan.com/omap/testlogs/test_v3.13-rc1/20131124230250/boot/3517evm/3517evm_log.txt - Paul -- To unsubscribe from

Re: [PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-11-27 Thread Nishanth Menon
On 11/26/2013 02:05 AM, Tero Kristo wrote: Hi, Changes compared to v9: - rebased on top of 3.13-rc1 - modified the low level clk register API to provide SoC specific clk_readl and clk_writel support which can be registered during boot, TI SoC variant uses regmap on low level - dropped

[PATCHv10 00/41] ARM: TI SoC clock DT conversion

2013-11-26 Thread Tero Kristo
Hi, Changes compared to v9: - rebased on top of 3.13-rc1 - modified the low level clk register API to provide SoC specific clk_readl and clk_writel support which can be registered during boot, TI SoC variant uses regmap on low level - dropped regmap parameter from clock init calls, instead a