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
/
tps65910-regulator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
regulator: tps65910: use regmap accessors
Michał Mirosław
1
-62
/
+63
2020-09-01
regulator: tps65910: Constify static regulator_ops
Rikard Falkeborn
1
-5
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2018-12-21
regulator: tps65910: fix a missing check of return value
Kangjie Lu
1
-1
/
+3
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-6
/
+12
2017-06-13
regulator: tps65910: check TPS65910_NUM_REGS at build time
Michał Mirosław
1
-2
/
+3
2016-09-24
regulator: tps65910: Work around silicon erratum SWCZ010
Jan Remmet
1
-0
/
+6
2015-03-16
regulator: tps65910: Add missing #include <linux/of.h>
Geert Uytterhoeven
1
-0
/
+1
2014-10-20
regulator: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-30
Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...
Mark Brown
1
-11
/
+2
2014-09-10
regulator: remove unnecessary of_node_get() to parent
Guodong Xu
1
-1
/
+1
2014-08-17
regulator: tps65910: Allow missing init_data for diagnostics
Axel Lin
1
-11
/
+2
2014-02-20
regulator: tps65910: Remove redundant error message
Sachin Kamat
1
-16
/
+5
2013-12-30
regulator: tps65910: Simplify setting enable_mask for regulators
Axel Lin
1
-15
/
+1
2013-12-21
regulator: tps65910: Add backup battery regulator
Markus Pargmann
1
-1
/
+55
2013-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-10-24
Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next
Mark Brown
1
-5
/
+5
2013-10-15
regulator: tps65910: Fix checkpatch issue
Jingoo Han
1
-4
/
+4
2013-10-14
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2013-10-09
regulator: tps65910: get regulators node from parent node only
Laxman Dewangan
1
-1
/
+1
2013-09-17
regulator: tps65910: Use devm_regulator_register
Sachin Kamat
1
-20
/
+3
2013-04-23
regulator: tps65910: Convert to use regulator_map_voltage_ascend
Axel Lin
1
-0
/
+4
2013-01-30
regulator: Add missing of_node_put()
Axel Lin
1
-2
/
+4
2013-01-24
regulator: tps65910: Fix using wrong dev argument for calling of_regulator_match
Axel Lin
1
-1
/
+1
2012-12-10
Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next
Mark Brown
1
-0
/
+7
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-10-17
regulator: tps65910: fix BUG_ON() shown with vrtc regulator
AnilKumar Ch
1
-0
/
+7
2012-07-17
regulator: tps65910: set input_supply on desc unconditionally
Laxman Dewangan
1
-10
/
+1
2012-07-12
regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_...
Axel Lin
1
-111
/
+73
2012-07-10
regulator: tps65910: correct init value of n_voltages
Laxman Dewangan
1
-11
/
+11
2012-07-06
regulator: tps65910: add support for input supply
Laxman Dewangan
1
-0
/
+36
2012-07-04
regulator: tps65910: Set enable enable_time in regulator_desc
Axel Lin
1
-11
/
+1
2012-06-22
regulator: tps65910: Convert to regulator_list_voltage_table
Axel Lin
1
-54
/
+40
2012-06-22
regulator: tps65910: Remove unused min_uV and max_uV from struct tps_info
Axel Lin
1
-50
/
+0
2012-06-21
regulator: tps65910: Convert to regulator_set_voltage_time_sel()
Axel Lin
1
-28
/
+6
2012-06-18
regulator: tps65910: Don't use 0 as NULL
Mark Brown
1
-1
/
+1
2012-05-29
Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
1
-43
/
+39
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-10
/
+10
2012-05-20
regulator: tps65910: use of_node of matched regulator being register
Laxman Dewangan
1
-7
/
+12
2012-05-20
regulator: tps65910: dt: support when "regulators" node found
Laxman Dewangan
1
-0
/
+4
2012-05-20
regulator: tps65910: add error message in case of failure
Laxman Dewangan
1
-4
/
+8
2012-05-20
mfd: Commonize tps65910 regmap access through header
Rhyland Klein
1
-46
/
+42
2012-05-19
regulator: tps65910: use devm_* for memory allocation
Laxman Dewangan
1
-18
/
+9
2012-05-19
regulator: tps65910: use small letter for regulator names
Laxman Dewangan
1
-52
/
+52
2012-05-12
regulator: tps65910 regulator: add device tree support
Rhyland Klein
1
-0
/
+108
2012-05-12
Merge remote-tracking branch 'regulator/topic/drivers' into regulator-next
Mark Brown
1
-26
/
+9
2012-05-09
regulator: tps65910: Convert to get_voltage_sel
Axel Lin
1
-25
/
+9
2012-04-23
regulator: Remove unneeded include of linux/delay.h from regulator drivers
Axel Lin
1
-1
/
+0
[next]