summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: Remove CLK_IS_ROOTStephen Boyd2016-03-031-2/+2
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-251-2/+2
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: ti: Include clk.hStephen Boyd2015-07-201-0/+1
* | clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* | clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* | clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-281-3/+142
|\ \ | |/ |/|
| * clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-3/+72
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-021-0/+21
| * clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-021-0/+24
| * ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+25
* | clk: ti: Silence sparse warningsStephen Boyd2015-05-151-2/+2
|/
* clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo2015-03-241-3/+4
* clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann2015-02-031-0/+2
* clk: ti: composite: add support for legacy composite clock initTero Kristo2015-01-301-0/+3
* clk: ti: dpll: add support for legacy DPLL initTero Kristo2015-01-301-0/+3
* clk: ti: divider: add support for legacy divider initTero Kristo2015-01-301-0/+3
* clk: ti: gate: add support for legacy gate initTero Kristo2015-01-301-0/+3
* clk: ti: mux: add support for legacy mux initTero Kristo2015-01-301-0/+3
* clk: ti: add core support for initializing legacy clocksTero Kristo2015-01-301-0/+110
* clk: ti: change clock init to use generic of_clk_initTero Kristo2014-09-291-25/+43
* CLK: ti: add init support for clock IP blocksTero Kristo2014-01-171-0/+112
* CLK: TI: add DT alias clock registration mechanismTero Kristo2014-01-171-0/+55