aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/cros-ec-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson1-0/+1
2022-06-08platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani1-12/+12
2022-06-08regulator: cros-ec: Use common cros_ec_command()Prashant Malani1-42/+12
2021-05-12regulator: cros-ec: Fix error code in dev_err messageAxel Lin1-1/+2
2020-08-04regulator: cros-ec-regulator: Add NULL test for devm_kmemdup callAxel Lin1-0/+3
2020-07-28regulator: cros-ec-regulator: Fix double free of desc->name.Pi-Hsun Shih1-6/+1
2020-07-13regulator: cros-ec: Constify cros_ec_regulator_voltage_opsRikard Falkeborn1-1/+1
2020-06-15regulator: Add driver for cros-ec-regulatorPi-Hsun Shih1-0/+257