summaryrefslogtreecommitdiff
path: root/drivers/regulator/palmas-regulator.c
AgeCommit message (Expand)Author
2018-12-19drivers/regulator: fix a missing check of return valueKangjie Lu
2017-07-03Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps...Mark Brown
2017-05-25regulator: tps65917: Add support for SMPS12Keerthy
2017-05-14regulator: palmas: Drop unnecessary staticJulia Lawall
2017-01-31regulator: palmas-regulator: constify regulator_ops structureBhumika Goyal
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of match->of_nodeNishanth Menon
2016-05-06regulator: tps65917/palmas: Handle possible memory allocation failureNishanth Menon
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[...Nishanth Menon
2016-05-06regulator: tps65917/palmas: Simplify multiple dereference of ddata->palmas_ma...Nishanth Menon
2016-04-26regulator: tps65917/palmas: Add bypass "On" valueNishanth Menon
2015-12-16regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capabilityKeerthy
2015-03-17regulator: palmas: Add has_regen3 check for TPS659038Keerthy
2015-03-17Merge branch 'fix/palmas' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2015-03-17regulator: palmas: Correct TPS659038 register definition for REGEN2Keerthy
2015-03-17regulator: constify of_device_id arrayFabian Frederick
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu
2014-07-03regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917Nishanth Menon
2014-07-03regulator: palmas: Simplify code by not indexing regulator_desc unnecessarilyNishanth Menon
2014-07-03regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_infoNishanth Menon
2014-07-03regulator: palmas: Simplify code by using pointer to palmas_reg_infoNishanth Menon
2014-07-03regulator: palmas: Rename reg_info to palmas_reg_infoNishanth Menon
2014-07-03regulator: palmas: Squelch sparse warningsNishanth Menon
2014-06-24Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmasMark Brown
2014-06-24regulator: palmas: fix typo in enable_reg calculationStephen Warren
2014-06-23regulator: palmas: Add tps65917 PMIC supportKeerthy
2014-06-23regulator: palmas: add driver data and modularize the probeKeerthy
2014-06-23regulator: palmas: Shift the reg_info structure definition to the header fileKeerthy
2014-06-21regulator: palmas: Fix SMPS enable/disable/is_enabledNishanth Menon
2014-06-05regulator: palmas: Fix SMPS list for 0VNishanth Menon
2014-06-02Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...Mark Brown
2014-05-22regulator: palmas: Reemove open coded functions with helper functionsKeerthy
2014-05-07regulator: palmas: Make of_device_id array constJingoo Han
2013-10-24Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown
2013-10-07regulator: palmas: get regulators node from parent node onlyLaxman Dewangan
2013-09-17regulator: palmas: Remove wrong comment for the equation calculating num_volt...Axel Lin
2013-09-17Merge remote-tracking branch 'regulator/topic/devm' into regulator-palmasMark Brown
2013-09-17regulator: palmas: configure enable time for LDOsLaxman Dewangan
2013-09-17regulator: palmas: add support for external control of railsLaxman Dewangan
2013-09-17regulator: palmas: Drop regulator_unregister while using devm_regulator_registerAxel Lin
2013-09-17regulator: palmas: Use devm_regulator_registerSachin Kamat
2013-09-10regulator: palmas: configure enable time for LDOsLaxman Dewangan
2013-09-04regulator: palmas: fix the n_voltages for smps to 122Laxman Dewangan
2013-09-01Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown
2013-08-12regulator: palmas: model SMPS10 as two regulatorsKishon Vijay Abraham I
2013-07-30regulator: use dev_get_platdata()Jingoo Han
2013-06-27regulator: palmas: Add TPS659038 supportJ Keerthy
2013-06-20mfd: palmas: Add SMPS10_BOOST featureJ Keerthy
2013-05-30regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10Kishon Vijay Abraham I