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
/
max8997.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-24
Merge remote-tracking branch 'regulator/topic/max8997' into regulator-next
Mark Brown
1
-2
/
+3
2013-10-15
regulator: max8997: Fix checkpatch issue
Jingoo Han
1
-2
/
+3
2013-09-17
regulator: Remove redundant NULL assignment
Sachin Kamat
1
-1
/
+0
2013-09-17
regulator: max8997: Use devm_regulator_register
Sachin Kamat
1
-28
/
+10
2013-04-15
regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULL
Axel Lin
1
-2
/
+2
2013-02-19
Merge remote-tracking branch 'regulator/topic/of' into regulator-next
Mark Brown
1
-4
/
+4
2013-02-19
Merge remote-tracking branch 'regulator/topic/max8997' into regulator-next
Mark Brown
1
-61
/
+20
2013-01-31
regulator: max8997: Use of_get_child_count()
Axel Lin
1
-3
/
+1
2013-01-30
regulator: Add missing of_node_put()
Axel Lin
1
-1
/
+3
2013-01-27
regulator: max8997: Fix using wrong dev argument at various places
Axel Lin
1
-20
/
+19
2013-01-08
regulator: max8997: Use uV in voltage_map_desc
Axel Lin
1
-19
/
+17
2012-12-27
regulator: max8997: Convert max8997_safeout_ops to set_voltage_sel and list_v...
Axel Lin
1
-58
/
+18
2012-12-27
regulator: max8997: Remove set_voltage_time_sel setting for max8997_ldo_ops
Axel Lin
1
-3
/
+2
2012-11-27
Merge branch 'topic/hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git...
Mark Brown
1
-3
/
+3
2012-11-27
regulator: add device tree support for max8997
Thomas Abraham
1
-2
/
+146
2012-11-24
regulator: max8997: limit the number of dvs registers programmed in non-dvs mode
Thomas Abraham
1
-3
/
+6
2012-11-24
regulator: max8997: reorder buck1/2/5 dvs setup code
Thomas Abraham
1
-13
/
+13
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-15
regulator: max8997: Properly handle gpio_request failure
Axel Lin
1
-31
/
+9
2012-05-21
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-184
/
+158
2012-04-23
regulator: max8997: Convert ot use devm_kzalloc
Axel Lin
1
-25
/
+15
2012-04-23
regulator: Remove unneeded include of linux/delay.h from regulator drivers
Axel Lin
1
-1
/
+0
2012-04-23
regulator: max8997: Remove empty set_suspend_enable callback implementation
Axel Lin
1
-9
/
+0
2012-04-23
regulator: max8997: Remove is_enabled callback implementation for max8997_cha...
Axel Lin
1
-4
/
+1
2012-04-17
regulator: Convert max8997 to set_voltage_time_sel
Axel Lin
1
-13
/
+42
2012-04-17
regulator: Convert max8997 to get_voltage_sel
Axel Lin
1
-21
/
+32
2012-04-17
regulator: Fix the logic to ensure new voltage setting in valid range
Axel Lin
1
-1
/
+1
2012-04-10
regulator: max8997: Use simple equation to get selector
Axel Lin
1
-4
/
+5
2012-04-10
regulator: max8997: Remove n_bits from struct voltage_map_desc
Axel Lin
1
-9
/
+5
2012-04-09
regulator: core: Use a struct to pass in regulator runtime configuration
Mark Brown
1
-2
/
+6
2012-04-01
regulator: Add MAX8997_VOLTAGE_REGULATOR and MAX8997_CURRENT_REGULATOR macros
Axel Lin
1
-90
/
+45
2012-04-01
regulator: Make max8997_get_voltage_register always return correct register
Axel Lin
1
-6
/
+7
2012-03-11
regulator: Kill max8997_get_rid function
Axel Lin
1
-17
/
+12
2012-01-24
regulator: max8997: Avoid spaces in regulator names
Karol Lewandowski
1
-4
/
+4
2011-11-23
regulator: pass additional of_node to regulator_register()
Rajendra Nayak
1
-1
/
+1
2011-10-31
regulator: Add module.h to drivers/regulator users as required
Paul Gortmaker
1
-0
/
+1
2011-07-08
regulator: max8997: Fix setting inappropriate value for ramp_delay variable
Donggeun Kim
1
-1
/
+2
2011-07-08
regulator: max8997: remove dependency on platform_data pointer
MyungJoo Ham
1
-21
/
+23
2011-07-08
regulator: MAX8997: Fix for divide by zero error
Tushar Behera
1
-4
/
+4
2011-05-27
regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...
Axel Lin
1
-6
/
+6
2011-05-27
regulator: max8997: remove useless code
Jonghwan Choi
1
-1
/
+0
2011-03-27
regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998
Axel Lin
1
-0
/
+1
2011-03-23
regulator: MAX8997/8966 support
MyungJoo Ham
1
-0
/
+1213