summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mcp16502.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: mcp16502: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-011-48/+26
* regulator: mcp16502: Convert to use .probe_newAxel Lin2021-06-011-3/+2
* regulator: mcp16502: lpm pin can be optional on some platformsClaudiu Beznea2021-01-071-1/+1
* regulator: mcp16502: remove void documentation of struct mcp16502Claudiu Beznea2020-11-131-2/+0
* regulator: mcp16502: add support for ramp delayClaudiu Beznea2020-11-131-2/+87
* regulator: mcp16502: adapt for get/set on other registersClaudiu Beznea2020-11-131-16/+27
* regulator: mcp16502: add linear_min_selClaudiu Beznea2020-11-131-0/+1
* regulator: use linear_ranges helperMatti Vaittinen2020-05-081-2/+2
* regulator: mcp16502: Remove setup_regulators functionAxel Lin2019-04-111-26/+11
* regulator: mcp16502: Remove unneeded fields from struct mcp16502Axel Lin2019-04-111-24/+16
* regulator: mcp16502: Remove module versionAxel Lin2019-02-261-1/+0
* regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorAxel Lin2019-01-281-0/+1
* regulator: mcp16502: Fix missing n_voltages settingAxel Lin2018-12-201-0/+1
* regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resum...Axel Lin2018-12-201-5/+2
* regulator: mcp16502: code cleanupAndrei.Stefanescu@microchip.com2018-12-191-3/+3
* regulator: mcp16502: add support for suspendAndrei.Stefanescu@microchip.com2018-12-141-0/+34
* regulator: mcp16502: add regulator driver for MCP16502Andrei.Stefanescu@microchip.com2018-12-131-0/+520