On Mon, Nov 16, 2015 at 07:14:04PM +0800, Qipeng Zha wrote:
> For Broxton PWM controller, base unit is defined as 8bit integer
> and 14bit fraction, so need to update base unit setting to output
> wave with right frequency.
> 
> Signed-off-by: Qipeng Zha <[email protected]>
> 
> ---
> change in v4
>  fix one code style issue, exceed 80 characters.

And you created another...

> +     /* The equation is:
> +      * base_unit = ((freq / c) * base_unit_range) + correction
> +      */

... block comments look line this:

        /*
         * The equation is:
         * base_unit = ((freq / c) * base_unit_range) + correction
         */

;-)

Apart from that,

Acked-by: Mika Westerberg <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-pwm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to