Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-21 Thread Rajendra Nayak
On Wednesday 20 June 2012 05:09 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120606 22:33]: Hi Tony, On Tuesday 05 June 2012 12:12 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120601 05:13]: The data is autogenerated using the OMAP autogeneration scripts (python

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-21 Thread Tony Lindgren
* Rajendra Nayak rna...@ti.com [120620 23:33]: On Wednesday 20 June 2012 05:09 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120606 22:33]: Hi Tony, On Tuesday 05 June 2012 12:12 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120601 05:13]: The data is autogenerated

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-20 Thread Tony Lindgren
* Rajendra Nayak rna...@ti.com [120606 22:33]: Hi Tony, On Tuesday 05 June 2012 12:12 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120601 05:13]: The data is autogenerated using the OMAP autogeneration scripts (python scripts). Thanks to Mike Turquette for the initial efforts in

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-06 Thread Rajendra Nayak
Hi Tony, On Tuesday 05 June 2012 12:12 PM, Tony Lindgren wrote: * Rajendra Nayakrna...@ti.com [120601 05:13]: The data is autogenerated using the OMAP autogeneration scripts (python scripts). Thanks to Mike Turquette for the initial efforts in updating the script which was later updated by

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-05 Thread Tony Lindgren
* Rajendra Nayak rna...@ti.com [120601 05:13]: The data is autogenerated using the OMAP autogeneration scripts (python scripts). Thanks to Mike Turquette for the initial efforts in updating the script which was later updated by me. All data is added into a new cclock44xx_data.c file, a later

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-05 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [120604 23:47]: * Rajendra Nayak rna...@ti.com [120601 05:13]: The data is autogenerated using the OMAP autogeneration scripts (python scripts). Thanks to Mike Turquette for the initial efforts in updating the script which was later updated by me. All data

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-04 Thread Jon Hunter
Hi Rajendra, On 06/01/2012 07:07 AM, Rajendra Nayak wrote: The data is autogenerated using the OMAP autogeneration scripts (python scripts). Thanks to Mike Turquette for the initial efforts in updating the script which was later updated by me. All data is added into a new cclock44xx_data.c

Re: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

2012-06-04 Thread Rajendra Nayak
Hi Jon, + +static const struct clksel_rate div_1_0_rates[] = { + { .div = 1, .val = 0, .flags = RATE_IN_4430 }, + { .div = 0 }, +}; + +static const struct clksel_rate div_1_1_rates[] = { + { .div = 1, .val = 1, .flags = RATE_IN_4430 }, + { .div = 0 }, +}; + +static const