aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pfuze100-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06regulator: pfuze100-regulator: add coin support to PF0100Adam Ford1-0/+2
2018-09-17regulator: pfuze100-regulator: fix spelling mistake "standy" -> "standby"Colin Ian King1-1/+1
2018-09-11regulator: pfuze100-regulator: provide pm_power_off_prepare handlerOleksij Rempel1-0/+91
2018-07-23regulator: pfuze100: add support to en-/disable switch regulatorsMarco Felsch1-0/+36
2018-07-02regulator: Revert "regulator: pfuze100: add enable/disable for switch"Fabio Estevam1-8/+0
2018-06-18regulator: pfuze100: add pfuze3001 supportStefan Wahren1-7/+71
2018-05-24regulator: pfuze100: Delete reference to ena_gpioLinus Walleij1-1/+0
2018-05-24regulator: pfuze100: Switch to SPDX identifierFabio Estevam1-17/+4
2018-05-17regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_opsAnson Huang1-0/+1
2018-05-17regulator: pfuze100: add enable/disable for switchAnson Huang1-0/+8
2018-04-18regulator: pfuze100: update voltage setting for pfuze3000 sw1aAnson Huang1-1/+8
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100', 'regulator/topic/settle', 'regulator/topic/tps65132' and 'regulator/topic/twl6030' into regulator-nextMark Brown1-0/+24
2017-03-13regulator: pfuze100-regulator: add coin supportGeorge McCollister1-0/+24
2017-01-31regulator: pfuze100-regulator: constify regulator_ops structureBhumika Goyal1-4/+4
2016-06-06regulator: pfuze100-regulator: Adjust MODULE_DESCRIPTION()Fabio Estevam1-1/+1
2016-06-06regulator: pfuze100-regulator: Remove global variableFabio Estevam1-7/+6
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp', 'regulator/topic/owner', 'regulator/topic/pfuze100' and 'regulator/topic/pwm' into regulator-nextMark Brown1-2/+0
2015-08-29regulator: pfuze100: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-09regulator: pfuze100-regulator: add pfuze3000 supportRobin Gong1-9/+125
2014-05-27regulator: pfuze100: Support enable/disable for fixed regulatorAxel Lin1-0/+3
2014-05-26regulator: pfuze100: Don't allocate an invalid gpioSean Cross1-0/+1
2014-05-26regulator: pfuze100: Support SWB enable/disableSean Cross1-0/+4
2014-03-26Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/max8997', 'regulator/topic/max8998', 'regulator/topic/mc13xxx', 'regulator/topic/pfuze100', 'regulator/topic/rc5t583' and 'regulator/topic/s2mps11' into regulator-nextMark Brown1-55/+147
2014-03-06regulator: pfuze100: Add PFUZE200 support to Kconfig and module descriptionAxel Lin1-1/+1
2014-03-04regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tablesAxel Lin1-3/+5
2014-03-04regulator: pfuze100: add pfuze200 supportRobin Gong1-53/+143
2014-02-23pfuze100-regulator: Return error on of_node_get() failureFabio Estevam1-1/+1
2014-02-19pfuze100-regulator: Fix of_node_get() parameterFabio Estevam1-1/+1
2014-02-14regulator: pfuze100: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-02-03regulator: Make use of rdev_get_id() function where possible.Thiago Farina1-1/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp3972', 'regulator/topic/max14577', 'regulator/topic/max77693', 'regulator/topic/mc13892', 'regulator/topic/pcf50633' and 'regulator/topic/pfuze100' into regulator-linusMark Brown1-25/+14
2014-01-23regulator: pfuze100-regulator: Improve dev_info() messageFabio Estevam1-1/+1
2014-01-15regulator: pfuze100-regulator: Fix some checkpatch complaintsFabio Estevam1-8/+11
2014-01-15Merge tag 'v3.13-rc4' into regulator-pfuze100Mark Brown1-4/+10
2013-12-09regulator: pfuze100: use devm_regulator_register()Jingoo Han1-17/+3
2013-12-09regulator: pfuze100: allow misprogrammed IDTim Harvey1-3/+9
2013-12-09regulator: pfuze100: Fix address of FABIDAxel Lin1-1/+1
2013-08-02regulator: pfuze100: Fix off-by-one for max_register settingAxel Lin1-1/+1
2013-07-31regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementationAxel Lin1-16/+5
2013-07-30regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit setAxel Lin1-8/+8
2013-07-29regulator: pfuze100: Use regulator_map_voltage_ascendAxel Lin1-0/+1
2013-07-29regulator: pfuze100: Fix module alias prefixAxel Lin1-1/+1
2013-07-29regulator: pfuze100: Use i2c_[set|get]_clientdataAxel Lin1-2/+2
2013-07-29regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driverRobin Gong1-0/+1
2013-07-26regulator:pfuze100: fix build warning and correct the binding docRobin Gong1-1/+1
2013-07-25regulator: pfuze100: add pfuze100 regulator driverRobin Gong1-0/+454