summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-264-8/+8
| * | | | clk: sunxi: Use proper type for of_clk_get_parent_count() return valueStephen Boyd2016-02-261-1/+1
| * | | | clk: st: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2016-02-262-4/+4
| * | | | clk: h8300: Remove impossible check for of_clk_get_parent_count()Stephen Boyd2016-02-262-4/+4
| * | | | clk: gpio: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2016-02-261-4/+2
| * | | | clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd2016-02-267-15/+15
| * | | | clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd2016-02-261-2/+14
| * | | | clk: Ignore disabled DT clock providersGeert Uytterhoeven2016-02-261-0/+3
| * | | | clk: skip unnecessary set_phase if nothing to doShawn Lin2016-02-251-0/+5
| * | | | clk: bcm2835: added missing clock register definitionsMartin Sperl2016-02-251-0/+13
| * | | | clk: shmobile: Remove ARCH_SHMOBILE_MULTISimon Horman2016-02-251-1/+0
| * | | | Merge tag 'clk-samsung-4.6' of git://linuxtv.org/snawrocki/samsung into clk-nextStephen Boyd2016-02-251-117/+21
| |\ \ \ \
| | * | | | clk: samsung: exynos5433: Fix wrong registers of PCLK_GSCL_SMMU clocksJonghwa Lee2016-02-251-2/+2
| | * | | | clk: samsung: exynos5433: Fix mout_aclk_cam1*_user clocks definitionSylwester Nawrocki2016-02-251-2/+2
| | * | | | clk: samsung: exynos5433: Drop RO registers from the save/restore listsSylwester Nawrocki2016-02-251-100/+0
| | * | | | clk: samsung: exynos5433: Fix definitions of SCLK ISP SENSOR0 clocksMarek Szyprowski2016-02-251-2/+2
| | * | | | clk: samsung: exynos5433: Fix definitions of MUX_SEL_CAM04 clocksSylwester Nawrocki2016-02-251-6/+6
| | * | | | clk: samsung: exynos5433: Fix typos in *_ISP_MPWM clock namesSylwester Nawrocki2016-02-231-3/+3
| | * | | | clk/samsung: exynos5433: add pclk_decon clockAndrzej Hajda2016-02-031-0/+2
| | * | | | clk/samsung: exynos5433: add definitions of HDMI-PHY output clocksAndrzej Hajda2016-02-031-2/+4
| | |/ / /
| * | | | clk: mvebu: Move corediv config to mvebu configKevin Smith2016-02-251-1/+0
| * | | | clk: mvebu: Remove corediv clock from Armada XPKevin Smith2016-02-251-1/+0
| * | | | clk: versatile: sp810: support reentranceLinus Walleij2016-02-251-1/+3
| * | | | clk: Get rid of HAVE_MACH_CLKDEVStephen Boyd2016-02-251-3/+0
| * | | | Merge branch 'clk-ipq4019' into clk-nextStephen Boyd2016-02-253-0/+1363
| |\ \ \ \
| | * | | | clk: qcom: Add IPQ4019 Global Clock Controller supportVaradarajan Narayanan2016-02-253-0/+1363
| | |/ / /
| * | | | clk: shmobile: Free 'clock' on error pathStephen Boyd2016-02-251-0/+1
| * | | | clk: shmobile: check for failureSudip Mukherjee2016-02-241-1/+5
| * | | | clk: Update some outdated commentsStephen Boyd2016-02-221-3/+3
| * | | | Revert "clk: avoid circular clock topology"Stephen Boyd2016-02-221-40/+0
| * | | | clk: socfpga: allow for multiple parents on Arria10 periph clocksDinh Nguyen2016-02-222-9/+4
| * | | | 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: qcom: msm8960: fix ce3_core clk enable registerSrinivas Kandagatla2016-02-221-1/+1
| * | | | | Merge branch 'clk-samsung' into clk-nextMichael Turquette2016-02-222-7/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'clk-shmobile-for-v4.6' of git://git.kernel.org/pub/scm/linux/ke...Michael Turquette2016-02-192-0/+237
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | clk: shmobile: r8a7795: Add INTC-EX clockMagnus Damm2016-02-181-0/+1
| | * | | | | clk: shmobile: r8a7795: Add USB-DMAC clocksYoshihiro Shimoda2016-02-081-0/+2
| | * | | | | clk: shmobile: r8a7795: Add SD divider supportDirk Behme2016-02-082-0/+232
| | * | | | | clk: shmobile: r8a7795: Add USB3.0 clocksYoshihiro Shimoda2016-01-251-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-02-1812-14/+1
| |\ \ \ \ \
| * | | | | | clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis2016-02-171-0/+1
| * | | | | | Merge branch 'clk-bcm2835' into clk-nextMichael Turquette2016-02-161-16/+9
| |\ \ \ \ \ \
| | * | | | | | clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt2016-02-161-11/+2
| | * | | | | | clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt2016-02-161-5/+7
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g...Michael Turquette2016-02-157-153/+157
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | clk: rockchip: convert manually created factor clocks to the new typeHeiko Stuebner2016-02-045-98/+24
| | * | | | | clk: rockchip: add a factor clock typeHeiko Stuebner2016-02-042-0/+83
| | * | | | | clk: rockchip: fix parent of hclk_vcodec on rk3036Heiko Stuebner2016-02-041-1/+1
| | * | | | | clk: rockchip: free memory in error cases when registering clock branchesShawn Lin2016-02-021-2/+7
OpenPOWER on IntegriCloud