aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pcap-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01regulator: pcap-regulator: remove unused variable 'SW3_table'YueHaibing1-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-01-31regulator: pcap-regulator: constify regulator_ops structureBhumika Goyal1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-09-30regulator: pcap: use devm_regulator_register()Jingoo Han1-11/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-1/+0
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-06-08regulator: pcap: Convert to regulator_list_voltage_tableAxel Lin1-53/+42
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-05regulator: pcap: Constify regulator_descAxel Lin1-1/+1
2012-04-01regulator: Convert pcap-regulator to get_voltage_selAxel Lin1-7/+4
2012-04-01regulator: Convert pcap-regulator to set_voltage_selAxel Lin1-27/+6
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-01-12regulator: Fix typo in PCAP regulator_set_voltage()Mark Brown1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+5
2010-03-03Regulators: pcap-regulator - clean up driver data after removalDmitry Torokhov1-3/+5
2009-09-17regulator: get pcap data from the parent deviceAntonio Ospite1-1/+1
2009-09-17regulator: register pcap earlierAntonio Ospite1-1/+1
2009-09-17regulator: add pcap driverDaniel Ribeiro1-0/+318