Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0f49bfbd0f2ee6d57398ba5fcf39de6b566c43bb
/
drivers
/
regulator
/
core.c
bdc0077
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
3384fb9
Merge branch 'regulator-drivers' into regulator-next
by Mark Brown
· 12 years ago
8cfc545
Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-next
by Mark Brown
· 12 years ago
2955b47
[SCSI] async: introduce 'async_domain' type
by Dan Williams
· 12 years ago
d5b2e30
Merge tag 'v3.5-rc7' into regulator-drivers
by Mark Brown
· 12 years ago
1beaf76
regulator: Add REGULATOR_STATUS_UNDEFINED.
by Krystian Garbaciak
· 12 years ago
03ffcf3
regulator: Fix a typo in regulator_mode_to_status() core function.
by Krystian Garbaciak
· 12 years ago
86f5fcf
regulator: core: Mark all DT based boards as having full constraints
by Mark Brown
· 12 years ago
e2c98ea
regulator: core: remove sysfs entry properly in regulator_put
by Shawn Guo
· 12 years ago
65f7350
regulator: core: Add core support for GPIO controlled enable lines
by Mark Brown
· 12 years ago
5c5659d
regulator: core: Factor out enable and disable operations some more
by Mark Brown
· 12 years ago
79511ed
regulator: core: Allow fixed enable_time to be set in the regulator_desc
by Mark Brown
· 12 years ago
e113d79
regulator: core: Check that the selector from map_voltage() is valid
by Mark Brown
· 12 years ago
c5f3939
regulator: core: Support fixed voltages in regulator_is_supported_voltage()
by Mark Brown
· 12 years ago
d92d95b6
regulator: Fix recursive mutex lockdep warning
by Stephen Boyd
· 12 years ago
bf2516c
regulator: core: Remove unused get_device_regulator
by Fabio Estevam
· 12 years ago
222cc7b
regulator: core: Allow multiple requests of a single supply mapping
by Mark Brown
· 12 years ago
5aff3a8
regulator: core: Check for failed voltage sets before checking for delay
by Mark Brown
· 12 years ago
85e6334
Merge tag 'v3.5-rc4' into regulator-drivers
by Mark Brown
· 12 years ago
f11d08c
regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_sel
by Axel Lin
· 12 years ago
b19dbf7
regulator: core: Add export of regulator_set_voltage_time_sel()
by Mark Brown
· 12 years ago
230a5a1c
regulator: Fix double free in devm_regulator_put()
by Mark Brown
· 12 years ago
ea38d13
regulator: core: Change the unit of ramp_delay from mV/uS to uV/uS
by Axel Lin
· 12 years ago
398715a
regulator: core: Support table based mapping in regulator_set_voltage_time_sel
by Axel Lin
· 12 years ago
6f0b2c6
regulator: Add ramp_delay configuration to constraints
by Yadwinder Singh Brar
· 12 years ago
8b96de3
regulator: core.c Only delay when setting voltage requires this
by Philip Rakity
· 12 years ago
2f7baf8
regulator: core.c Pass voltage to notifier when setting voltage
by Philip Rakity
· 12 years ago
d8493d2
regulator: core: Actually use the data in _notifier_call_chain()
by Mark Brown
· 12 years ago
578df8b
regulator: core: Return correct delay time in regulator_set_voltage_time_sel
by Axel Lin
· 12 years ago
98a175b
regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.
by Yadwinder Singh Brar
· 12 years ago
5a6881e
regulator: core: Handle fixed voltage in map_voltage_linear
by Axel Lin
· 12 years ago
0bdc81e
regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linear
by Axel Lin
· 12 years ago
9152c36
regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use and nothing is set
by Axel Lin
· 12 years ago
3a4b0a0
regulator: core: Use dev_get_regmap() to find the regmap
by Mark Brown
· 13 years ago
361ff50
regulator: Use newly added devres_release() rather than open coding
by Mark Brown
· 13 years ago
8b7485e
regulator: core: Call set_voltage_time_sel() only when the regulator is on
by Axel Lin
· 13 years ago
cffc959
regulator: core: Allow drivers to set voltage mapping table in regulator_desc
by Axel Lin
· 13 years ago
ac18065
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 13 years ago
b1a8683
regulator: core: Don't open code _regulator_is_enabled()
by Mark Brown
· 13 years ago
e81dba85
regulator: core: Release regulator-regulator supplies on error
by Mark Brown
· 13 years ago
ccfcb1c
regulator: core: Ensure simple linear voltage mappings falls within the specified range
by Axel Lin
· 13 years ago
bca7bbf
regulator: core: Allow drivers to set simple linear voltage maps as data
by Mark Brown
· 13 years ago
e843fc4
regulator: core: Allow regulators to provide a voltage to selector mapping
by Mark Brown
· 13 years ago
178e43a
Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regmap' and 'regulator/topic/register' into regulator-next
by Mark Brown
· 13 years ago
dcf7011
regulator: core: Warn on missing struct device
by Mark Brown
· 13 years ago
968c2c1
regulator: Actually free the regulator in devm_regulator_put()
by Mark Brown
· 13 years ago
6492bc1
regulator: core: Optimise enable/disable path for always on regulators
by Mark Brown
· 13 years ago
854ccba
regulator: core: Add checking set_mode callback in regulator_set_optimum_mode
by Axel Lin
· 13 years ago
cd6dffb
regulator: core: Provide standard enable operations for regmap users
by Mark Brown
· 13 years ago
4ab5b3d
regulator: core: Provide regmap based voltage_sel operations
by Mark Brown
· 13 years ago
65b19ce
regulator: core: Allow drivers to pass in a regmap
by Mark Brown
· 13 years ago
8ac0e95
regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|dis]able is NULL
by Axel Lin
· 13 years ago
3f24f5a
regulator: core: Fix getting input_uV when supplied by another regulator
by Axel Lin
· 13 years ago
32c8fad
regulator: Appease smatch in regulator_register()
by Mark Brown
· 13 years ago
b920eb4
Merge tag 'v3.4-rc2' into regulator-drivers
by Mark Brown
· 13 years ago
c172708
regulator: core: Use a struct to pass in regulator runtime configuration
by Mark Brown
· 13 years ago
eba41a5
regulator: Support set_voltage_time_sel for drivers implement set_voltage
by Axel Lin
· 13 years ago
4a1e8eb
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 13 years ago
65f2684
regulator: core: Constify the regulator_desc passed in when registering
by Mark Brown
· 13 years ago
576ca436
regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()
by Mark Brown
· 13 years ago
6d191a5
regulator: core: Don't defer probe if there's no DT binding for a supply
by Mark Brown
· 13 years ago
01e86f4
regulator: core: Complain if we can't reenable a supply
by Mark Brown
· 13 years ago
e032b37
regulator: Fix deadlock on removal of regulators with supplies
by Mark Brown
· 13 years ago
d15d764
Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 13 years ago
115e4bf
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
by Mark Brown
· 13 years ago
c02f935
Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/stub' into regulator-next
by Mark Brown
· 13 years ago
c592c76
Merge remote-tracking branch 'regulator/topic/stub' into regulator-next
by Mark Brown
· 13 years ago
16fbcc3
regulator: Fix up a confusing dev_warn when DT lookup fails
by Rajendra Nayak
· 13 years ago
04bf301
regulator: Support driver probe deferral
by Mark Brown
· 13 years ago
0735123
regulator: Set delay to 0 if set_voltage_time_sel callback returns error
by Axel Lin
· 13 years ago
2475143
regulator: Remove ifdefs for debugfs code
by Stephen Boyd
· 13 years ago
f4d562c
regulator: Clean up debugfs error handling a bit
by Mark Brown
· 13 years ago
b29c769
regulator: Simplify regulator_bulk_get and regulator_bulk_enable error paths
by Axel Lin
· 13 years ago
5bc7801
regulator: Remove obsolete consumer_dev related comment
by Axel Lin
· 13 years ago
4a68292
regulator: Complain if a voltage range is specified but can't be used
by Mark Brown
· 13 years ago
43f674a
regulator: Don't add the function name to pr_fmt
by Mark Brown
· 13 years ago
737f360
regulator: Remove support for supplies specified by struct device
by Mark Brown
· 13 years ago
49e2263
regulator: Reverse the disable sequence in regulator_bulk_disable()
by Sylwester Nawrocki
· 13 years ago
4a7cbb5
regulator: Fix documentation for of_node parameter of regulator_register()
by Mark Brown
· 13 years ago
5bc75a8
kernel-doc: fix new warning in regulator core
by Randy Dunlap
· 13 years ago
e6e7403
regulator: Provide devm_regulator_bulk_get()
by Mark Brown
· 13 years ago
d5ad34f
regulator: Implement devm_regulator_free()
by Mark Brown
· 13 years ago
070b907
regulator: Add devm_regulator_get()
by Stephen Boyd
· 13 years ago
e1de2f4
regulator: add regulator_bulk_force_disable function
by Donggeun Kim
· 13 years ago
b2296bd
regulator: Enable supply regulator if child rail is enabled.
by Laxman Dewangan
· 13 years ago
32c78de
regulator: Fix checking return value of create_regulator
by Axel Lin
· 13 years ago
bcda432
regulator: Fix the error handling if create_regulator fails
by Axel Lin
· 13 years ago
a398eaa
regulator: Export regulator_is_supported_voltage()
by Mark Brown
· 13 years ago
9a8f5e0
regulator: Allow regulators to register with no init_data
by Mark Brown
· 13 years ago
12f457d
Merge remote-tracking branch 'regulator/for-linus' into regulator-next
by Mark Brown
· 13 years ago
58fb5cf
regulator: fix use after free bug
by Lothar Waßmann
· 13 years ago
924ee2c
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
by Mark Brown
· 13 years ago
69511a4
regulator: map consumer regulator based on device tree
by Rajendra Nayak
· 13 years ago
2c043bc
regulator: pass additional of_node to regulator_register()
by Rajendra Nayak
· 13 years ago
4c78899
regulator: Don't create voltage sysfs entries if we can't read voltage
by Mark Brown
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
f3c3f06
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
by Linus Torvalds
· 13 years ago
65602c3
regulator: Add module.h to drivers/regulator users as required
by Paul Gortmaker
· 13 years ago
d1685e4
regulator: Fix possible nullpointer dereference in regulator_enable()
by Heiko Stübner
· 13 years ago
aa59802
regulator: Fix return code from regulator_disable_deferred()
by Mark Brown
· 13 years ago
Next »