summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-276-1/+1975
|\
| * MIPS: Loongson: Naming style cleanup and reworkHuacai Chen2015-06-211-1/+1
| * clk: ingenic: add JZ4780 CGU supportPaul Burton2015-06-212-0/+734
| * MIPS, clk: move jz4740 clock suspend, resume functions to jz4740-cguPaul Burton2015-06-211-0/+37
| * MIPS, clk: move jz4740 UDC auto suspend functions to jz4740-cguPaul Burton2015-06-211-0/+22
| * MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cguPaul Burton2015-06-211-0/+22
| * MIPS,clk: migrate JZ4740 to common clock frameworkPaul Burton2015-06-212-0/+223
| * clk: ingenic: add driver for Ingenic SoC CGU clocksPaul Burton2015-06-214-0/+936
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-262-7/+7
|\ \
| * | clk: berlin: drop direct of_iomap of nodes reg propertyAntoine Tenart2015-05-182-15/+3
| * | clk: berlin: prepare simple-mfd conversionAntoine Tenart2015-05-182-0/+12
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-2631-2/+7577
|\ \ \
| * \ \ Merge branch 'zte/soc' into next/socKevin Hilman2015-06-115-0/+864
| |\ \ \
| | * | | clk: zx: add clock support to zx296702Jun Nie2015-06-115-0/+864
| | |/ /
| * | | Merge tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Kevin Hilman2015-06-1026-0/+6683
| |\ \ \
| | * | | ARM: imx: define an enum for gpt timer device typeShawn Guo2015-06-036-12/+10
| | * | | ARM: clk-imx6q: refine sata's parentSébastien Szymanski2015-06-031-1/+1
| | * | | ARM: imx: clk-v610: Add clock for I2C2 and I2C3Mirza Krak2015-06-031-0/+2
| | * | | ARM: imx: add imx7d clk tree supportFrank Li2015-06-032-0/+861
| | * | | ARM: clk: imx: update pllv3 to support imx7Frank Li2015-06-032-1/+9
| | * | | ARM: imx: clk-vf610: enable debug access port by defaultStefan Agner2015-06-031-0/+2
| | * | | clk: imx: clk-cpu: Include "clk.h" header fileFabio Estevam2015-06-031-0/+1
| | * | | ARM: imx: using unsigned variable for do_divAnson Huang2015-06-031-2/+2
| | * | | ARM: imx: drop epit timer initialization from imx35 clock driverShawn Guo2015-06-031-4/+0
| | * | | ARM: imx: move clock drivers into drivers/clkShawn Guo2015-06-0325-0/+5815
| | |/ /
| * | | clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtcRobert Jarzmik2015-05-121-0/+29
| * | | ARM: pxa: change clocks init sequenceRobert Jarzmik2015-05-121-2/+1
| |/ /
* | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-06-254-0/+202
|\ \ \
| * | | clk: h8300: fix error handling in h8s2678_pll_clk_setup()Dan Carpenter2015-06-231-17/+16
| * | | h8300: clock driverYoshinori Sato2015-06-234-0/+203
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-1/+593
|\ \ \ \
| * | | | clk: qcom: Add support for NSS/GMAC clocks and resetsStephen Boyd2015-05-301-1/+593
| | |_|/ | |/| |
* | | | Merge tag 'fbdev-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2015-06-231-1/+7
|\ \ \ \
| * | | | CLK: TI: always enable DESHDCP clockTomi Valkeinen2015-06-041-1/+6
| * | | | arm: dra7: add DESHDCP clockTomi Valkeinen2015-06-031-0/+1
| |/ / /
* | | | Merge branch 'for-linus-clk' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-232-26/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | clk: s2mps11: use clkdev_create()Russell King2015-05-061-3/+1
| * | | clkdev: add clkdev_create() helperRussell King2015-05-061-12/+41
| * | | clkdev: const-ify connection id to clk_add_alias()Russell King2015-05-061-3/+3
| * | | clkdev: drop __init from clkdev_add_table()Russell King2015-05-061-1/+1
| * | | clkdev: use clk_hw internallyRussell King2015-05-061-8/+16
| | |/ | |/|
* | | Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...Michael Turquette2015-06-193-7/+15
|\ \ \ | |_|/ |/| |
| * | clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre2015-06-191-1/+1
| * | clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon2015-06-191-4/+4
| * | clk: at91: pll: fix input range validity checkBoris Brezillon2015-06-191-2/+10
* | | clk: si5351: Do not pass struct clk in platform_dataSebastian Hesselbarth2015-05-081-18/+45
* | | Merge tag 'clk-samsung-fixes-4.1-2' of git://linuxtv.org/snawrocki/samsung in...Michael Turquette2015-05-073-7/+8
|\ \ \
| * | | clk: exynos5420: Restore GATE_BUS_TOP on suspendJavier Martinez Canillas2015-05-051-0/+1
| * | | clk: exynos5433: Fix wrong PMS value of exynos5433_pll_ratesChanwoo Choi2015-04-291-3/+3
| * | | clk: exynos5433: Fix wrong parent clock of sclk_apollo clockChanwoo Choi2015-04-291-1/+1
OpenPOWER on IntegriCloud