summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-20clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-18Revert "clk: mxs: Fix invalid 32-bit access to frac registers"Stefan Wahren3-31/+18
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve1-0/+83
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas5-35/+35
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas1-2/+2
2015-02-07clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd3-37/+59
2015-02-05clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven1-0/+3
2015-02-04clk: mxs: Fix invalid 32-bit access to frac registersStefan Wahren3-18/+31
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann6-2/+14
2015-02-03Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette7-52/+172
2015-02-03Merge branch 'clk-next' into v3.19-rc7Michael Turquette74-1117/+11388
2015-02-03Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette5-347/+112
2015-02-03clkdev: Export clk_register_clkdevTomeu Vizoso1-0/+1
2015-02-03clk: Add rate constraints to clocksTomeu Vizoso12-58/+254
2015-02-03clk: remove clk-private.hMichael Turquette1-2/+39
2015-02-03pci: xgene: do not use clk-private.hMichael Turquette1-1/+1
2015-02-03Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette10-73/+5504
2015-02-03clk: Make clk API return per-user struct clk instancesTomeu Vizoso3-244/+476
2015-02-02clk: tegra: Define PLLD_DSI and remove dsia(b)_muxMark Zhang4-26/+24
2015-02-02clk: tegra: Add support for the Tegra132 CAR IP blockPaul Walmsley3-12/+129
2015-02-02clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver1-2/+5
2015-02-02clk: tegra: Fix order of arguments in WARNTomeu Vizoso1-4/+4
2015-02-02clk: tegra124: Add init data for dsi lp clocksSean Paul1-0/+2
2015-02-02clk: tegra: SDMMC controllers are on APBAndrew Bresticker1-8/+8
2015-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-3/+28
2015-02-01Input: elantech - add more Fujtisu notebooks to force crc_enabledRainer Koenig1-0/+16
2015-01-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+33
2015-01-31Merge tag 'char-misc-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2015-01-31Merge tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+3
2015-01-31Merge tag 'usb-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-5/+28
2015-01-30clk: ti: add omap3 legacy clock dataTero Kristo2-1/+4655
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo3-4/+46
2015-01-30clk: ti: dpll: add support for legacy DPLL initTero Kristo3-11/+113
2015-01-30clk: ti: divider: add support for legacy divider initTero Kristo3-1/+136
2015-01-30clk: ti: interface: add support for legacy interface clock initTero Kristo3-24/+76
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo3-30/+133
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo3-2/+75
2015-01-30clk: ti: add core support for initializing legacy clocksTero Kristo2-0/+270
2015-01-30Merge tag 'iommu-fixes-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2015-01-30i2c: sh_mobile: terminate DMA reads properlyWolfram Sang1-1/+11
2015-01-30Merge tag 'drm-intel-fixes-2015-01-29' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-26/+19
2015-01-30drm: fix fb-helper vs MST dangling connector ptrs (v2)Rob Clark1-0/+30
2015-01-30Merge tag 'dm-3.19-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+11
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-18/+7
2015-01-29Merge tag 'pinctrl-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-53/+55
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-1/+1
2015-01-28clk: Remove __clk_registerTomeu Vizoso1-42/+0
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso1-9/+0
2015-01-28clk: qoriq: Use pr_fmt()Emil Medve1-2/+5
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve1-1/+1