summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/dpll.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo2019-02-151-7/+4Star
* clk: Use of_node_name_eq for node name comparisonsRob Herring2018-12-141-1/+1
* Merge branch 'clk-ti' into clk-nextStephen Boyd2018-10-191-0/+6
|\
| * clk: ti: Add functions to save/restore clk contextRuss Dill2018-10-031-0/+6
* | clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-6/+6
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren2017-12-141-90/+0Star
* clk: ti: convert retry_init param to use void data typeTero Kristo2017-12-011-1/+2
* clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann2017-04-221-2/+6
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-081-30/+18Star
* clk: ti: dpll44xx: fix clksel register initializationTero Kristo2017-03-081-0/+15
* clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo2017-03-081-2/+0Star
* clk: ti: use automatic clock alias generation frameworkTero Kristo2017-03-081-3/+3
* clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts2016-12-081-1/+18
* clk: ti: amx3xx: limit the maximum frequency of DPLLs based on specTero Kristo2016-04-161-0/+5
* clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-271-1/+1
* clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo2016-02-221-6/+19
* 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: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-3/+1Star
|/
* clk: ti: Silence sparse warningsStephen Boyd2015-05-151-1/+1
* clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo2015-03-241-3/+3
* clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann2015-02-031-0/+2
* clk: ti: dpll: add support for legacy DPLL initTero Kristo2015-01-301-11/+108
* ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()Tero Kristo2014-11-131-0/+15
* clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros2014-07-021-2/+3
* CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-061-0/+21
* CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-281-11/+67
* CLK: TI: DPLL: simplify autoidle register detection logicTero Kristo2014-05-281-24/+15Star
* CLK: TI: Add DPLL clock supportTero Kristo2014-01-171-0/+558