index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
max8907-regulator.c
Age
Commit message (
Expand
)
Author
2020-06-18
regulator: max8907: Constify static structs
Rikard Falkeborn
2019-10-04
regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...
Yizhuo
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-01-31
regulator: max8907-regulator: constify regulator_ops structure
Bhumika Goyal
2014-10-20
regulator: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-10
regulator: remove unnecessary of_node_get() to parent
Guodong Xu
2014-03-10
regulator: max8907: Remove regulator_dev array from state container
Krzysztof Kozlowski
2014-02-20
regulator: max8907: Remove redundant error message
Sachin Kamat
2014-02-14
regulator: max8907: Use of_get_child_by_name
Sachin Kamat
2013-09-17
regulator: max8907-regulator: Use devm_regulator_register
Sachin Kamat
2013-01-30
regulator: Add missing of_node_put()
Axel Lin
2013-01-27
regulator: max8907: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
2012-11-20
regulator: remove use of __devexit
Bill Pemberton
2012-11-20
regulator: remove use of __devinit
Bill Pemberton
2012-11-20
regulator: remove use of __devexit_p
Bill Pemberton
2012-08-28
regulator: max8907: Add MODULE_ALIAS
Axel Lin
2012-08-28
regulator: max8907: fix use of possibly NULL idata
Stephen Warren
2012-08-28
regulator: max8907: fix compile error when !CONFIG_OF
Stephen Warren
2012-08-28
regulator: max8907: Properly set pmic pointer in max8907_regulator_remove()
Axel Lin
2012-08-28
regulator: max8907: Fix n_voltages for MAX8907B SD1
Axel Lin
2012-08-28
regulator: add MAX8907 driver
Gyungoh Yoo