aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pfuze100-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09regulator: pfuze100-regulator: add pfuze3000 supportGravatar Robin Gong 1-9/+125
2014-05-27regulator: pfuze100: Support enable/disable for fixed regulatorGravatar Axel Lin 1-0/+3
2014-05-26regulator: pfuze100: Don't allocate an invalid gpioGravatar Sean Cross 1-0/+1
2014-05-26regulator: pfuze100: Support SWB enable/disableGravatar Sean Cross 1-0/+4
2014-03-26Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma...Gravatar Mark Brown 1-55/+147
2014-03-06regulator: pfuze100: Add PFUZE200 support to Kconfig and module descriptionGravatar Axel Lin 1-1/+1
2014-03-04regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tablesGravatar Axel Lin 1-3/+5
2014-03-04regulator: pfuze100: add pfuze200 supportGravatar Robin Gong 1-53/+143
2014-02-23pfuze100-regulator: Return error on of_node_get() failureGravatar Fabio Estevam 1-1/+1
2014-02-19pfuze100-regulator: Fix of_node_get() parameterGravatar Fabio Estevam 1-1/+1
2014-02-14regulator: pfuze100: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2014-02-03regulator: Make use of rdev_get_id() function where possible.Gravatar Thiago Farina 1-1/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...Gravatar Mark Brown 1-25/+14
2014-01-23regulator: pfuze100-regulator: Improve dev_info() messageGravatar Fabio Estevam 1-1/+1
2014-01-15regulator: pfuze100-regulator: Fix some checkpatch complaintsGravatar Fabio Estevam 1-8/+11
2014-01-15Merge tag 'v3.13-rc4' into regulator-pfuze100Gravatar Mark Brown 1-4/+10
2013-12-09regulator: pfuze100: use devm_regulator_register()Gravatar Jingoo Han 1-17/+3
2013-12-09regulator: pfuze100: allow misprogrammed IDGravatar Tim Harvey 1-3/+9
2013-12-09regulator: pfuze100: Fix address of FABIDGravatar Axel Lin 1-1/+1
2013-08-02regulator: pfuze100: Fix off-by-one for max_register settingGravatar Axel Lin 1-1/+1
2013-07-31regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementationGravatar Axel Lin 1-16/+5
2013-07-30regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit setGravatar Axel Lin 1-8/+8
2013-07-29regulator: pfuze100: Use regulator_map_voltage_ascendGravatar Axel Lin 1-0/+1
2013-07-29regulator: pfuze100: Fix module alias prefixGravatar Axel Lin 1-1/+1
2013-07-29regulator: pfuze100: Use i2c_[set|get]_clientdataGravatar Axel Lin 1-2/+2
2013-07-29regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driverGravatar Robin Gong 1-0/+1
2013-07-26regulator:pfuze100: fix build warning and correct the binding docGravatar Robin Gong 1-1/+1
2013-07-25regulator: pfuze100: add pfuze100 regulator driverGravatar Robin Gong 1-0/+454