summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clk.c
AgeCommit message (Expand)Author
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo
2019-02-15clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo
2019-02-15clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo
2018-12-28clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo
2018-08-30clk: ti: fix OF child-node lookupJohan Hovold
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring
2018-03-08clk: ti: add generic support for clock latchingTero Kristo
2018-03-08clk: ti: add support for register read-modify-write low-level operationTero Kristo
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo
2017-12-01clk: ti: add support for clkctrl aliasesTero Kristo
2017-04-21clk: ti: fix building without legacy omap3Arnd Bergmann
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo
2017-03-08clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo
2017-03-08clk: ti: add support for automatic clock alias generationTero Kristo
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd
2015-07-20clk: ti: Include clk.hStephen Boyd
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo
2015-06-02ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo
2015-05-14clk: ti: Silence sparse warningsStephen Boyd
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo
2015-01-30clk: ti: dpll: add support for legacy DPLL initTero Kristo
2015-01-30clk: ti: divider: add support for legacy divider initTero Kristo
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo
2015-01-30clk: ti: add core support for initializing legacy clocksTero Kristo
2014-09-29clk: ti: change clock init to use generic of_clk_initTero Kristo
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo