summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-11-0515-446/+616
|\
| *---. Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps...Mark Brown2015-11-044-317/+308
| |\ \ \
| | | | * regulator: tps65023: add device tree supportThomas Elste2015-09-211-174/+108
| | | * | mfd: tps6105x: Use i2c regmap to access registersGrigoryev Denis2015-10-052-73/+21
| | * | | regulator: Use regulator_lock_supply() for get_voltage() tooMark Brown2015-11-041-3/+3
| | * | | regulator: core: Propagate voltage changes to supply regulatorsSascha Hauer2015-10-221-2/+52
| | * | | regulator: core: Factor out regulator_map_voltageSascha Hauer2015-10-201-17/+18
| | * | | regulator: core: create unlocked version of regulator_set_voltageSascha Hauer2015-10-161-23/+34
| | * | | regulator: core: create unlocked version of regulator_list_voltageSascha Hauer2015-10-011-27/+35
| | * | | regulator: core: introduce function to lock regulators and its suppliesSascha Hauer2015-10-011-0/+39
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge remote-tracking branches 'regulator/topic/load', 'regulator/topic/max77...Mark Brown2015-11-044-21/+47
| |\ \ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | | | | * | regulator: stw481x: compile on COMPILE_TESTLuis de Bethencourt2015-10-221-1/+1
| | | | |_|/ / | | | |/| | |
| | | | | * | regulator: qcom-smd: Correct set_load() unitBjorn Andersson2015-10-221-1/+1
| | | | | * | regulator: qcom_smd: Handle big endian CPUsStephen Boyd2015-09-031-14/+14
| | | | * | | regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methodsBoris Brezillon2015-09-211-6/+29
| | | |/ / /
| | * / / / regulator: Introduce property to flag set-load supportBjorn Andersson2015-09-171-0/+3
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'regulator/topic/da9053' and 'regulator/topic/...Mark Brown2015-11-042-1/+2
| |\ \ \ \ \
| | | * | | | regulator: da9063: Remove unneeded semicolonJavier Martinez Canillas2015-09-141-1/+1
| | | |/ / /
| | * / / / regulator: da9053: Update regulator for DA9053 BC silicon supportSteve Twiss2015-10-161-0/+1
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/an...Mark Brown2015-11-045-12/+91
| |\ \ \ \ \ \ \ \
| | | | | | * | | | regulator: bcm590xx: Remove unneeded semicolonJavier Martinez Canillas2015-09-141-1/+1
| | | | | | |/ / /
| | | | | * / / / regulator: axp20x: set supply names for AXP22X DC1SW/DC5LDO internallyChen-Yu Tsai2015-10-051-4/+50
| | | | | |/ / /
| | | | * | | | regulator: arizona-ldo1: Fix handling of GPIO 0Charles Keepax2015-10-161-5/+13
| | | | * | | | regulator: arizona: add support for WM8998 and WM1814Richard Fitzgerald2015-10-021-0/+2
| | | | |/ / /
| | | * / / / regulator: i.MX anatop: Allow supply regulatorSascha Hauer2015-10-161-0/+3
| | | |/ / /
| | * / / / regulator: act8865: support output voltage by VSET2[] bitsWenyou Yang2015-10-021-2/+22
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/list' into regulator-nextMark Brown2015-11-041-91/+164
| |\ \ \ \
| | * | | | regulator: core: Remove regulator_listTomeu Vizoso2015-09-211-91/+164
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-11-041-4/+4
| |\ \ \ \
| | * | | | regulator: core: Make error messages more informativeStephen Boyd2015-09-161-4/+4
| | |/ / /
* | | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-05109-1003/+7517
|\ \ \ \ \
| * | | | | clk: qcom: msm8960: Fix dsi1/2 halt bitsStephen Boyd2015-10-271-2/+2
| * | | | | clk: lpc18xx-cgu: fix potential system hang when disabling unused clocksJoachim Eastwood2015-10-261-3/+39
| * | | | | clk: lpc18xx-ccu: fix potential system hang when disabling unused clocksJoachim Eastwood2015-10-261-2/+15
| * | | | | clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood2015-10-261-0/+5
| * | | | | clk: versatile-icst: fix memory leakLinus Walleij2015-10-231-1/+3
| * | | | | clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd2015-10-231-51/+0
| * | | | | Merge branch 'clk-iproc' into clk-nextStephen Boyd2015-10-228-158/+638
| |\ \ \ \ \
| | * | | | | clk: ns2: add clock support for Broadcom Northstar 2 SoCJon Mason2015-10-223-1/+290
| | * | | | | clk: iproc: Separate status and control variablesJon Mason2015-10-222-40/+62
| | * | | | | clk: iproc: Split off dig_filterJon Mason2015-10-224-17/+38
| | * | | | | clk: iproc: Add PLL base write functionJon Mason2015-10-221-47/+33
| | * | | | | clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason2015-10-222-0/+137
| | * | | | | clk: iproc: Add PWRCTRL supportJon Mason2015-10-222-17/+44
| | * | | | | clk: cygnus: Convert all macros to all capsJon Mason2015-10-221-73/+73
| | * | | | | ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann2015-10-221-3/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-227-0/+528
| |\ \ \ \ \
| | * | | | | clk: sunxi: mod1 clock supportEmilio López2015-10-212-0/+82
| | * | | | | clk: sunxi: codec clock supportEmilio López2015-10-212-0/+45
| | * | | | | clk: sunxi: pll2: Add A13 supportMaxime Ripard2015-10-211-5/+33