aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/mcp16502.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Gravatar Douglas Anderson 1-0/+1
2023-01-18regulator: mcp16502: add enum MCP16502_REG_HPM descriptionGravatar Randy Dunlap 1-0/+1
2021-06-01regulator: mcp16502: Convert to use regulator_set_ramp_delay_regmapGravatar Axel Lin 1-48/+26
2021-06-01regulator: mcp16502: Convert to use .probe_newGravatar Axel Lin 1-3/+2
2021-01-07regulator: mcp16502: lpm pin can be optional on some platformsGravatar Claudiu Beznea 1-1/+1
2020-11-13regulator: mcp16502: remove void documentation of struct mcp16502Gravatar Claudiu Beznea 1-2/+0
2020-11-13regulator: mcp16502: add support for ramp delayGravatar Claudiu Beznea 1-2/+87
2020-11-13regulator: mcp16502: adapt for get/set on other registersGravatar Claudiu Beznea 1-16/+27
2020-11-13regulator: mcp16502: add linear_min_selGravatar Claudiu Beznea 1-0/+1
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2019-04-11regulator: mcp16502: Remove setup_regulators functionGravatar Axel Lin 1-26/+11
2019-04-11regulator: mcp16502: Remove unneeded fields from struct mcp16502Gravatar Axel Lin 1-24/+16
2019-02-26regulator: mcp16502: Remove module versionGravatar Axel Lin 1-1/+0
2019-01-28regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorGravatar Axel Lin 1-0/+1
2018-12-20regulator: mcp16502: Fix missing n_voltages settingGravatar Axel Lin 1-0/+1
2018-12-20regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resum...Gravatar Axel Lin 1-5/+2
2018-12-19regulator: mcp16502: code cleanupGravatar Andrei.Stefanescu@microchip.com 1-3/+3
2018-12-14regulator: mcp16502: add support for suspendGravatar Andrei.Stefanescu@microchip.com 1-0/+34
2018-12-13regulator: mcp16502: add regulator driver for MCP16502Gravatar Andrei.Stefanescu@microchip.com 1-0/+520