index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
regulator: max8660: Fix brace alignment
Sachin Kamat
1
-1
/
+2
2014-03-19
regulator: dbx500: use seq_puts() instead of seq_printf()
Jingoo Han
1
-2
/
+2
2014-03-19
regulator: dbx500-prcmu: Silence checkpatch warnings
Sachin Kamat
1
-0
/
+2
2014-03-18
regulator: anatop: Remove checking control_reg in [set|get]_voltage_sel
Axel Lin
1
-23
/
+2
2014-03-18
regulator: max8952: Silence checkpatch warning
Sachin Kamat
1
-0
/
+1
2014-03-18
regulator: max8925: Silence checkpatch warning
Sachin Kamat
1
-0
/
+1
2014-03-18
regulator: max8660: Silence checkpatch warnings
Sachin Kamat
1
-4
/
+11
2014-03-18
regulator: arizona-ldo1: Correct default regulator init_data
Charles Keepax
1
-4
/
+3
2014-03-18
regulator: Add support for S2MPA01 regulator
Sachin Kamat
3
-0
/
+489
2014-03-13
regulator: tps6586x: Remove unnecessary rdev[] array
Axel Lin
1
-10
/
+4
2014-03-11
regulator: da9063: fix assignment of da9063_reg_matches to NULL
Colin Ian King
1
-1
/
+1
2014-03-11
regulator: add bcm590xx regulator driver
Matt Porter
3
-0
/
+422
2014-03-10
regulator: act8865: Remove unnecessary *rdev[] from struct act8865
Axel Lin
1
-8
/
+5
2014-03-10
regulator: max1586: Don't allocate memory for regulator_dev pointers
Krzysztof Kozlowski
1
-2
/
+1
2014-03-10
regulator: max8998: Remove unnecessary **rdev from struct max8998_data
Axel Lin
1
-14
/
+6
2014-03-10
regulator: max8997: Remove unnecessary **rdev from struct max8997_data
Axel Lin
1
-13
/
+6
2014-03-10
regulator: max8660: Remove regulator_dev pointer from state container
Krzysztof Kozlowski
1
-10
/
+6
2014-03-10
regulator: max8973: Remove unused field from 'struct max8973_chip'
Krzysztof Kozlowski
1
-2
/
+0
2014-03-10
regulator: max8952: Use managed regulator registration
Krzysztof Kozlowski
1
-13
/
+8
2014-03-10
regulator: max8925: Remove unused state container fields
Krzysztof Kozlowski
1
-3
/
+0
2014-03-10
regulator: max8907: Remove regulator_dev array from state container
Krzysztof Kozlowski
1
-4
/
+5
2014-03-10
regulator: max8649: Remove regulator_dev pointer from state container
Krzysztof Kozlowski
1
-4
/
+4
2014-03-10
regulator: max77693: Remove state container as it is not needed
Krzysztof Kozlowski
1
-31
/
+6
2014-03-10
regulator: max77686: Remove regulator_dev array from state container
Krzysztof Kozlowski
1
-4
/
+5
2014-03-10
regulator: max1586: Remove regulator_dev pointer from state container
Krzysztof Kozlowski
1
-7
/
+5
2014-03-06
regulator: helpers: Modify helpers enabling multi-bit control
Carlo Caione
1
-16
/
+32
2014-03-06
regulator: pfuze100: Add PFUZE200 support to Kconfig and module description
Axel Lin
2
-4
/
+4
2014-03-05
regulator: tps80031: remove unnecessary parentheses
Jingoo Han
1
-1
/
+1
2014-03-04
regulator: add pbias regulator support
Balaji T K
3
-0
/
+265
2014-03-04
Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-28
/
+20
2014-03-04
regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables
Axel Lin
1
-3
/
+5
2014-03-04
regulator: pfuze100: add pfuze200 support
Robin Gong
1
-53
/
+143
2014-03-04
regulator: s2mps11: Fix section mismatch
Krzysztof Kozlowski
1
-46
/
+17
2014-03-03
regulator: tps65217: Allow missing init_data for diagnostics
Axel Lin
1
-13
/
+2
2014-03-03
regulator: s2mps11: Copy supported regulators from initconst
Krzysztof Kozlowski
1
-13
/
+62
2014-03-03
regulator: s2mps11: Constify regulator_desc array
Krzysztof Kozlowski
1
-1
/
+1
2014-03-03
regulator: s2mps11: Don't store registered regulators in state container
Krzysztof Kozlowski
1
-5
/
+5
2014-03-03
regulator: mc13xxx: Fix probing with DT
Alexander Shiyan
1
-4
/
+4
2014-02-27
regulator: 88pm8607: fix indent code style
Jingoo Han
1
-3
/
+3
2014-02-26
regulator: dummy: Should be always-on
Markus Pargmann
1
-1
/
+5
2014-02-25
regulator: mc13xxx: Fix NULL pointer error in non-DT mode
Sachin Kamat
1
-4
/
+8
2014-02-25
regulator: core: Replace direct ops->disable usage
Markus Pargmann
1
-21
/
+13
2014-02-25
regulator: core: Replace direct ops->enable usage
Markus Pargmann
1
-7
/
+7
2014-02-23
pfuze100-regulator: Return error on of_node_get() failure
Fabio Estevam
1
-1
/
+1
2014-02-23
Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max14577' and 'regulator/fix/s5m8767' into regulator-linus
Mark Brown
3
-4
/
+9
2014-02-23
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Mark Brown
1
-1
/
+1
2014-02-22
regulator: max14577: Fix invalid return value on DT parse success
Krzysztof Kozlowski
1
-2
/
+3
2014-02-21
regulator: core: Change dummy supplies error message to a warning
Shuah Khan
1
-1
/
+1
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
28
-440
/
+966
2014-02-20
regulator: wm8994: Remove redundant error message
Sachin Kamat
1
-3
/
+1
[prev]
[next]