| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: ti: divider: try to fix ti_clk_register_divider | Arnd Bergmann | 2017-04-28 | 1 | -11/+6 |
* | clk: ti: fix building without legacy omap3 | Arnd Bergmann | 2017-04-22 | 1 | -6/+6 |
* | clk: ti: fix linker error with !SOC_OMAP4 | Arnd Bergmann | 2017-04-22 | 1 | -2/+6 |
* | clk: ti: convert to use proper register definition for all accesses | Tero Kristo | 2017-03-08 | 16 | -276/+225 |
* | clk: ti: dpll44xx: fix clksel register initialization | Tero Kristo | 2017-03-08 | 1 | -0/+15 |
* | clk: ti: gate: export gate_clk_ops locally | Tero Kristo | 2017-03-08 | 2 | -1/+2 |
* | clk: ti: divider: add driver internal API for parsing divider data | Tero Kristo | 2017-03-08 | 2 | -22/+45 |
* | clk: ti: divider: convert TI divider clock to use its own data representation | Tero Kristo | 2017-03-08 | 3 | -13/+24 |
* | clk: ti: mux: convert TI mux clock to use its internal data representation | Tero Kristo | 2017-03-08 | 2 | -5/+16 |
* | clk: ti: drop unnecessary MEMMAP_ADDRESSING flag | Tero Kristo | 2017-03-08 | 4 | -7/+1 |
* | clk: ti: omap4: cleanup unnecessary clock aliases | Tero Kristo | 2017-03-08 | 1 | -186/+2 |
* | clk: ti: enforce const types on string arrays | Tero Kristo | 2017-03-08 | 3 | -6/+6 |
* | clk: ti: move omap2_init_clk_clkdm under TI clock driver | Tero Kristo | 2017-03-08 | 2 | -0/+31 |
* | clk: ti: use automatic clock alias generation framework | Tero Kristo | 2017-03-08 | 10 | -15/+49 |
* | clk: ti: add API for creating aliases automatically for simple clock types | Tero Kristo | 2017-03-08 | 2 | -0/+27 |
* | clk: ti: add support for automatic clock alias generation | Tero Kristo | 2017-03-08 | 2 | -0/+67 |
* | clk: ti: divider: Add the table parsing to get the best divider value | Keerthy | 2017-01-27 | 1 | -1/+30 |
* | clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot m... | Grygorii Strashko | 2016-12-09 | 1 | -1/+0 |
* | clk: ti: omap36xx: Work around sprz319 advisory 2.1 | Richard Watts | 2016-12-08 | 4 | -11/+104 |
* | clk: ti: make clk-dra7-atl explicitly non-modular | Paul Gortmaker | 2016-11-04 | 1 | -17/+3 |
* | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 2016-08-02 | 1 | -0/+1 |
|\ |
|
| * | ARM: dts: AM43xx: clk: Add RNG clk node | Lokesh Vutla | 2016-06-22 | 1 | -0/+1 |
* | | clk: ti: am335x/am4372: Add tbclk to pwm node | Franklin S Cooper Jr | 2016-06-10 | 2 | -0/+9 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-05-21 | 6 | -1/+13 |
|\ |
|
| * | clk: ti: dra7-atl-clock: Fix of_node reference counting | Peter Ujfalusi | 2016-04-20 | 1 | -0/+2 |
| * | clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer' | Grygorii Strashko | 2016-04-16 | 2 | -0/+2 |
| * | clk: ti: amx3xx: limit the maximum frequency of DPLLs based on spec | Tero Kristo | 2016-04-16 | 1 | -0/+5 |
| * | clk: ti: dpll: add support for specifying max rate for DPLLs | Tero Kristo | 2016-04-16 | 1 | -0/+3 |
| * | clk: ti: dflt: remove redundant unlikely | Suman Anna | 2016-04-16 | 1 | -1/+1 |
* | | ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux name | Peter Ujfalusi | 2016-04-11 | 1 | -1/+1 |
|/ |
|
* | clk: ti: Remove CLK_IS_ROOT | Stephen Boyd | 2016-03-03 | 1 | -2/+2 |
* | Merge branch 'clk-ti' into clk-next | Michael Turquette | 2016-03-02 | 4 | -0/+1048 |
|\ |
|
| * | clk: ti: Fix some errors found by static checkers | Stephen Boyd | 2016-03-02 | 2 | -4/+4 |
| * | clk: ti: Allow COMPILE_TEST to build selected drivers | Tony Lindgren | 2016-03-02 | 1 | -0/+4 |
| * | clk: ti: Add support for dm814x ADPLL | Tony Lindgren | 2016-03-02 | 4 | -0/+1044 |
* | | clk: ti: Update for of_clk_get_parent_count() returning unsigned int | Stephen Boyd | 2016-02-27 | 4 | -8/+8 |
* | | clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrs | Tero Kristo | 2016-02-22 | 5 | -26/+50 |
* | | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 2016-02-22 | 1 | -1/+2 |
|\ \ |
|
| * | | clk: ti: omap3+: dpll: use non-locking version of clk_get_rate | Tero Kristo | 2016-02-22 | 1 | -1/+2 |
| |/ |
|
* / | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h | Geliang Tang | 2016-01-29 | 4 | -8/+0 |
|/ |
|
* | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-01-21 | 1 | -0/+4 |
|\ |
|
| * | clk: ti: Add few dm814x clock aliases | Tony Lindgren | 2015-12-03 | 1 | -0/+4 |
* | | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 2015-12-03 | 5 | -29/+12 |
|\ \ |
|
| * | | clk: ti: drop locking code from mux/divider drivers | Grygorii Strashko | 2015-11-24 | 2 | -25/+6 |
| * | | clk: ti816x: Add missing dmtimer clkdev entries | Neil Armstrong | 2015-11-24 | 1 | -0/+2 |
| * | | clk: ti: fapll: fix wrong do_div() usage | Nicolas Pitre | 2015-11-24 | 1 | -2/+2 |
| * | | clk: ti: clkt_dpll: fix wrong do_div() usage | Nicolas Pitre | 2015-11-24 | 1 | -2/+2 |
| |/ |
|
* | | clk: ti: omap5+: dpll: implement errata i810 | Tero Kristo | 2015-11-30 | 1 | -1/+24 |
* | | clk: ti: dra7: constify clk_hw_omap_ops structure | Julia Lawall | 2015-11-21 | 1 | -1/+1 |
|/ |
|
* | clk: ti: dflt: fix enable_reg validity check | Suman Anna | 2015-10-02 | 1 | -2/+2 |