summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-06clk: mediatek: mt8173: Fix enabling of critical clocksSascha Hauer1-5/+21
2015-07-06drivers: clk: st: Fix mux bit-setting for Cortex A9 clocksGabriel Fernandez1-1/+1
2015-07-06drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocksPankaj Dev4-6/+8
2015-07-06drivers: clk: st: Fix flexgen lock initGiuseppe Cavallaro1-0/+2
2015-07-06drivers: clk: st: Fix FSYN channel valuesGabriel Fernandez1-2/+2
2015-07-06drivers: clk: st: Remove unused codeGabriel Fernandez1-4/+0
2015-07-06clk: qcom: Use parent rate when set rate to pixel RCG clockHai Li1-6/+3
2015-07-02clk: at91: do not leak resourcesDavid Dueck6-10/+30
2015-07-02clk: stm32: Fix out-by-one error path in the index lookupDaniel Thompson1-1/+1
2015-07-02clk: iproc: fix bit manipulation arithmeticRay Jui1-2/+3
2015-07-02clk: iproc: fix memory leak from clock nameRay Jui2-12/+2
2015-06-22clk: stm32: Add clock driver for STM32F4[23]xxx devicesDaniel Thompson2-0/+381
2015-06-20Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette9-15/+590
2015-06-20Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette10-211/+450
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportThomas Abraham5-209/+1
2015-06-20clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu c...Thomas Abraham1-1/+23
2015-06-20clk: samsung: add infrastructure to register cpu clocksThomas Abraham3-1/+423
2015-06-20clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz1-0/+3
2015-06-18clk: add lpc18xx ccu clk driverJoachim Eastwood2-0/+294
2015-06-18clk: add lpc18xx cgu clk driverJoachim Eastwood3-0/+637
2015-06-18clk: keystone: add support for post divider register for main pllMurali Karicheri1-2/+18
2015-06-18Merge tag 'sunxi-clocks-for-4.2' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette3-5/+18
2015-06-18clk: mvebu: flag the crypto clk as CLK_IGNORE_UNUSEDBoris Brezillon1-1/+1
2015-06-18clk: cygnus: add clock support for Broadcom CygnusRay Jui2-0/+266
2015-06-18clk: Change bcm clocks build dependencyRay Jui1-1/+1
2015-06-18clk: iproc: add initial common clock supportRay Jui6-0/+1462
2015-06-17Merge remote-tracking branch 'clk/clk-next' into clk-nextMichael Turquette111-1259/+8546
2015-06-12clk: meson: add some error handling in meson_clk_register_cpu()Dan Carpenter1-4/+12
2015-06-12clk: pxa: Fix const discarding warningStephen Boyd1-1/+1
2015-06-10clk: Move debug_node field under DEBUG_FS flag in struct clk_coreMaxime Coquelin1-1/+1
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson1-1/+7
2015-06-10clk: cdce925: Fix printk size_t warningStephen Boyd1-1/+1
2015-06-09clk: socfpga: remove a stray tabDan Carpenter1-1/+1
2015-06-09clk: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks for SMCJonghwa Lee1-18/+18
2015-06-09clk: exynos5433: Add clock flag to support the DVFS of GPUJoonyoung Shim1-9/+9
2015-06-09clk: exynos5433: Add DIV_CPIF to the list of stored registers on suspendHyungwon Hwang1-0/+1
2015-06-09clk: exynos5433: Add CLK_SET_RATE_PARENT to support DVFS for big.LITTLE coreChanwoo Choi1-14/+12
2015-06-06Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+6
2015-06-06Merge tag 'staging-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-110/+148
2015-06-06Merge tag 'tty-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-22/+105
2015-06-06Merge tag 'usb-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds19-59/+121
2015-06-06Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-06-06Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-15/+20
2015-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+7
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+21
2015-06-05clk: socfpga: make use of of_clk_parent_fill helper functionDinh Nguyen2-11/+2
2015-06-05clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen1-0/+21
2015-06-05iscsi_ibft: filter null v4-mapped v6 addressesChris Leech1-15/+21
2015-06-05Merge branch 'clk-meson8b' into clk-nextStephen Boyd7-0/+1101
2015-06-05clk: meson8b: Add support for Meson8b clocksCarlo Caione2-0/+197