summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-211-0/+4
|\
| * clk: ti: Add few dm814x clock aliasesTony Lindgren2015-12-031-0/+4
* | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-12-035-29/+12Star
|\ \
| * | clk: ti: drop locking code from mux/divider driversGrygorii Strashko2015-11-242-25/+6Star
| * | 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-211-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/+1Star
* 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-253-13/+13
* | clk: ti: Convert to clk_hw based provider APIsStephen Boyd2015-08-257-35/+33Star
* | clk: ti: Remove CLK_IS_BASIC checkStephen Boyd2015-08-251-6/+0Star
* | clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-256-9/+9
* | clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-251-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/+5Star
* | clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* | clk: ti: clk-3xxx: Remove unused structuresStephen Boyd2015-07-281-10/+0Star
* | clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* | clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-2820-19/+2543
|\ \ | |/ |/|
| * clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-3/+72
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-023-0/+25
| * clk: ti: move some public definitions to private headerTero Kristo2015-06-027-1/+59
| * clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2015-06-022-0/+96
| * clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2015-06-022-0/+122
| * clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2015-06-022-0/+79
| * clk: ti: omap2430: move clock support code under clock driverTero Kristo2015-06-022-0/+36
| * clk: ti: dflt: move support for default gate clock to clock driverTero Kristo2015-06-023-1/+322
| * clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo2015-06-024-6/+891
| * clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-026-0/+32
| * clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo2015-06-023-8/+116
| * clk: ti: move interface clock implementation under drivers/clkTero Kristo2015-06-023-1/+69
| * clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo2015-06-023-3/+250
| * clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo2015-06-023-1/+373
| * ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+25
* | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-025-9/+14
|\ \
| * | clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
| * | clk: ti: Silence sparse warningsStephen Boyd2015-05-154-8/+8
| * | clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski2015-05-141-0/+5
| |/