Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
683229845f1780b10041ee7a1043fc8f10061455
/
drivers
/
regulator
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8b4709e
regulator: fix dangling pointers
by Wolfram Sang
· 15 years ago
451a73c
lp3971: Fix BUCK_VOL_CHANGE_SHIFT logic
by Axel Lin
· 15 years ago
cdb868f
lp3971: Fix setting val for LDO2 and LDO4
by Axel Lin
· 15 years ago
4f26a2a
regulator: Get rid of lockdep warning
by Ameya Palande
· 15 years ago
67e46f3
regulator: handle kcalloc() failure
by Dan Carpenter
· 15 years ago
3fff6c0
Regulators: max8925-regulator - clean up driver data after removal
by Dmitry Torokhov
· 15 years ago
08ff6f2
regulator: Add max8925 support
by Haojian Zhuang
· 15 years ago
34a4b23
regulator: Unsupport 88pm8607 A0 and A1
by Haojian Zhuang
· 15 years ago
2cc50be
mfd: Rename 88pm8607 to 88pm860x in mfd
by Haojian Zhuang
· 15 years ago
53dbab7
mfd: Support 88pm8606 in 860x driver
by Haojian Zhuang
· 15 years ago
f99344f
mfd: Add a data argument to the WM8350 IRQ free function
by Mark Brown
· 15 years ago
1ad02bb
Regulators: wm8400 - cleanup platform driver data handling
by Dmitry Torokhov
· 15 years ago
598b357
Regulators: wm8994 - clean up driver data after removal
by Dmitry Torokhov
· 15 years ago
eb66d56
Regulators: wm831x-xxx - clean up driver data after removal
by Dmitry Torokhov
· 15 years ago
6a74857
Regulators: pcap-regulator - clean up driver data after removal
by Dmitry Torokhov
· 15 years ago
308f100
Regulators: max8660 - annotate probe and remove methods
by Dmitry Torokhov
· 15 years ago
bd88c9b
Regulators: max1586 - annotate probe and remove methods
by Dmitry Torokhov
· 15 years ago
ebbed04
Regulators: lp3971 - fail if platform data was not supplied
by Dmitry Torokhov
· 15 years ago
56c2349
Regulators: tps6507x-regulator - mark probe method as __devinit
by Dmitry Torokhov
· 15 years ago
54d13ab
Regulators: tps65023-regulator - mark probe method as __devinit
by Dmitry Torokhov
· 15 years ago
24c2902
Regulators: twl-regulator - mark probe function as __devinit
by Dmitry Torokhov
· 15 years ago
8ab3343
Regulators: fixed - annotate probe and remove methods
by Dmitry Torokhov
· 15 years ago
98bf7c0
Regulators: ab3100 - fix probe and remove annotations
by Dmitry Torokhov
· 15 years ago
4cf9566
Regulators: virtual - use sysfs attribute groups
by Dmitry Torokhov
· 15 years ago
2ebcf63
twl6030: regulator: Configure STATE register instead of REMAP
by Rajendra Nayak
· 15 years ago
34abbd6
regulator: Provide optional dummy regulator for consumers
by Mark Brown
· 15 years ago
9a7f6a4
regulator: Assume regulators are enabled if they don't report anything
by Mark Brown
· 15 years ago
17133dc
regulator: Convert fixed voltage regulator to use enable_time()
by Mark Brown
· 15 years ago
69dc16c
regulator: Add WM8994 regulator support
by Mark Brown
· 15 years ago
a71b797
regulator: enable max8649 regulator driver
by Haojian Zhuang
· 15 years ago
79ac9bc
regulator: trivial: fix typos in user-visible Kconfig text
by Alex Chiang
· 15 years ago
f4b97b3
regulator: mc13783: consider Power Gates as digital regulators.
by Alberto Panizzo
· 15 years ago
eda79a3
regulator: Add 'start-up time' to fixed voltage regulators
by Adrian Hunter
· 15 years ago
75c8ac2
regulator: Implement enable_time() for WM835x ISINKs
by Mark Brown
· 15 years ago
31aae2b
regulator: Allow regulators to specify the time taken to ramp on enable
by Mark Brown
· 15 years ago
84b6826
regulator: Add notifier event on regulator disable
by Mark Brown
· 15 years ago
6faa7e0
regulator/lp3971: Storage class should be before const qualifier
by Tobias Klauser
· 15 years ago
1bd588f
regulator: add voltage selection capability to mc13783 regulators v2 .
by Alberto Panizzo
· 15 years ago
62737d4
regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage()
by Roel Kluin
· 15 years ago
973e9a2
regulator: Fix display of null constraints for regulators
by Mark Brown
· 15 years ago
a2fad9b
regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
by Mark Brown
· 15 years ago
6f17c65
regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode()
by Roel Kluin
· 15 years ago
cf9836f
twl-regulator: Fix reg_disable functionality for 4030 and 6030
by Juha Keski-Saari
· 15 years ago
53b8a9d
twl-regulator: Add turnon delay to reg_enable
by Juha Keski-Saari
· 15 years ago
30010fa
twl-regulator: Restore REMAP configuration in regulator probe
by Juha Keski-Saari
· 15 years ago
045f972
twl-regulator: Add turnon-delay and REMAP config to twlreg_info struct
by Juha Keski-Saari
· 15 years ago
205e5cd
twl-regulator: Define critical regulators as always_on
by Juha Keski-Saari
· 15 years ago
07fc493
twl-regulator: Add all twl4030 regulators to twlreg_info
by Juha Keski-Saari
· 15 years ago
735eb93
regulator: mc13783-regulator: correct the probing time.
by Alberto Panizzo
· 15 years ago
eb143ac
regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable} error path
by Lars-Peter Clausen
· 15 years ago
fa2984d
regulator: core.c: Small coding style cleanup (indentation fixup)
by Stefan Roese
· 15 years ago
d662fc8
drivers/regulator: use PTR_ERR to get error code
by Julia Lawall
· 15 years ago
a10099b
regulator/mc13783: various cleanups
by Uwe Kleine-König
· 15 years ago
b4b90c6
regulator/mc13783: rename source file to match other drivers
by Uwe Kleine-König
· 15 years ago
176f45b
Fix some AB3100 regulator issues
by Linus Walleij
· 15 years ago
495353a
regulator: keep index within bounds in da9034_get_ldo12_voltage()
by Roel Kluin
· 15 years ago
ddec681
regulator: Ensure val is initialised in 88pm8607 choose_voltage()
by Mark Brown
· 15 years ago
9992ef4
regulator: Remove duplicate consts from ab3100
by Mark Brown
· 15 years ago
638f85c
regulator: Handle regulators without suspend mode configuration
by Mark Brown
· 15 years ago
1083c39
regulator: Factor out regulator name pretty printing
by Mark Brown
· 15 years ago
8f031b4
regulator: Display actual settings with constraints
by Mark Brown
· 15 years ago
af5866c
regulator: Also lift apply_uV into machine_constraints_voltage()
by Mark Brown
· 15 years ago
e79055d
regulator: Factor out voltage constraint setup
by Mark Brown
· 15 years ago
5b30762
regulator: Report error codes for bulk operations
by Mark Brown
· 15 years ago
be0e2d3
regulator: add 88PM8607 PMIC driver
by Haojian Zhuang
· 15 years ago
e24a04c
regulator: Implement WM831x BuckWise DC-DC convertor DVS support
by Mark Brown
· 15 years ago
27f37e4
regulator: add driver for MAX8660/8661
by Wolfram Sang
· 15 years ago
441a450
regulator: Add support for twl6030 regulators
by Rajendra Nayak
· 15 years ago
c4aa6f3
mfd: Rename twl4030_ routines in twl-regulator.c
by Rajendra Nayak
· 15 years ago
fc7b92f
mfd: Rename all twl4030_i2c*
by Balaji T K
· 15 years ago
b07682b
mfd: Rename twl4030* driver files to enable re-use
by Santosh Shilimkar
· 15 years ago
6a61274
mfd: Mask and unmask wm8350 IRQs on request and free
by Mark Brown
· 15 years ago
5a65edb
mfd: Convert wm8350 IRQ handlers to irq_handler_t
by Mark Brown
· 15 years ago
98c2e49
mfd: Fix pcf50633-regulator drvdata usage
by Lars-Peter Clausen
· 15 years ago
e8092da
regulator: Initialise wm831x structure pointor for ISINK driver
by Mark Brown
· 15 years ago
80099c7
dereferencing freed memory regulator_fixed_voltage_remove()
by Dan Carpenter
· 15 years ago
9a767d4
regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode()
by Roel Kluin
· 15 years ago
60ef66f
regulator: Handle missing constraints in _regulator_disable()
by Mark Brown
· 15 years ago
55c1d7c
regulator: fix voltage range in da9034 ldo12
by Haojian Zhuang
· 15 years ago
12a1d93
regulator/lp3971: drop unnecessary initialization
by Wolfram Sang
· 15 years ago
a954c48
regulator: drop 'default n'
by Wolfram Sang
· 15 years ago
656d049
regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()
by Roel Kluin
· 15 years ago
6f2653e
drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description
by Michael Prokop
· 15 years ago
a7433cf
REGULATOR Handle positive returncode from enable
by Linus Walleij
· 15 years ago
9e108d3
regulator: tps650xx - build fixes for x86_64
by Liam Girdwood
· 15 years ago
2de7985
Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile
by Anuj Aggarwal
· 15 years ago
3fa5b8e
Regulator: Add TPS6507x regulator driver
by Anuj Aggarwal
· 15 years ago
30e6599
Regulator: Add TPS65023 regulator driver
by Anuj Aggarwal
· 15 years ago
e9d6269
regulator: userspace: use sysfs_create_group
by Felipe Balbi
· 15 years ago
86d9884
regulator: Add GPIO enable control to fixed voltage regulator driver
by Roger Quadros
· 15 years ago
a6576cf
Regulator: Implement list_voltage for pcf50633 regulator driver.
by Lars-Peter Clausen
· 15 years ago
9a2372f
regulator: regulator_enable() permission checking
by Mark Brown
· 15 years ago
9332546
regulator: Push locking for regulator_is_enabled() out
by Mark Brown
· 15 years ago
f25e0b4
regulator: Check for constraints in regulator_init_complete()
by Mark Brown
· 15 years ago
b39480a
regulator: Check for constraints before using them for name
by Mark Brown
· 15 years ago
c53ad7f
regulator: More explict error reporting for fixed regulator
by Mark Brown
· 15 years ago
c6db182
regulator: da903x: consolidate DA903[045]_DVC macros
by Mike Rapoport
· 15 years ago
72b86876
regulator: Improve virtual consumer probe error handling
by Mark Brown
· 15 years ago
9ed2099
regulator: Fix support for deviceless supply mappings
by Mark Brown
· 15 years ago
Next »