summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra: Fix xusb_hs_src clock hierarchyAndrew Bresticker2014-05-224-20/+17
* clk: tegra: Fix xusb_fs_src muxJim Lin2014-05-221-1/+3
* clk: tegra: Enable hardware control of PLLEJim Lin2014-05-221-1/+32
* clk: Add clock driver for AXM55xx SoCAnders Berg2014-05-222-0/+616
* clk: shmobile: mstp: Fix the is_enabled() operationLaurent Pinchart2014-05-221-1/+1
* clk: Add of_clk_get_by_clkspec() helperSylwester Nawrocki2014-05-222-7/+28
* clk: impd1: add pclk clocksLinus Walleij2014-05-211-7/+29
* Merge tag 'zynq-clk-for-3.16' of git://git.xilinx.com/linux-xlnx into clk-nex...Mike Turquette2014-05-202-1/+13
|\
| * clk: si570: Fix email address specifictionMichal Simek2014-05-201-1/+1
| * clk: zynq: Leave debug clocks in bootup stateSoren Brinkmann2014-04-221-0/+12
* | clk: qcom: Fix msm8660 GCC probeStephen Boyd2014-05-161-0/+12
* | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-05-161-1/+1
|\ \
| * | clk: tegra: Fix wrong value written to PLLE_AUXTuomas Tynkkynen2014-05-161-1/+1
* | | clk/versatile: export symbols for impd1Arnd Bergmann2014-05-142-0/+3
* | | Merge tag 'clk-hisi-for-v3.16' of https://git.kernel.org/pub/scm/linux/kernel...Mike Turquette2014-05-145-5/+142
|\ \ \
| * | | clk: hisi: add clk-hix5hd2.cZhangfei Gao2014-05-123-0/+103
| * | | clk: hisi: add hisi_clk_register_gateZhangfei Gao2014-05-122-0/+30
| * | | clk: hisi: use clk_register_mux_table in hisi_clk_register_muxZhangfei Gao2014-05-122-5/+9
| | |/ | |/|
* | | clk: sunxi: Fixup clk_sunxi_mmc_phase_control to take a clk rather then a hw_clkHans de Goede2014-05-141-1/+2
* | | Merge tag 'clk-mvebu-3.16' of git://git.infradead.org/linux-mvebu into clk-ne...Mike Turquette2014-05-133-0/+215
|\ \ \
| * | | clk: mvebu: add Orion5x clock driverThomas Petazzoni2014-04-263-0/+215
| |/ /
* | | clk: shmobile: r8a7779: Add clocks supportSimon Horman2014-05-122-0/+181
* | | Merge tag 'socfpga-clk-update-for-v3.16' of git://git.rocketboards.org/linux-...Mike Turquette2014-05-123-4/+23
|\ \ \
| * | | clk: socfpga: add divider registers to the main pll outputsDinh Nguyen2014-05-123-4/+23
* | | | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-05-121-2/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | clk: shmobile: clk-mstp: change to using clock-indicesBen Dooks2014-05-121-2/+7
* | | | clk: sunxi: Implement MMC phase controlEmilio López2014-05-051-0/+36
* | | | clk: sunxi: factors: automatic reparenting supportEmilio López2014-05-051-0/+36
* | | | clk: qcom: Various fixes for MSM8960's global clock controllerKumar Gala2014-04-301-2/+2
* | | | clk: qcom: Add basic support for APQ8064 global clock controller clocksKumar Gala2014-04-302-5/+29
* | | | clk: qcom: Consolidate common probe codeStephen Boyd2014-04-308-337/+196
* | | | clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd2014-04-301-3/+6
* | | | clk: Consolidate recalc rate logicStephen Boyd2014-04-301-16/+11
* | | | clk: Don't check for missing ops in clk_set_parent()Stephen Boyd2014-04-301-3/+0
* | | | clk: bcm21664: use common clock frameworkAlex Elder2014-04-303-1/+292
* | | | clk: bcm281xx: move compatible string definitionsAlex Elder2014-04-301-12/+0
* | | | clk: bcm281xx: add clock hysteresis supportAlex Elder2014-04-303-0/+82
* | | | clk: bcm281xx: add clock policy supportAlex Elder2014-04-303-0/+318
* | | | clk: bcm281xx: define CCU clock data staticallyAlex Elder2014-04-303-143/+133
* | | | clk: bcm281xx: initialize CCU structures staticallyAlex Elder2014-04-304-119/+97
* | | | clk: bcm281xx: change some symbol namesAlex Elder2014-04-301-11/+16
* | | | clk: bcm281xx: use init_data.name for clock nameAlex Elder2014-04-303-12/+14
* | | | clk: bcm281xx: warn if ccu_wait_bit() failsAlex Elder2014-04-301-0/+3
* | | | clk: divider: Optimize clk_divider_bestdiv loopMaxime COQUELIN2014-04-301-1/+13
* | | | clk: divider: Add round to closest dividerMaxime COQUELIN2014-04-301-2/+67
|/ / /
* | | clk: Fix slab corruption in clk_unregister()Stephen Boyd2014-04-301-1/+2
* | | clk: Fix double free due to devm_clk_register()Stephen Boyd2014-04-301-41/+30
* | | Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socf...Mike Turquette2014-04-302-20/+10
|\ \ \
| * | | clk: socfpga: fix clock driver for 3.15Dinh Nguyen2014-04-302-20/+10
| |/ /
* | | clk: divider: Fix best div calculation for power-of-two and table dividersMaxime COQUELIN2014-04-301-1/+36