aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+35
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd3-13/+13
2015-08-24clk: ti: Convert to clk_hw based provider APIsStephen Boyd7-35/+33
2015-08-24clk: ti: Remove CLK_IS_BASIC checkStephen Boyd1-6/+0
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd6-9/+9
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-08-13clk: ti: fix for definition movementStephen Rothwell1-0/+2
2015-07-31ARM: dts: AM437X: add dpll_clksel_mac_clk nodeKeerthy1-0/+1
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd11-1/+11
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen5-14/+5
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd1-1/+1
2015-07-28clk: ti: clk-3xxx: Remove unused structuresStephen Boyd1-10/+0
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 Boyd20-19/+2543
2015-07-20clk: ti: Switch clk-provider.h include to clk.hStephen Boyd1-1/+1
2015-07-20clk: ti: Include clk.hStephen Boyd10-0/+10
2015-07-16ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren3-2/+33
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds5-9/+14
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-06-04CLK: TI: always enable DESHDCP clockTomi Valkeinen1-1/+6
2015-06-03arm: dra7: add DESHDCP clockTomi Valkeinen1-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 Kristo3-0/+25
2015-06-02clk: ti: move some public definitions to private headerTero Kristo7-1/+59
2015-06-02clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2-0/+96
2015-06-02clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2-0/+122
2015-06-02clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2-0/+79
2015-06-02clk: ti: omap2430: move clock support code under clock driverTero Kristo2-0/+36
2015-06-02clk: ti: dflt: move support for default gate clock to clock driverTero Kristo3-1/+322
2015-06-02clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo4-6/+891
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo6-0/+32
2015-06-02clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo3-8/+116
2015-06-02clk: ti: move interface clock implementation under drivers/clkTero Kristo3-1/+69
2015-06-02clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo3-3/+250
2015-06-02clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo3-1/+373
2015-06-02ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo1-0/+25
2015-05-14clk: ti: Silence sparse warningsStephen Boyd4-8/+8
2015-05-14clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski1-0/+5
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+1
2015-04-01clk: constify of_device_id arrayFabian Frederick2-2/+2
2015-03-24Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-nextMichael Turquette14-72/+318
2015-03-24clk: ti: Implement FAPLL set_rate for the PLLTony Lindgren1-0/+125
2015-03-24clk: ti: Implement FAPLL set_rate for the synthesizerTony Lindgren1-2/+132
2015-03-24clk: ti: Fix FAPLL recalc_rate for rounding errorsTony Lindgren1-6/+5
2015-03-24clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16Suman Anna1-0/+4
2015-03-24clk: ti: DRA7: Correct timer_sys_ck clock aliases for TimersSuman Anna1-7/+7
2015-03-24clk: ti: OMAP5: Correct the DT clock aliases for timersSuman Anna1-11/+11
2015-03-24clk: ti: OMAP4: Remove the legacy timer DT clock aliasesSuman Anna1-11/+0