summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | 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-142-2/+3
| | | * | | | | | | | Merge tag 'clk-mvebu-3.16' of git://git.infradead.org/linux-mvebu into clk-ne...Mike Turquette2014-05-134-0/+223
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | clk: mvebu: add Orion5x clock driverThomas Petazzoni2014-04-264-0/+223
| | | | |/ / / / / / /
| | | * | | | | | | | clk: shmobile: r8a7779: Add MSTP clock supportSimon Horman2014-05-121-0/+1
| | | * | | | | | | | clk: shmobile: r8a7779: Add clocks supportSimon Horman2014-05-124-0/+211
| | | * | | | | | | | 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
| | | * | | | | | | | | clk: Improve clock-indices binding documentationGeert Uytterhoeven2014-05-121-5/+4
| | | * | | | | | | | | clk: Improve clk_ops documentationGeert Uytterhoeven2014-05-122-24/+36
| | | * | | | | | | | | clk: Fixup spacing in commentsGeert Uytterhoeven2014-05-121-44/+44
| | | * | | | | | | | | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-05-122-3/+8
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | clk: sunxi: Implement MMC phase controlEmilio López2014-05-052-0/+58
| | | * | | | | | | | | | clk: sunxi: factors: automatic reparenting supportEmilio López2014-05-051-0/+36
| | | * | | | | | | | | | clk: qcom: Various fixes for MSM8960's global clock controllerKumar Gala2014-04-303-7/+6
| | | * | | | | | | | | | clk: qcom: Add basic support for APQ8064 global clock controller clocksKumar Gala2014-04-303-5/+30
| | | * | | | | | | | | | 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
| | | * | | | | | | | | | ARM: dts: use real clocks for bcm21664Alex Elder2014-04-301-59/+105
| | | * | | | | | | | | | clk: bcm21664: use common clock frameworkAlex Elder2014-04-304-1/+354
| | | * | | | | | | | | | ARM: dts: define clock binding for bcm21664Alex Elder2014-04-301-0/+39
| | | * | | | | | | | | | ARM: dts: revise kona clock binding documentAlex Elder2014-04-301-40/+47
| | | * | | | | | | | | | clk: bcm281xx: move compatible string definitionsAlex Elder2014-04-302-12/+12
| | | * | | | | | | | | | 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-302-2/+70
| * | | | | | | | | | | | Merge tag 'vfio-v3.16-rc1' of git://github.com/awilliam/linux-vfio into nextLinus Torvalds2014-06-074-37/+26
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | drivers/vfio/pci: Fix wrong MSI interrupt countGavin Shan2014-05-301-2/+1
| | * | | | | | | | | | | | drivers/vfio: Rework offsetofend()Gavin Shan2014-05-301-3/+2
| | * | | | | | | | | | | | vfio/iommu_type1: Avoid overflowAlex Williamson2014-05-301-27/+18
| | * | | | | | | | | | | | vfio/pci: Fix unchecked return valueAlex Williamson2014-05-301-1/+2
| | * | | | | | | | | | | | vfio/pci: Fix sizing of DPA and THP express capabilitiesAlex Williamson2014-05-301-4/+3
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-0737-746/+2369
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal2014-05-223-23/+848
| | * | | | | | | | | | | | | crypto: testmgr - Fix DMA-API warningTadeusz Struk2014-05-221-2/+5
| | * | | | | | | | | | | | | crypto: cesa - tfm->__crt_alg->cra_type directlyMarek Vasut2014-05-221-2/+2
| | * | | | | | | | | | | | | crypto: sahara - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-1/+1
| | * | | | | | | | | | | | | crypto: padlock - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-1/+1
| | * | | | | | | | | | | | | crypto: n2 - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-2/+2
| | * | | | | | | | | | | | | crypto: dcp - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-1/+1
| | * | | | | | | | | | | | | crypto: cesa - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-1/+1
| | * | | | | | | | | | | | | crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-2/+2
OpenPOWER on IntegriCloud