aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+78
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'clk-mmp2-lcdc' into clk-nextStephen Boyd1-0/+72
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo1-10/+21
2019-02-15clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo1-0/+19
2019-02-15clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo1-0/+42
2018-12-28clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li1-2/+6
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-10/+18
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd1-2/+5
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd1-9/+14
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo1-2/+5
2018-08-30clk: ti: fix OF child-node lookupJohan Hovold1-4/+9
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-5/+5
2018-03-08clk: ti: add generic support for clock latchingTero Kristo1-0/+14
2018-03-08clk: ti: add support for register read-modify-write low-level operationTero Kristo1-0/+24
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren1-135/+0
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo1-6/+6
2017-12-01clk: ti: add support for clkctrl aliasesTero Kristo1-3/+55
2017-04-21clk: ti: fix building without legacy omap3Arnd Bergmann1-6/+6
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-23/+24
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-5/+15
2017-03-08clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo1-0/+26
2017-03-08clk: ti: add support for automatic clock alias generationTero Kristo1-0/+64
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