summaryrefslogtreecommitdiff
path: root/drivers/clk/ti
AgeCommit message (Expand)Author
2017-12-01Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2017-11-30clk: ti: dra7-atl-clock: fix child-node lookupsJohan Hovold
2017-11-30clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi
2017-08-10UPSTREAM: clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2017-01-06clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts
2015-11-24clk: ti: drop locking code from mux/divider driversGrygorii Strashko
2015-11-24clk: ti816x: Add missing dmtimer clkdev entriesNeil Armstrong
2015-11-24clk: ti: fapll: fix wrong do_div() usageNicolas Pitre
2015-11-24clk: ti: clkt_dpll: fix wrong do_div() usageNicolas Pitre
2015-10-02clk: ti: dflt: fix enable_reg validity checkSuman Anna
2015-10-02clk: ti: fix dual-registration of uart4_ickBen Dooks
2015-10-02clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd
2015-08-24clk: ti: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: ti: Remove CLK_IS_BASIC checkStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-08-13clk: ti: fix for definition movementStephen Rothwell
2015-07-31ARM: dts: AM437X: add dpll_clksel_mac_clk nodeKeerthy
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd
2015-07-28clk: ti: clk-3xxx: Remove unused structuresStephen Boyd
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd
2015-07-20clk: ti: Switch clk-provider.h include to clk.hStephen Boyd
2015-07-20clk: ti: Include clk.hStephen Boyd
2015-07-16ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2015-06-04CLK: TI: always enable DESHDCP clockTomi Valkeinen
2015-06-03arm: dra7: add DESHDCP clockTomi Valkeinen
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo
2015-06-02clk: ti: move some public definitions to private headerTero Kristo
2015-06-02clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo
2015-06-02clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo
2015-06-02clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo
2015-06-02clk: ti: omap2430: move clock support code under clock driverTero Kristo
2015-06-02clk: ti: dflt: move support for default gate clock to clock driverTero Kristo
2015-06-02clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo
2015-06-02clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo
2015-06-02clk: ti: move interface clock implementation under drivers/clkTero Kristo
2015-06-02clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo
2015-06-02clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo
2015-06-02ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo