aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-pwm.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10clk: pwm: drop of_match_ptr from of_device_id tableGravatar Krzysztof Kozlowski 1-1/+1
2020-06-17clk: pwm: Use 64-bit division functionGravatar Guru Das Srinagesh 1-1/+6
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-06clk: pwm: implement the .get_duty_cycle callbackGravatar Martin Blumenstingl 1-0/+14
2019-04-26clk: Remove CLK_IS_BASIC clk flagGravatar Stephen Boyd 1-1/+1
2016-08-24clk: pwm: Migrate to clk_hw based OF and registration APIsGravatar Stephen Boyd 1-5/+4
2016-05-17clk: pwm: Use pwm_get_args() where appropriateGravatar Boris Brezillon 1-5/+12
2016-03-02clk: pwm: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2015-04-10clk: Add PWM clock driverGravatar Philipp Zabel 1-0/+136