| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: Convert __clk_get_flags() to clk_hw_get_flags() | Stephen Boyd | 2015-08-24 | 1 | -2/+2 |
* | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 2015-07-28 | 1 | -0/+1 |
|\ |
|
| * | clk: ti: Include clk.h | Stephen Boyd | 2015-07-20 | 1 | -0/+1 |
* | | clk: ti: Force pointer to be __iomem | Stephen Boyd | 2015-07-28 | 1 | -1/+1 |
* | | clk: ti: Mark ti_clk_features static | Stephen Boyd | 2015-07-28 | 1 | -1/+1 |
* | | clk: ti: Check kzalloc() for failures | Stephen Boyd | 2015-07-28 | 1 | -0/+2 |
* | | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in... | Stephen Boyd | 2015-07-28 | 1 | -3/+142 |
|\ \
| |/
|/| |
|
| * | clk: ti: move low-level access and init code under clock driver | Tero Kristo | 2015-06-02 | 1 | -3/+72 |
| * | clk: ti: remove exported ll_ops struct, instead add an API for registration | Tero Kristo | 2015-06-02 | 1 | -0/+21 |
| * | clk: ti: move omap2_clk_enable_init_clocks under clock driver | Tero Kristo | 2015-06-02 | 1 | -0/+24 |
| * | ARM: OMAP2+: clock: export driver API to setup/get clock features | Tero Kristo | 2015-06-02 | 1 | -0/+25 |
* | | clk: ti: Silence sparse warnings | Stephen Boyd | 2015-05-14 | 1 | -2/+2 |
|/ |
|
* | clk: ti: fix ti_clk_get_reg_addr error handling | Tero Kristo | 2015-03-24 | 1 | -3/+4 |
* | clk: omap: compile legacy omap3 clocks conditionally | Arnd Bergmann | 2015-02-03 | 1 | -0/+2 |
* | clk: ti: composite: add support for legacy composite clock init | Tero Kristo | 2015-01-30 | 1 | -0/+3 |
* | clk: ti: dpll: add support for legacy DPLL init | Tero Kristo | 2015-01-30 | 1 | -0/+3 |
* | clk: ti: divider: add support for legacy divider init | Tero Kristo | 2015-01-30 | 1 | -0/+3 |
* | clk: ti: gate: add support for legacy gate init | Tero Kristo | 2015-01-30 | 1 | -0/+3 |
* | clk: ti: mux: add support for legacy mux init | Tero Kristo | 2015-01-30 | 1 | -0/+3 |
* | clk: ti: add core support for initializing legacy clocks | Tero Kristo | 2015-01-30 | 1 | -0/+110 |
* | clk: ti: change clock init to use generic of_clk_init | Tero Kristo | 2014-09-29 | 1 | -25/+43 |
* | CLK: ti: add init support for clock IP blocks | Tero Kristo | 2014-01-17 | 1 | -0/+112 |
* | CLK: TI: add DT alias clock registration mechanism | Tero Kristo | 2014-01-17 | 1 | -0/+55 |