index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
max8998.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-17
regulator: max8998: Use devm_regulator_register
Sachin Kamat
1
-27
/
+8
2013-06-30
mfd: max8998: Add support for Device Tree
Tomasz Figa
1
-4
/
+127
2013-06-30
regulator: max8998: Use arrays for specifying voltages in platform data
Tomasz Figa
1
-67
/
+29
2013-03-04
regulators: max8998.c: use dev_err() instead of printk()
Thiago Farina
1
-3
/
+6
2013-02-19
Merge remote-tracking branch 'regulator/topic/max8998' into regulator-next
Mark Brown
1
-13
/
+1
2013-02-08
regulator: max8998: Let regulator core handle the case selector == old_selector
Axel Lin
1
-13
/
+1
2013-01-26
regulator: max8998: fix incorrect min_uV value for ldo10
Marek Szyprowski
1
-1
/
+1
2013-01-10
regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...
Axel Lin
1
-1
/
+1
2013-01-08
regulator: max8998: Use uV in voltage_map_desc
Axel Lin
1
-21
/
+21
2012-11-20
regulator: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-20
regulator: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-20
regulator: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-09
regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settings
Axel Lin
1
-6
/
+0
2012-06-23
regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linear
Axel Lin
1
-70
/
+27
2012-06-23
regulator: max8998: Convert to regulator_list_voltage_linear()
Axel Lin
1
-25
/
+7
2012-04-23
regulator: max8998: Convert ot use devm_kzalloc
Axel Lin
1
-28
/
+17
2012-04-23
regulator: Remove unneeded include of linux/delay.h from regulator drivers
Axel Lin
1
-1
/
+0
2012-04-13
regulator: Convert max8998 to set_voltage_time_sel
Axel Lin
1
-7
/
+28
2012-04-13
regulator: Convert max8998 to get_voltage_sel
Axel Lin
1
-9
/
+10
2012-04-10
regulator: max8998: Use simple equation to get selector
Axel Lin
1
-9
/
+10
2012-04-09
regulator: core: Use a struct to pass in regulator runtime configuration
Mark Brown
1
-2
/
+7
2012-03-11
regulator: Silence error message in max8998_pmic_probe
Axel Lin
1
-1
/
+0
2012-03-11
regulator: Kill max8998_get_ldo function
Axel Lin
1
-10
/
+5
2011-11-23
regulator: pass additional of_node to regulator_register()
Rajendra Nayak
1
-1
/
+1
2011-05-27
regulator: Fix memory leak in max8998_pmic_probe failure path
Axel Lin
1
-9
/
+13
2011-04-26
treewide: cleanup continuations and remove logging message whitespace
Joe Perches
1
-2
/
+2
2011-03-27
regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998
Axel Lin
1
-0
/
+1
2011-01-14
regulator: Support MAX8998/LP3974 DVS-GPIO
MyungJoo Ham
1
-20
/
+67
2011-01-14
mfd: Support LP3974 RTC
MyungJoo Ham
1
-0
/
+7
2011-01-12
regulator: Fix prototype for MAX8998 buck set_voltage()
Mark Brown
1
-1
/
+1
2011-01-12
regulator: Report actual configured voltage to set_voltage()
Mark Brown
1
-2
/
+6
2010-10-29
regulator: max8998 BUCK1/2 voltage change with use of GPIOs
Lukasz Majewski
1
-21
/
+193
2010-10-29
regulator: max8998 BUCK1/2 internal voltages and indexes defined
Lukasz Majewski
1
-2
/
+8
2010-10-29
regulator: Separate set_voltage for max8998 ldo and buck
Lukasz Majewski
1
-3
/
+40
2010-10-29
mfd: Use i2c_client as an argument on MAX8998 i2c routines
Joonyoung Shim
1
-6
/
+11
2010-09-01
regulator: set max8998->dev to &pdev->dev.
Axel Lin
1
-0
/
+1
2010-09-01
regulator: max8998 - set max8998->num_regulators
Axel Lin
1
-0
/
+1
2010-09-01
regulator: max8998 - fix memory allocation size for max8998->rdev
Axel Lin
1
-3
/
+3
2010-08-11
max8998: fix off-by-one value range checking
Axel Lin
1
-2
/
+2
2010-08-11
regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltage
MyungJoo Ham
1
-2
/
+27
2010-08-11
drivers: regulator: add Maxim 8998 driver
Kyungmin Park
1
-0
/
+610