summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ktest-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-08-042-349/+297
|\
| * ktest: Update documentation on config_bisectSteven Rostedt (Red Hat)2014-04-241-38/+27
| * ktest: Add the config bisect manual backSteven Rostedt (Red Hat)2014-04-241-1/+7
| * ktest: Remove unused functionsSteven Rostedt (Red Hat)2014-04-241-62/+1
| * ktest: Put back in the CONFIG_BISECT_CHECKSteven Rostedt (Red Hat)2014-04-241-2/+23
| * ktest: Rewrite the config-bisect to actually workSteven Rostedt (Red Hat)2014-04-241-226/+226
| * ktest: Some cleanup for improving readabilitySatoru Takeuchi2014-04-241-22/+20
| * ktest: add 2nd parameter of run_command() to set the redirect target fileSatoru Takeuchi2014-04-241-8/+3
* | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-08-04118-397/+17745
|\ \
| * | clk: Add missing of_clk_set_defaults exportSylwester Nawrocki2014-08-041-0/+1
| * | clk: checking wrong variable in __set_clk_parents()Dan Carpenter2014-08-011-2/+2
| * | Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette2014-07-3124-19/+599
| |\ \
| | * | clk: samsung: trivial: Correct typo in author's nameTomasz Figa2014-07-264-4/+4
| | * | clk: samsung: register exynos5420 apll/kpll configuration dataThomas Abraham2014-07-261-0/+28
| | * | clk: samsung: exynos5420: Setup clocks before system suspendVikas Sajjan2014-07-261-0/+29
| | * | clk: samsung: Make of_device_id array constKrzysztof Kozlowski2014-07-266-6/+6
| | * | clk: samsung: exynos3250: Enable ARMCLK down featureKrzysztof Kozlowski2014-07-261-0/+41
| | * | clk: samsung: exynos4: Enable ARMCLK down featureKrzysztof Kozlowski2014-07-261-0/+46
| | * | ARM: dts: exynos: Update PMU node with CLKOUT related dataTomasz Figa2014-07-264-0/+23
| | * | clk: samsung: Add driver to control CLKOUT line on Exynos SoCsTomasz Figa2014-07-263-0/+184
| | * | clk: samsung: exynos4: Add CLKOUT clock hierarchyTomasz Figa2014-07-262-0/+117
| | * | clk: samsung: exynos4: Add missing CPU/DMC clock hierarchyTomasz Figa2014-07-261-0/+50
| | * | clk: exynos4: Add PPMU IP block source clocks.Jonghwa Lee2014-06-302-0/+37
| | * | clk: samsung: Register clk provider only after registering its all clocksSylwester Nawrocki2014-06-3013-9/+34
| | * | Merge branch 'v3.16-samsung-clk-fixes-1' into samsung-clk-nextTomasz Figa2014-06-306-48/+71
| | |\ \
| * | | | clk: Propagate any error return from debug_init()Chris Brand2014-07-301-2/+4
| * | | | clk: clps711x: Add DT bindings documentationAlexander Shiyan2014-07-291-0/+19
| * | | | clk: Add CLPS711X clk driverAlexander Shiyan2014-07-293-0/+220
| * | | | clk: st: Use round to closest divider flagGabriel FERNANDEZ2014-07-291-1/+2
| * | | | clk: st: Update frequency tables for fs660c32 and fs432c65Gabriel FERNANDEZ2014-07-291-8/+59
| * | | | clk: st: STiH407: Support for clockgenA9Gabriel FERNANDEZ2014-07-291-0/+16
| * | | | clk: st: STiH407: Support for clockgenD0/D2/D3Gabriel FERNANDEZ2014-07-291-0/+46
| * | | | clk: st: STiH407: Support for clockgenC0Gabriel FERNANDEZ2014-07-292-0/+83
| * | | | clk: st: Add quadfs reset handlingGabriel FERNANDEZ2014-07-291-0/+5
| * | | | clk: st: Add polarity bit indicationGabriel FERNANDEZ2014-07-291-5/+7
| * | | | clk: st: STiH407: Support for clockgenA0Gabriel FERNANDEZ2014-07-291-0/+16
| * | | | clk: st: STiH407: Support for A9 MUX ClocksGabriel FERNANDEZ2014-07-291-0/+9
| * | | | clk: st: STiH407: Support for Flexgen ClocksGabriel FERNANDEZ2014-07-292-1/+332
| * | | | clk: st: Adds Flexgen clock bindingGabriel FERNANDEZ2014-07-292-0/+124
| * | | | clk: st: Remove uncessary (void *) castGabriel FERNANDEZ2014-07-291-4/+4
| * | | | clk: st: use static const for clkgen_pll_data tablesGabriel FERNANDEZ2014-07-291-16/+14
| * | | | clk: st: use static const for stm_fs tablesGabriel FERNANDEZ2014-07-291-17/+17
| * | | | clk: st: Update ST clock binding documentationGabriel FERNANDEZ2014-07-297-68/+94
| * | | | clk: sunxi: staticize structures and arraysEmilio López2014-07-294-5/+5
| * | | | clk: sunxi: add __iomem markings to MMIO pointersEmilio López2014-07-292-6/+6
| * | | | Merge tag 'sunxi-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette2014-07-267-43/+234
| |\ \ \ \
| | * | | | clk: sunxi: sun6i-a31-apb0-gates: Add A23 APB0 supportChen-Yu Tsai2014-07-152-0/+6
| | * | | | clk: sunxi: sun6i-apb0-gates: use bitmaps for valid gate indicesChen-Yu Tsai2014-07-151-36/+39
| | * | | | clk: sunxi: Fix gate indexing for sun6i-a31-apb0-gatesChen-Yu Tsai2014-07-071-1/+5
| | * | | | clk: sunxi: Add A23 APB0 divider clock supportChen-Yu Tsai2014-07-073-1/+72