index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
palmas-regulator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
regulator: tps65917/palmas: Simplify multiple dereference of match->of_node
Nishanth Menon
1
-11
/
+8
2016-05-06
regulator: tps65917/palmas: Handle possible memory allocation failure
Nishanth Menon
1
-7
/
+14
2016-05-06
regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[...
Nishanth Menon
1
-9
/
+8
2016-05-06
regulator: tps65917/palmas: Simplify multiple dereference of ddata->palmas_ma...
Nishanth Menon
1
-13
/
+14
2016-04-26
regulator: tps65917/palmas: Add bypass "On" value
Nishanth Menon
1
-0
/
+5
2015-12-16
regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capability
Keerthy
1
-0
/
+39
2015-03-17
regulator: palmas: Add has_regen3 check for TPS659038
Keerthy
1
-1
/
+8
2015-03-17
Merge branch 'fix/palmas' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-0
/
+4
2015-03-17
regulator: palmas: Correct TPS659038 register definition for REGEN2
Keerthy
1
-0
/
+4
2015-03-17
regulator: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-10-20
regulator: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-10
regulator: remove unnecessary of_node_get() to parent
Guodong Xu
1
-1
/
+0
2014-07-03
regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917
Nishanth Menon
1
-0
/
+5
2014-07-03
regulator: palmas: Simplify code by not indexing regulator_desc unnecessarily
Nishanth Menon
1
-136
/
+112
2014-07-03
regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_info
Nishanth Menon
1
-2
/
+2
2014-07-03
regulator: palmas: Simplify code by using pointer to palmas_reg_info
Nishanth Menon
1
-53
/
+56
2014-07-03
regulator: palmas: Rename reg_info to palmas_reg_info
Nishanth Menon
1
-2
/
+2
2014-07-03
regulator: palmas: Squelch sparse warnings
Nishanth Menon
1
-3
/
+3
2014-06-24
Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmas
Mark Brown
1
-0
/
+12
2014-06-24
regulator: palmas: fix typo in enable_reg calculation
Stephen Warren
1
-1
/
+1
2014-06-23
regulator: palmas: Add tps65917 PMIC support
Keerthy
1
-0
/
+387
2014-06-23
regulator: palmas: add driver data and modularize the probe
Keerthy
1
-266
/
+392
2014-06-23
regulator: palmas: Shift the reg_info structure definition to the header file
Keerthy
1
-9
/
+0
2014-06-21
regulator: palmas: Fix SMPS enable/disable/is_enabled
Nishanth Menon
1
-0
/
+12
2014-06-05
regulator: palmas: Fix SMPS list for 0V
Nishanth Menon
1
-0
/
+2
2014-06-02
Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...
Mark Brown
1
-132
/
+26
2014-05-22
regulator: palmas: Reemove open coded functions with helper functions
Keerthy
1
-132
/
+26
2014-05-07
regulator: palmas: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2013-10-24
Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next
Mark Brown
1
-7
/
+159
2013-10-24
Merge remote-tracking branch 'regulator/topic/alias' into regulator-next
Mark Brown
1
-30
/
+12
2013-10-07
regulator: palmas: get regulators node from parent node only
Laxman Dewangan
1
-1
/
+1
2013-09-17
regulator: palmas: Remove wrong comment for the equation calculating num_volt...
Axel Lin
1
-6
/
+0
2013-09-17
Merge remote-tracking branch 'regulator/topic/devm' into regulator-palmas
Mark Brown
1
-30
/
+12
2013-09-17
regulator: palmas: configure enable time for LDOs
Laxman Dewangan
1
-0
/
+6
2013-09-17
regulator: palmas: add support for external control of rails
Laxman Dewangan
1
-6
/
+158
2013-09-17
regulator: palmas: Drop regulator_unregister while using devm_regulator_register
Axel Lin
1
-3
/
+1
2013-09-17
regulator: palmas: Use devm_regulator_register
Sachin Kamat
1
-27
/
+11
2013-09-10
regulator: palmas: configure enable time for LDOs
Laxman Dewangan
1
-0
/
+6
2013-09-04
regulator: palmas: fix the n_voltages for smps to 122
Laxman Dewangan
1
-1
/
+1
2013-09-01
Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next
Mark Brown
1
-6
/
+24
2013-08-12
regulator: palmas: model SMPS10 as two regulators
Kishon Vijay Abraham I
1
-6
/
+24
2013-07-30
regulator: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-06-27
regulator: palmas: Add TPS659038 support
J Keerthy
1
-0
/
+1
2013-06-20
mfd: palmas: Add SMPS10_BOOST feature
J Keerthy
1
-0
/
+3
2013-05-30
regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10
Kishon Vijay Abraham I
1
-1
/
+1
2013-05-30
regulator: palmas: Fix incorrect condition
Sachin Kamat
1
-1
/
+1
2013-04-28
Merge remote-tracking branch 'regulator/topic/palmas' into v3.9-rc8
Mark Brown
1
-60
/
+305
2013-04-22
regulator: palmas: Fix off-by-one for ramp_delay and register value mapping
Axel Lin
1
-2
/
+2
2013-04-22
regulator: palmas: Add missing ctrl_addr setting for SMPS10
Axel Lin
1
-0
/
+1
2013-04-19
regulator: palmas: Don't update tstep register for SMPS3 and SMPS7
Axel Lin
1
-0
/
+7
[next]