summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla2016-02-021-2/+4
* clk: tegra: Fix PLLE SS coefficientsMark Kuo2016-02-021-6/+12
* clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein2016-02-021-2/+2
* clk: tegra: Do not disable PLLE when under hardware controlMark Kuo2016-02-021-7/+15
* clk: tegra: Fix pllx dyn step calculationRhyland Klein2016-02-021-5/+5
* clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker2016-02-021-3/+3
* clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein2016-02-021-1/+1
* clk: tegra: Fix naming of MISC registersRhyland Klein2016-02-021-18/+18
* clk: tegra: Remove improper flags for lock_enableRhyland Klein2016-01-251-28/+14
* clk: tegra: Fix divider on VI_I2CRhyland Klein2016-01-251-1/+1
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2016-01-201-0/+1
|\
| * Merge tag 'samsung-dt-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2015-12-311-0/+1
| |\
| | * clk: samsung: exynos4: Add SSS gate clockKrzysztof Kozlowski2015-11-181-0/+1
| * | Merge tag 'omap-for-v4.5/81xx-dts-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2015-12-311-0/+4
| |\ \
| * \ \ Merge tag 'imx-dt-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Olof Johansson2015-12-227-32/+34
| |\ \ \
| | * \ \ Merge branch 'imx/clk' into imx/dtShawn Guo2015-12-226-28/+30
| | |\ \ \
| * | | | | clk: bcm: Add BCM63138 clock supportFlorian Fainelli2015-12-063-0/+33
| | |_|_|/ | |/| | |
* | | | | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-207-57/+188
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fixes' into next/multiplatformArnd Bergmann2015-12-171-4/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2015-12-163-36/+169
| |\ \ \ \ \
| | * | | | | clk: versatile-icst: add device tree supportLinus Walleij2015-12-151-1/+88
| | * | | | | clk: versatile-icst: refactor to allocate regmap separatelyLinus Walleij2015-12-151-19/+28
| | * | | | | clk: versatile-icst: convert to use regmapLinus Walleij2015-12-152-28/+61
| | * | | | | clk/realview: stop using machine headersArnd Bergmann2015-12-151-3/+7
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'versatile/multiplatform' into next/multiplatformArnd Bergmann2015-12-151-1/+3
| |\ \ \ \ \
| | * | | | | ARM: versatile: switch to DT only booting and remove legacy codeRob Herring2015-12-151-1/+3
| | |/ / / /
| * | | | | Merge branch 'mmp/multiplatform' into next/multiplatformArnd Bergmann2015-12-153-19/+19
| |\ \ \ \ \
| | * | | | | clk: mmp: stop using platform headersArnd Bergmann2015-12-013-19/+19
| | |/ / / /
| * / / / / ARM: pxa: make more mach/*.h files localArnd Bergmann2015-12-011-1/+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 tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-201-2/+2
|\ \ \ \
| * | | | ti/fapll: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | ti/clkt_dpll: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | tegra/clk-divider: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | imx/clk-pllv2: fix wrong do_div() usageNicolas Pitre2015-11-161-4/+5
| * | | | imx/clk-pllv1: fix wrong do_div() usageNicolas Pitre2015-11-161-7/+7
| |/ / /
* | | | clk: remove duplicated COMMON_CLK_NXP record from clk/KconfigVladimir Zapolskiy2016-01-131-5/+0
* | | | Merge tag 'tegra-for-4.5-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2016-01-0411-928/+4980
|\ \ \ \
| * | | | clk: tegra: Read correct IDDQ register in PLL_SS registrationBill Huang2015-12-171-4/+7
| * | | | clk: tegra: Fix WARN_ON in PLL_RE registrationBill Huang2015-12-171-1/+2
| * | | | clk: tegra: pll: Fix issues with rates for VCO PLLsAndrew Bresticker2015-12-171-4/+12
| * | | | clk: tegra: Add support for Tegra210 clocksRhyland Klein2015-12-175-0/+2868
| * | | | clk: tegra: Add Super Gen5 LogicBill Huang2015-12-172-13/+132
| * | | | clk: tegra: pll: Add logic for SSBill Huang2015-12-172-1/+28
| * | | | clk: tegra: pll: Add dyn_ramp callbackRhyland Klein2015-12-172-0/+11
| * | | | clk: tegra: pll: Add Set_default logicBill Huang2015-12-172-11/+39
| * | | | clk: tegra: pll: Adjust vco_min if SDM presentBill Huang2015-12-172-0/+32
| * | | | clk: tegra: pll: Add support for PLLMB for Tegra210Rhyland Klein2015-12-172-5/+52
| * | | | clk: tegra: pll: Add specialized logic for Tegra210Rhyland Klein2015-12-172-2/+346