summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-09clk: s2mps11: Add support for s2mps11Yadwinder Singh Brar3-0/+280
2013-08-09clk: exynos5420: Make exynos5420_plls staticSachin Kamat1-1/+1
2013-08-09clk: exynos5250: Make exynos5250_plls staticSachin Kamat1-1/+1
2013-08-09clk: exynos4: Make exynos4_plls staticSachin Kamat1-1/+1
2013-08-09clk: mxs: clk-imx23: Include <linux/clk/mxs.h>Fabio Estevam1-0/+1
2013-08-09clk: sunxi: Fix checking return value of clk_register_[composite|factors]Axel Lin1-2/+2
2013-08-09Merge branch 'clk-next-s3c64xx' into clk-nextMike Turquette8-1/+906
2013-08-09Documentation: clk: Fix a trivial typo in audssSachin Kamat1-1/+1
2013-08-05clk: samsung: Add clock driver for S3C64xx SoCsTomasz Figa4-0/+731
2013-08-05clk: samsung: pll: Add support for PLL6552 and PLL6553Tomasz Figa2-0/+164
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa2-1/+11
2013-08-03clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoCVikas Sajjan2-0/+40
2013-08-03clk: samsung: Reorder MUX registration for mout_vpllsrcVikas Sajjan1-1/+6
2013-08-03clk: samsung: Add set_rate() clk_ops for PLL36xxVikas Sajjan1-1/+78
2013-08-03clk: samsung: Add set_rate() clk_ops for PLL35xxYadwinder Singh Brar1-1/+104
2013-08-03clk: samsung: Add support to register rate_table for samsung pllsYadwinder Singh Brar6-28/+75
2013-08-03clk: samsung: Remove unused pll registeration code for pll35xx and pll36xxYadwinder Singh Brar2-74/+0
2013-08-03clk: samsung: Migrate exynos5420 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-28/+58
2013-08-03clk: samsung: Migrate exynos4 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-14/+26
2013-08-03clk: samsung: Migrate exynos5250 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-19/+41
2013-08-03clk: samsung: Define a common samsung_clk_register_pll()Yadwinder Singh Brar3-0/+125
2013-08-03clk: samsung: Introduce a common samsung_clk_pll structYadwinder Singh Brar1-18/+12
2013-07-31of/documentation: Update G2D documentationSachin Kamat1-2/+5
2013-07-31clk: exynos4: Add clock entries for TMUSachin Kamat2-1/+4
2013-07-31clk/exynos5250: add sclk_hdmiphy in the list of special clocksRahul Sharma2-2/+3
2013-07-31clk/exynos5250: add mout_hdmi mux clock for hdmiRahul Sharma2-1/+12
2013-07-31Documentation: exynos5250-clock: Add div_i2s1 and div_i2s2Tushar Behera1-0/+2
2013-07-30clk: exynos5250: Add G2D gate clockSachin Kamat2-1/+5
2013-07-26clk: exynos-audss: Staticize exynos_audss_clk_initSachin Kamat1-1/+1
2013-07-26clk: exynos5440: Staticize local symbolsSachin Kamat1-7/+7
2013-07-26clk: exynos5420: Staticize local symbolsSachin Kamat1-7/+7
2013-07-26clk: exynos5250: Staticize local symbolsSachin Kamat1-7/+7
2013-07-26clk: exynos4: Remove unused functionSachin Kamat1-14/+0
2013-07-26clk: exynos4: Staticize local symbolsSachin Kamat1-13/+15
2013-07-26clk: fix typosPeter Meerwald2-7/+8
2013-07-26of/documentation: Fix a typo in exynos5250-clock.txtSachin Kamat1-1/+1
2013-07-21Linux 3.11-rc2v3.11-rc2Linus Torvalds1-1/+1
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+137
2013-07-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2013-07-21ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds155-91617/+22
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-18/+15
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+15
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro2-2/+4
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-61/+213