index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-15
regulator/max1586: fix V3 gain calculation integer overflow
Philipp Zabel
1
-4
/
+4
2009-06-15
regulator/max1586: support increased V3 voltage range
Philipp Zabel
1
-19
/
+52
2009-06-15
regulator: lp3971 - fix driver link error when built-in.
Liam Girdwood
1
-1
/
+1
2009-06-15
LP3971 PMIC regulator driver (updated and combined version)
Marek Szyprowski
3
-0
/
+570
2009-06-15
regulator: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-3
/
+3
2009-06-15
regulator: Set MODULE_ALIAS for regulator drivers
Mark Brown
3
-0
/
+3
2009-06-15
regulator: Support list_voltage for fixed voltage regulator
Mark Brown
1
-1
/
+14
2009-06-15
regulator: Move regulator drivers to subsys_initcall()
Mark Brown
4
-4
/
+4
2009-06-15
regulator: build fix for powerpc - renamed show_state
Liam Girdwood
1
-5
/
+5
2009-06-15
regulator: add userspace-consumer driver
Mike Rapoport
3
-0
/
+211
2009-06-15
Maxim 1586 regulator driver
Robert Jarzmik
3
-0
/
+259
2009-05-18
regulator: da903x: add missing __devexit_p()
Mike Frysinger
1
-1
/
+1
2009-04-28
regulator: Fix default constraints for fixed voltage regulators
Mark Brown
1
-2
/
+5
2009-04-28
regulator/bq24022: fix bug in is_enabled function
Philipp Zabel
1
-2
/
+1
2009-04-28
regulator/virtual: fix strings compare predicates
Mike Rapoport
1
-4
/
+4
2009-04-28
regulator core: fix double-free in regulator_register() error path
Paul Walmsley
1
-0
/
+4
2009-04-28
drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGUL...
Diego Liziero
1
-2
/
+2
2009-04-28
unreachable code in drms_uA_update()
Dan Carpenter
1
-2
/
+2
2009-03-31
regulator: twl4030 VAUX3 supports 3.0V
Adrian Hunter
1
-1
/
+4
2009-03-31
regulator: Support disabling of unused regulators by machines
Mark Brown
1
-0
/
+92
2009-03-31
regulator: Don't increment use_count for boot_on regulators
Mark Brown
1
-1
/
+0
2009-03-31
twl4030-regulator: expose VPLL2
David Brownell
1
-1
/
+1
2009-03-31
regulator: refcount fixes
David Brownell
1
-22
/
+8
2009-03-31
regulator: Don't warn if we failed to get a regulator
Mark Brown
1
-2
/
+0
2009-03-31
regulator: Allow boot_on regulators to be disabled by clients
Mark Brown
1
-9
/
+4
2009-03-31
regulator: Implement list_voltage for WM835x LDOs and DCDCs
Mark Brown
1
-0
/
+29
2009-03-31
twl4030-regulator: list more VAUX4 voltages
David Brownell
1
-0
/
+2
2009-03-31
regulator: Don't warn on omitted voltage constraints
Mark Brown
1
-1
/
+5
2009-03-31
regulator: Implement list_voltage() for WM8400 DCDCs and LDOs
Mark Brown
1
-4
/
+30
2009-03-31
regulator: twl4030 voltage enumeration (v2)
David Brownell
1
-39
/
+23
2009-03-31
regulator: twl4030 regulators
David Brownell
3
-0
/
+519
2009-03-31
regulator: enumerate voltages (v2)
David Brownell
1
-0
/
+113
2009-03-31
regulator: Fix get_mode() for WM835x DCDCs
Mark Brown
1
-6
/
+18
2009-03-31
regulator: Allow regulators to set the initial operating mode
Mark Brown
1
-0
/
+17
2009-03-31
regulator: Suggest use of datasheet supply or pin names for consumers
Mark Brown
1
-3
/
+6
2009-03-31
regulator: add unset_regulator_supplies to fix regulator_unregister
Mike Rapoport
1
-0
/
+14
2009-03-31
regulator: Hoist struct regulator_dev out of core to fix notifiers
Mark Brown
1
-27
/
+0
2009-03-31
regulator: Mark attributes table for virtual regulator static
Mark Brown
1
-1
/
+1
2009-03-31
regulator: Make fixed voltage regulators visible in Kconfig
Mark Brown
1
-1
/
+5
2009-03-31
regulator: Allow init_data to be passed to fixed voltage regulators
Mark Brown
1
-1
/
+2
2009-03-31
regulator: Allow init data to be supplied for bq24022
Mark Brown
1
-1
/
+2
2009-03-31
regulator: Pass regulator init data as explict argument when registering
Mark Brown
6
-7
/
+10
2009-03-31
Regulator: Push lock out of _notifier_call_chain + add voltage change event.
Jonathan Cameron
2
-5
/
+12
2009-03-31
regulator: minor cleanup of virtual consumer
Andrew Morton
1
-0
/
+4
2009-03-31
regulator: add get_status()
David Brownell
1
-0
/
+46
2009-03-31
regulator: minor cleanup of virtual consumer
David Brownell
1
-4
/
+4
2009-01-30
leds: Fix bounds checking of wm8350->pmic.led
Roel Kluin
1
-1
/
+1
2009-01-30
regulator: move bq24022 init back to module_init instead of subsys_initcall
Philipp Zabel
1
-5
/
+1
2009-01-17
move wm8400-regulator's probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-01-11
regulator: PCF50633 pmic driver
Balaji Rao
3
-0
/
+337
[next]