summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-21clk: impd1: add pclk clocksLinus Walleij1-7/+29
2014-05-20Merge tag 'zynq-clk-for-3.16' of git://git.xilinx.com/linux-xlnx into clk-nex...Mike Turquette2-1/+13
2014-05-20clk: si570: Fix email address specifictionMichal Simek1-1/+1
2014-05-16clk: qcom: Fix msm8660 GCC probeStephen Boyd1-0/+12
2014-05-16Merge branch 'clk-fixes' into clk-nextMike Turquette1-1/+1
2014-05-16clk: tegra: Fix wrong value written to PLLE_AUXTuomas Tynkkynen1-1/+1
2014-05-14clk/versatile: export symbols for impd1Arnd Bergmann2-0/+3
2014-05-14Merge tag 'clk-hisi-for-v3.16' of https://git.kernel.org/pub/scm/linux/kernel...Mike Turquette5-5/+142
2014-05-14clk: sunxi: Fixup clk_sunxi_mmc_phase_control to take a clk rather then a hw_clkHans de Goede1-1/+2
2014-05-13Merge tag 'clk-mvebu-3.16' of git://git.infradead.org/linux-mvebu into clk-ne...Mike Turquette3-0/+215
2014-05-12clk: shmobile: r8a7779: Add clocks supportSimon Horman2-0/+181
2014-05-12Merge tag 'socfpga-clk-update-for-v3.16' of git://git.rocketboards.org/linux-...Mike Turquette3-4/+23
2014-05-12Merge branch 'clk-fixes' into clk-nextMike Turquette1-2/+7
2014-05-12clk: shmobile: clk-mstp: change to using clock-indicesBen Dooks1-2/+7
2014-05-12clk: socfpga: add divider registers to the main pll outputsDinh Nguyen3-4/+23
2014-05-12clk: hisi: add clk-hix5hd2.cZhangfei Gao3-0/+103
2014-05-12clk: hisi: add hisi_clk_register_gateZhangfei Gao2-0/+30
2014-05-12clk: hisi: use clk_register_mux_table in hisi_clk_register_muxZhangfei Gao2-5/+9
2014-05-05clk: sunxi: Implement MMC phase controlEmilio López1-0/+36
2014-05-05clk: sunxi: factors: automatic reparenting supportEmilio López1-0/+36
2014-04-30clk: qcom: Various fixes for MSM8960's global clock controllerKumar Gala1-2/+2
2014-04-30clk: qcom: Add basic support for APQ8064 global clock controller clocksKumar Gala2-5/+29
2014-04-30clk: qcom: Consolidate common probe codeStephen Boyd8-337/+196
2014-04-30clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd1-3/+6
2014-04-30clk: Consolidate recalc rate logicStephen Boyd1-16/+11
2014-04-30clk: Don't check for missing ops in clk_set_parent()Stephen Boyd1-3/+0
2014-04-30clk: bcm21664: use common clock frameworkAlex Elder3-1/+292
2014-04-30clk: bcm281xx: move compatible string definitionsAlex Elder1-12/+0
2014-04-30clk: bcm281xx: add clock hysteresis supportAlex Elder3-0/+82
2014-04-30clk: bcm281xx: add clock policy supportAlex Elder3-0/+318
2014-04-30clk: bcm281xx: define CCU clock data staticallyAlex Elder3-143/+133
2014-04-30clk: bcm281xx: initialize CCU structures staticallyAlex Elder4-119/+97
2014-04-30clk: bcm281xx: change some symbol namesAlex Elder1-11/+16
2014-04-30clk: bcm281xx: use init_data.name for clock nameAlex Elder3-12/+14
2014-04-30clk: bcm281xx: warn if ccu_wait_bit() failsAlex Elder1-0/+3
2014-04-30clk: divider: Optimize clk_divider_bestdiv loopMaxime COQUELIN1-1/+13
2014-04-30clk: divider: Add round to closest dividerMaxime COQUELIN1-2/+67
2014-04-30clk: Fix slab corruption in clk_unregister()Stephen Boyd1-1/+2
2014-04-30clk: Fix double free due to devm_clk_register()Stephen Boyd1-41/+30
2014-04-30Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socf...Mike Turquette2-20/+10
2014-04-30clk: socfpga: fix clock driver for 3.15Dinh Nguyen2-20/+10
2014-04-30clk: divider: Fix best div calculation for power-of-two and table dividersMaxime COQUELIN1-1/+36
2014-04-30clk: bcm281xx: don't use unnamed structs or unionsAlex Elder3-61/+64
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+9
2014-04-27Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-34/+55
2014-04-27Merge tag 'staging-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+57
2014-04-27Merge tag 'usb-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds28-162/+288
2014-04-27Merge tag 'pm+acpi-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-20/+184
2014-04-26clk: mvebu: add Orion5x clock driverThomas Petazzoni3-0/+215
2014-04-26Merge branches 'pnp' and 'acpi-hotplug'Rafael J. Wysocki2-3/+81