summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-7/+7
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds31-2/+7577
2015-06-25Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds4-0/+202
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+593
2015-06-23Merge tag 'fbdev-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-1/+7
2015-06-23Merge branch 'for-linus-clk' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-26/+61
2015-06-23clk: h8300: fix error handling in h8s2678_pll_clk_setup()Dan Carpenter1-17/+16
2015-06-23h8300: clock driverYoshinori Sato4-0/+203
2015-06-19Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...Michael Turquette3-7/+15
2015-06-19clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre1-1/+1
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon1-4/+4
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon1-2/+10
2015-06-11Merge branch 'zte/soc' into next/socKevin Hilman5-0/+864
2015-06-11clk: zx: add clock support to zx296702Jun Nie5-0/+864
2015-06-10Merge tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Kevin Hilman26-0/+6683
2015-06-04CLK: TI: always enable DESHDCP clockTomi Valkeinen1-1/+6
2015-06-03arm: dra7: add DESHDCP clockTomi Valkeinen1-0/+1
2015-06-03ARM: imx: define an enum for gpt timer device typeShawn Guo6-12/+10
2015-06-03ARM: clk-imx6q: refine sata's parentSébastien Szymanski1-1/+1
2015-06-03ARM: imx: clk-v610: Add clock for I2C2 and I2C3Mirza Krak1-0/+2
2015-06-03ARM: imx: add imx7d clk tree supportFrank Li2-0/+861
2015-06-03ARM: clk: imx: update pllv3 to support imx7Frank Li2-1/+9
2015-06-03ARM: imx: clk-vf610: enable debug access port by defaultStefan Agner1-0/+2
2015-06-03clk: imx: clk-cpu: Include "clk.h" header fileFabio Estevam1-0/+1
2015-06-03ARM: imx: using unsigned variable for do_divAnson Huang1-2/+2
2015-06-03ARM: imx: drop epit timer initialization from imx35 clock driverShawn Guo1-4/+0
2015-06-03ARM: imx: move clock drivers into drivers/clkShawn Guo25-0/+5815
2015-05-30clk: qcom: Add support for NSS/GMAC clocks and resetsStephen Boyd1-1/+593
2015-05-18clk: berlin: drop direct of_iomap of nodes reg propertyAntoine Tenart2-15/+3
2015-05-18clk: berlin: prepare simple-mfd conversionAntoine Tenart2-0/+12
2015-05-12clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtcRobert Jarzmik1-0/+29
2015-05-12ARM: pxa: change clocks init sequenceRobert Jarzmik1-2/+1
2015-05-08clk: si5351: Do not pass struct clk in platform_dataSebastian Hesselbarth1-18/+45
2015-05-07Merge tag 'clk-samsung-fixes-4.1-2' of git://linuxtv.org/snawrocki/samsung in...Michael Turquette3-7/+8
2015-05-06clk: add missing lock when call clk_core_enable in clk_set_parentDong Aisheng1-0/+8
2015-05-06clk: s2mps11: use clkdev_create()Russell King1-3/+1
2015-05-06clkdev: add clkdev_create() helperRussell King1-12/+41
2015-05-06clkdev: const-ify connection id to clk_add_alias()Russell King1-3/+3
2015-05-06clkdev: drop __init from clkdev_add_table()Russell King1-1/+1
2015-05-06clkdev: use clk_hw internallyRussell King1-8/+16
2015-05-05clk: exynos5420: Restore GATE_BUS_TOP on suspendJavier Martinez Canillas1-0/+1
2015-04-30clk: qcom: Fix MSM8916 gfx3d_clk_src configurationGeorgi Djakov1-1/+1
2015-04-30clk: qcom: Fix MSM8916 venus divider valueGeorgi Djakov1-1/+1
2015-04-29clk: exynos5433: Fix wrong PMS value of exynos5433_pll_ratesChanwoo Choi1-3/+3
2015-04-29clk: exynos5433: Fix wrong parent clock of sclk_apollo clockChanwoo Choi1-1/+1
2015-04-29clk: exynos5433: Fix CLK_PCLK_MONOTONIC_CNT clk register assignmentJonghwa Lee1-1/+1
2015-04-29clk: exynos5433: Fix wrong offset of PCLK_MSCL_SECURE_SMMU_JPEGJonghwa Lee1-1/+1
2015-04-29clk: Use CONFIG_ARCH_EXYNOS instead of CONFIG_ARCH_EXYNOS5433Chanwoo Choi1-1/+1
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+144
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds89-833/+10735