aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-2/+2
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd1-1/+1
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd1-1/+1
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd1-0/+2
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm into clk-nextStephen Boyd1-3/+142
2015-07-20clk: ti: Include clk.hStephen Boyd1-0/+1
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo1-3/+72
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo1-0/+21
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo1-0/+24
2015-06-02ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo1-0/+25
2015-05-14clk: ti: Silence sparse warningsStephen Boyd1-2/+2
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo1-3/+4
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann1-0/+2
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo1-0/+3
2015-01-30clk: ti: dpll: add support for legacy DPLL initTero Kristo1-0/+3
2015-01-30clk: ti: divider: add support for legacy divider initTero Kristo1-0/+3
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo1-0/+3
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo1-0/+3
2015-01-30clk: ti: add core support for initializing legacy clocksTero Kristo1-0/+110
2014-09-29clk: ti: change clock init to use generic of_clk_initTero Kristo1-25/+43
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo1-0/+112
2014-01-17CLK: TI: add DT alias clock registration mechanismTero Kristo1-0/+55