Mark Brown
0ac87aed5b
Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun Shih <pihsun@chromium.org>:
...
Add support for controlling voltage regulator that is connected and
controlled by ChromeOS EC. Kernel controls these regulators through
newly added EC host commands.
Changes from v5:
* Move new host command to a separate patch.
* Use devm_regulator_register.
* Address review comments.
Changes from v4:
* Change compatible name from regulator-cros-ec to cros-ec-regulator.
Changes from v3:
* Fix dt bindings file name.
* Remove check around CONFIG_OF in driver.
* Add new host commands to cros_ec_trace.
* Address review comments.
Changes from v2:
* Add 'depends on OF' to Kconfig.
* Add Kconfig description about compiling as module.
Changes from v1:
* Change compatible string to google,regulator-cros-ec.
* Use reg property in device tree.
* Change license for dt binding according to checkpatch.pl.
* Address comments on code styles.
Pi-Hsun Shih (3):
dt-bindings: regulator: Add DT binding for cros-ec-regulator
platform/chrome: cros_ec: Add command for regulator control.
regulator: Add driver for cros-ec-regulator
.../regulator/google,cros-ec-regulator.yaml | 51 ++++
drivers/platform/chrome/cros_ec_trace.c | 5 +
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/cros-ec-regulator.c | 257 ++++++++++++++++++
.../linux/platform_data/cros_ec_commands.h | 82 ++++++
6 files changed, 406 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.yaml
create mode 100644 drivers/regulator/cros-ec-regulator.c
base-commit: b791d1bdf9
--
2.27.0.290.gba653c62da-goog
2020-06-15 23:06:31 +01:00
..
2019-03-22 16:48:47 +01:00
2019-05-30 11:26:28 -07:00
2019-07-09 09:47:22 -07:00
2019-06-19 17:09:55 +02:00
2020-05-12 17:27:12 +03:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2020-05-25 18:59:59 -06:00
2019-12-15 11:42:16 +00:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:25:18 -07:00
2019-05-30 11:25:18 -07:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:25:18 -07:00
2019-05-30 11:25:18 -07:00
2019-05-30 11:25:18 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:29:22 -07:00
2019-05-24 17:36:47 +02:00
2019-05-21 11:28:46 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:08 +02:00
2020-02-05 14:00:05 +01:00
2019-12-16 10:32:27 +00:00
2019-06-05 17:37:07 +02:00
2019-06-19 17:09:55 +02:00
2019-09-12 16:20:54 +02:00
2020-06-15 22:40:14 +01:00
2020-02-11 10:32:54 +01:00
2020-04-29 23:17:45 +02:00
2020-02-10 10:14:19 -08:00
2019-05-30 11:29:22 -07:00
2019-06-05 17:30:29 +02:00
2018-11-28 12:41:31 +00:00
2019-02-18 11:58:08 +05:30
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:22 -07:00
2019-01-07 17:57:13 +05:30
2019-06-19 17:09:55 +02:00
2019-10-14 13:33:44 +05:30
2019-07-17 09:55:43 -07:00
2019-08-14 15:36:22 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:22 -07:00
2020-03-16 12:40:51 +01:00
2019-04-17 10:37:23 -07:00
2019-01-17 11:31:24 -08:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:37 -07:00
2019-06-19 17:09:55 +02:00
2020-01-12 12:59:53 -08:00
2019-04-28 23:08:15 -07:00
2019-05-30 11:26:35 -07:00
2019-11-11 11:34:01 +00:00
2019-06-19 17:09:55 +02:00
2018-11-26 16:45:10 +05:30
2020-05-25 11:05:09 +02:00
2019-09-12 10:07:44 +01:00
2019-07-09 09:07:00 -07:00
2019-06-05 17:37:15 +02:00
2020-05-20 10:29:17 +01:00
2019-11-15 09:59:19 +01:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:36:37 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:16 +02:00
2019-07-15 21:10:39 -07:00
2019-05-30 11:26:32 -07:00
2019-02-14 17:58:23 +01:00
2020-05-05 14:50:41 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:19 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:53 -07:00
2019-10-23 09:27:18 +03:00
2019-06-05 17:36:37 +02:00
2019-08-09 17:37:09 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2020-04-24 11:18:44 +01:00
2019-04-28 23:08:35 -07:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:07 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:12 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2018-12-08 21:33:30 -08:00
2019-06-19 17:09:55 +02:00
2020-02-05 14:00:05 +01:00
2020-01-13 21:02:46 +02:00
2020-05-28 11:21:03 +02:00
2020-05-28 11:22:15 +02:00
2019-06-19 17:09:55 +02:00
2018-12-17 08:26:24 +01:00
2018-12-17 08:26:24 +01:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-05-31 10:53:41 +02:00
2019-05-21 11:28:39 +02:00
2019-06-19 17:09:55 +02:00
2020-05-31 10:53:41 +02:00
2019-05-03 23:55:47 -04:00
2019-12-30 20:11:29 +01:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:26:35 -07:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-08-05 11:08:55 +02:00
2020-02-27 09:27:27 -08:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-07-31 14:13:13 -06:00
2019-06-05 17:37:18 +02:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-09-04 14:34:31 +02:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:36:37 +02:00
2020-03-02 16:32:14 +01:00
2019-06-19 17:09:07 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2019-05-24 17:36:45 +02:00
2019-05-02 10:37:59 +09:00
2019-11-18 17:47:00 +00:00
2020-02-06 15:53:40 +00:00
2019-05-30 11:29:19 -07:00
2019-05-21 11:28:45 +02:00
2019-10-15 21:11:05 +01:00
2019-06-19 17:09:55 +02:00
2019-10-09 08:55:38 -07:00
2020-03-04 07:54:57 -08:00
2019-04-23 16:02:13 +02:00
2019-06-19 17:09:55 +02:00
2019-12-30 20:40:19 +01:00
2019-02-12 13:48:59 +05:30
2019-05-30 11:29:22 -07:00
2019-05-30 11:26:37 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-01-12 12:59:52 -08:00
2020-04-18 15:44:55 -05:00
2019-05-30 11:25:18 -07:00
2019-05-30 11:26:41 -07:00
2019-05-23 09:33:57 -07:00
2019-05-09 16:39:27 -07:00
2019-06-05 17:36:37 +02:00