aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mcp16502.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01regulator: mcp16502: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-48/+26
2021-06-01regulator: mcp16502: Convert to use .probe_newAxel Lin1-3/+2
2021-01-07regulator: mcp16502: lpm pin can be optional on some platformsClaudiu Beznea1-1/+1
2020-11-13regulator: mcp16502: remove void documentation of struct mcp16502Claudiu Beznea1-2/+0
2020-11-13regulator: mcp16502: add support for ramp delayClaudiu Beznea1-2/+87
2020-11-13regulator: mcp16502: adapt for get/set on other registersClaudiu Beznea1-16/+27
2020-11-13regulator: mcp16502: add linear_min_selClaudiu Beznea1-0/+1
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-2/+2
2019-04-11regulator: mcp16502: Remove setup_regulators functionAxel Lin1-26/+11
2019-04-11regulator: mcp16502: Remove unneeded fields from struct mcp16502Axel Lin1-24/+16
2019-02-26regulator: mcp16502: Remove module versionAxel Lin1-1/+0
2019-01-28regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorAxel Lin1-0/+1
2018-12-20regulator: mcp16502: Fix missing n_voltages settingAxel Lin1-0/+1
2018-12-20regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resume_noirqAxel Lin1-5/+2
2018-12-19regulator: mcp16502: code cleanupAndrei.Stefanescu@microchip.com1-3/+3
2018-12-14regulator: mcp16502: add support for suspendAndrei.Stefanescu@microchip.com1-0/+34
2018-12-13regulator: mcp16502: add regulator driver for MCP16502Andrei.Stefanescu@microchip.com1-0/+520