summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2016-08-011-0/+1
|\
| * ARM: dts: AM43xx: clk: Add RNG clk nodeLokesh Vutla2016-06-221-0/+1
* | clk: ti: am335x/am4372: Add tbclk to pwm nodeFranklin S Cooper Jr2016-06-102-0/+9
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-05-206-1/+13
|\
| * clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi2016-04-191-0/+2
| * clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer'Grygorii Strashko2016-04-152-0/+2
| * clk: ti: amx3xx: limit the maximum frequency of DPLLs based on specTero Kristo2016-04-151-0/+5
| * clk: ti: dpll: add support for specifying max rate for DPLLsTero Kristo2016-04-151-0/+3
| * clk: ti: dflt: remove redundant unlikelySuman Anna2016-04-151-1/+1
* | ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux namePeter Ujfalusi2016-04-111-1/+1
|/
* clk: ti: Remove CLK_IS_ROOTStephen Boyd2016-03-021-2/+2
* Merge branch 'clk-ti' into clk-nextMichael Turquette2016-03-014-0/+1048
|\
| * clk: ti: Fix some errors found by static checkersStephen Boyd2016-03-012-4/+4
| * clk: ti: Allow COMPILE_TEST to build selected driversTony Lindgren2016-03-011-0/+4
| * clk: ti: Add support for dm814x ADPLLTony Lindgren2016-03-014-0/+1044
* | clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-264-8/+8
* | clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo2016-02-225-26/+50
* | Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-02-221-1/+2
|\ \
| * | clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo2016-02-221-1/+2
| |/
* | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-294-8/+0
|/
* Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-201-0/+4
|\
| * clk: ti: Add few dm814x clock aliasesTony Lindgren2015-12-031-0/+4
* | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-12-025-29/+12
|\ \
| * | clk: ti: drop locking code from mux/divider driversGrygorii Strashko2015-11-242-25/+6
| * | clk: ti816x: Add missing dmtimer clkdev entriesNeil Armstrong2015-11-241-0/+2
| * | clk: ti: fapll: fix wrong do_div() usageNicolas Pitre2015-11-241-2/+2
| * | clk: ti: clkt_dpll: fix wrong do_div() usageNicolas Pitre2015-11-241-2/+2
| |/
* | clk: ti: omap5+: dpll: implement errata i810Tero Kristo2015-11-301-1/+24
* | clk: ti: dra7: constify clk_hw_omap_ops structureJulia Lawall2015-11-201-1/+1
|/
* clk: ti: dflt: fix enable_reg validity checkSuman Anna2015-10-021-2/+2
* clk: ti: fix dual-registration of uart4_ickBen Dooks2015-10-021-1/+1
* clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi2015-10-021-17/+1
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2015-09-011-0/+1
|\
| * ARM: dts: AM437X: add dpll_clksel_mac_clk nodeKeerthy2015-07-311-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-09-013-2/+35
|\ \
| * | clk: ti: fix for definition movementStephen Rothwell2015-08-131-0/+2
| * | ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren2015-07-163-2/+33
| |/
* | clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-243-13/+13
* | clk: ti: Convert to clk_hw based provider APIsStephen Boyd2015-08-247-35/+33
* | clk: ti: Remove CLK_IS_BASIC checkStephen Boyd2015-08-241-6/+0
* | clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-246-9/+9
* | clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-241-1/+1
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-2811-1/+11
|\ \
| * | clk: ti: Switch clk-provider.h include to clk.hStephen Boyd2015-07-201-1/+1
| * | clk: ti: Include clk.hStephen Boyd2015-07-2010-0/+10
| |/
* | clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-285-14/+5
* | clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* | clk: ti: clk-3xxx: Remove unused structuresStephen Boyd2015-07-281-10/+0
* | clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* | clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
OpenPOWER on IntegriCloud