| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: Remove io.h from clk-provider.h | Stephen Boyd | 2019-05-15 | 1 | -1/+2 |
* | clk: bcm: kona: Migrate to clk_hw based registration and OF APIs | Stephen Boyd | 2016-08-24 | 1 | -5/+4 |
* | clk: bcm: Convert to clk_hw based provider APIs | Stephen Boyd | 2015-08-24 | 1 | -10/+10 |
* | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 2015-07-28 | 1 | -0/+1 |
|\ |
|
| * | clk: bcm: Include clk.h | Stephen Boyd | 2015-07-20 | 1 | -0/+1 |
* | | clk: change clk_ops' ->determine_rate() prototype | Boris Brezillon | 2015-07-27 | 1 | -13/+21 |
|/ |
|
* | clk: bcm/kona: Silence sparse warnings | Stephen Boyd | 2015-05-14 | 1 | -1/+1 |
* | clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL() | Javi Merino | 2015-04-17 | 1 | -21/+7 |
* | clk: Add rate constraints to clocks | Tomeu Vizoso | 2015-02-02 | 1 | -0/+2 |
* | clk: Change clk_ops->determine_rate to return a clk_hw as the best parent | Tomeu Vizoso | 2014-12-03 | 1 | -2/+2 |
* | clk: bcm/kona: implement determine_rate() | Alex Elder | 2014-05-27 | 1 | -1/+53 |
* | clk: bcm281xx: add clock hysteresis support | Alex Elder | 2014-04-30 | 1 | -0/+33 |
* | clk: bcm281xx: add clock policy support | Alex Elder | 2014-04-30 | 1 | -0/+155 |
* | clk: bcm281xx: initialize CCU structures statically | Alex Elder | 2014-04-30 | 1 | -2/+2 |
* | clk: bcm281xx: use init_data.name for clock name | Alex Elder | 2014-04-30 | 1 | -7/+10 |
* | clk: bcm281xx: warn if ccu_wait_bit() fails | Alex Elder | 2014-04-30 | 1 | -0/+3 |
* | clk: bcm281xx: don't use unnamed structs or unions | Alex Elder | 2014-04-30 | 1 | -31/+33 |
* | clk: bcm281xx: add initial clock framework support | Alex Elder | 2014-02-24 | 1 | -0/+1033 |