[PATCH v3 2/3] clk: xgene: Add PMD clock

Hoan Tran hotran at apm.com
Wed Sep 14 14:06:09 PDT 2016


On Wed, Sep 14, 2016 at 1:55 PM, Stephen Boyd <sboyd at codeaurora.org> wrote:
> On 09/12, Hoan Tran wrote:
>> Add X-Gene PMD clock support.
>>
>> PMD clock is implemented for a single register field.
>>   Output rate = parent_rate * (denominator - scale) / denominator
>> with
>>   - denominator = bitmask of register field + 1
>>   - scale = values of register field
>>
>> For example, for bitmask is 0x7, denominator will be 8 and scale
>> will be computed and programmed accordingly.
>>
>> Signed-off-by: Hoan Tran <hotran at apm.com>
>> ---
>
> Applied to clk-next

Thanks, Stephen !

Hoan

>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project



More information about the linux-arm-kernel mailing list