index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
fan53555.c
Age
Commit message (
Expand
)
Author
2021-06-04
regulator: fan53555: add tcs4526
Rudi Heitbaum
2021-06-03
regulator: fan53555: Convert to use regulator_set_ramp_delay_regmap
Axel Lin
2021-06-03
regulator: fan53555: Fix missing slew_reg/mask/shift settings for FAN53526
Axel Lin
2021-05-19
regulator: fan53555: Cleanup unused define and redundant assignment
Axel Lin
2021-05-19
regulator: fan53555: Fix slew_shift setting for tcs4525
Axel Lin
2021-05-12
regulator: fan53555: fix tcs4525 function names
Peter Geis
2021-05-12
regulator: fan53555: only bind tcs4525 to correct chip id
Peter Geis
2021-05-12
regulator: fan53555: fix TCS4525 voltage calulation
Peter Geis
2021-04-23
regulator: fan53555: Add TCS4525 DCDC support
Joseph Chen
2020-08-21
regulator: fan53555: Fix W=1 build warning when CONFIG_OF=n
Jisheng Zhang
2019-11-06
regulator: fan53555: add chip id for Silergy SYR83X
Vasily Khoruzhick
2019-04-26
regulator: fan53555: Switch to SPDX identifier
Axel Lin
2019-04-26
regulator: fan53555: Clean up unneeded fields from struct fan53555_device_info
Axel Lin
2019-02-26
regulator: fan53555: Check pdata->slew_rate setting
Axel Lin
2019-02-21
regulator: fan53555: Add support for FAN53526
Bjorn Andersson
2017-08-21
regulator: fan53555: fix I2C device ids
Guillaume Tucker
2017-07-20
regulator: fan53555: Use of_device_get_match_data() to simplify probe
Jisheng Zhang
2017-01-31
regulator: fan53555: constify regulator_ops structure
Bhumika Goyal
2016-04-20
regulator: fan53555: Add support for FAN53555UC13X type
Wadim Egorov
2016-04-20
regulator: fan53555: Add support for FAN53555BUC18X type
Wadim Egorov
2016-01-15
regulator: fan53555: fill set_suspend_enable/disable callback
zhangqing
2015-07-31
regulator: fan53555: Export I2C module alias information
Javier Martinez Canillas
2015-05-26
regulator: fan53555: fill set_voltage_time_set callback
Heiko Stuebner
2015-01-05
regulator: fan53555: Constify struct regmap_config and slew_rates array
Krzysztof Kozlowski
2014-11-26
regulator: of: Add regulator desc param to of_get_regulator_init_data()
Javier Martinez Canillas
2014-09-18
regulator: fan53555: Fix null pointer dereference
Axel Lin
2014-09-18
regulator: fan53555: Fixup report wrong vendor message
Axel Lin
2014-09-17
regulator: fan53555: fix wrong cast in probe
Heiko Stübner
2014-09-16
regulator: fan53555: add support for Silergy SYR82x regulators
Heiko Stuebner
2014-09-16
regulator: fan53555: add devicetree support
Heiko Stuebner
2014-09-16
regulator: fan53555: use set_ramp_delay to set the ramp up slew rate
Heiko Stuebner
2014-09-15
regulator: fan53555: enable vin supply
Heiko Stuebner
2014-02-20
regulator: fan53555: Remove redundant error message
Sachin Kamat
2014-02-20
regulator: fan53555: Do not hardcode return values
Sachin Kamat
2013-09-17
regulator: fan53555: Convert to devm_regulator_register
Axel Lin
2013-09-04
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-30
regulator: use dev_get_platdata()
Jingoo Han
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2013-03-20
regulator: fan53555: Use PTR_RET function
Alexandru Gheorghiu
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-09-10
regulator: fan53555: remove vsel_max not used
Yunfan Zhang
2012-09-10
regulator: Fairchild fan53555 support
Yunfan Zhang