On Tue, Oct 18, 2011 at 11:23 AM, Colin Cross <[email protected]> wrote:
> On Tue, Oct 18, 2011 at 11:14 AM, Olof Johansson <[email protected]> wrote:
>> +
>> +       c->max_rate = max * 2 * 1000;
> I don't think you should be modifying internal variables of the struct
> clk from here.

I was contemplating adding a clk_set_max_rate(). Looks like some
platforms already have it, so I'll just go ahead and do it.

I'll move the shared bus iteration to that code as well then, obviously.

>
>> +
>> +       list_for_each_entry(user, &c->shared_bus_list, 
>> u.shared_bus_user.node)
>> +               user->max_rate = c->max_rate;
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to