summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-14clk: Silence sparse warnings about __clk_{get,put}()Stephen Boyd1-0/+1
2015-05-14clk: gpio-gate: Don't export __init functionsStephen Boyd1-2/+1
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd6-21/+9
2015-05-14clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski1-0/+5
2015-05-13clk: axm55xx: Use %zu in pr_info for size_tAlexander Sverdlin1-1/+1
2015-05-13clk: asm9260: Fix of_io_request_and_map error checkMaxime Ripard1-1/+1
2015-05-13clk: si5351: fix .recalc_rate for multisynth 6-7Sergej Sawazki1-3/+2
2015-05-13clk: si5351: fix .round_rate for multisynth 6-7Sergej Sawazki1-4/+17
2015-05-08Merge branch 'clk-fixes' into clk-nextMichael Turquette4-25/+53
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-07clk: Add some more lockdep assertionsStephen Boyd1-0/+8
2015-05-07Merge branch 'clk-fixes' into clk-nextStephen Boyd1-0/+8
2015-05-07clk: ux500: ape[ate|trace]clk are scaleableLinus Walleij2-5/+6
2015-05-07clk: add newline character after dumping all clocksFelipe Balbi1-1/+1
2015-05-06clk: add missing lock when call clk_core_enable in clk_set_parentDong Aisheng1-0/+8
2015-05-05clk: s3c2410: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-05clk: s3c2410: Staticize local symbolsKrzysztof Kozlowski1-2/+2
2015-05-05clk: ls1x: Fix duplicate const for parent namesKrzysztof Kozlowski1-3/+3
2015-05-05clk: sirf: Constify parent names in clock init dataKrzysztof Kozlowski1-6/+6
2015-05-05clk: cdce706: Constify parent names in clock init dataKrzysztof Kozlowski1-2/+2
2015-05-05clk: exynos: Staticize file-scope declarationsKrzysztof Kozlowski2-42/+42
2015-05-05clk: rockchip: Staticize file-scope declarationsKrzysztof Kozlowski2-2/+2
2015-05-05clk: mediatek: Add basic clocks for Mediatek MT8173.James Liao2-0/+831
2015-05-05clk: mediatek: Add basic clocks for Mediatek MT8135.James Liao2-0/+645
2015-05-05clk: mediatek: Add reset controller supportSascha Hauer3-0/+108
2015-05-05clk: mediatek: Add initial common clock support for Mediatek SoCs.James Liao7-0/+899
2015-05-05clk: make strings in parent name arrays constSascha Hauer2-3/+5
2015-05-05clk: exynos5420: Restore GATE_BUS_TOP on suspendJavier Martinez Canillas1-0/+1
2015-05-01Merge branch 'clk-fixes' into clk-nextStephen Boyd1-2/+2
2015-05-01clk: at91: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-05-01clk: Fix JSON output in debugfsStefan Wahren1-2/+3
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-30clk: Update some comments to reflect realityStephen Boyd1-33/+18
2015-04-30clk: Remove forward declared function prototypesStephen Boyd1-418/+393
2015-04-30clk: Remove impossible if condition in clk_core_get_phase()Stephen Boyd1-5/+1
2015-04-30clk: Drop unnecessary OOM printsStephen Boyd1-5/+0
2015-04-30clk: Squash __clk_{enable,disable}() into callersDong Aisheng1-18/+5
2015-04-30clk: s/clk/core/ for struct clk_coreStephen Boyd1-412/+412
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-26Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-14/+95
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds2-80/+67
2015-04-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-14/+18
2015-04-27Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/...Dave Airlie5-14/+95
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds19-118/+109