Alper Nebi Yasak
1b9ee2882e
pwm: Add a driver for Chrome OS EC PWM
...
This PWM is used in rk3399-gru-bob and rk3399-gru-kevin to control
the display brightness. We can only change the duty cycle, so on
set_config() we just try to match the duty cycle that dividing duty_ns
by period_ns gives us. To disable, we set the duty cycle to zero while
keeping the old value for when we want to re-enable it.
The cros_ec_set_pwm_duty() function is taken from Depthcharge's
cros_ec_set_bl_pwm_duty() but modified to use the generic pwm type.
The driver itself is very loosely based on rk_pwm.c for the general pwm
driver structure.
The devicetree binding file is from Linux, before it was converted to
YAML at 5df5a577a6b4 ("dt-bindings: pwm: Convert google,cros-ec-pwm.txt
to YAML format") in their repo.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2021-04-10 16:08:39 +02:00
..
2021-02-01 15:11:41 +08:00
2021-03-26 17:03:09 +13:00
2021-04-09 10:08:52 -04:00
2021-03-29 18:00:21 -04:00
2021-04-08 20:29:53 +02:00
2021-03-26 17:03:08 +13:00
2021-02-16 11:48:20 -05:00
2021-04-08 09:18:29 +02:00
2021-03-13 13:14:52 -05:00
2021-04-06 16:33:19 +12:00
2021-02-24 16:51:48 -05:00
2021-02-18 11:56:26 +01:00
2020-10-23 09:16:01 -04:00
2021-02-21 06:08:00 +01:00
2020-12-13 16:51:08 -07:00
2021-03-05 10:25:43 +05:30
2021-03-19 10:36:06 -04:00
2021-01-15 14:36:12 -05:00
2020-12-04 16:09:06 -05:00
2020-12-13 16:51:09 -07:00
2021-02-02 15:33:42 -05:00
2021-02-02 15:33:42 -05:00
2021-01-25 21:52:00 +00:00
2021-01-25 21:52:00 +00:00
2021-02-02 15:33:42 -05:00
2021-01-31 14:08:56 +01:00
2020-11-05 09:11:31 -07:00
2021-01-27 17:03:16 -05:00
2020-12-13 16:51:08 -07:00
2021-01-27 17:03:16 -05:00
2021-02-02 15:33:42 -05:00
2020-12-04 19:48:29 -05:00
2021-02-22 11:07:57 +01:00
2021-02-02 15:33:42 -05:00
2021-03-27 13:59:37 +13:00
2021-03-07 17:37:13 +01:00
2020-12-04 16:10:01 -05:00
2021-01-12 10:58:04 +05:30
2021-01-12 10:58:04 +05:30
2021-03-27 15:04:31 +13:00
2021-02-02 15:33:42 -05:00
2020-12-26 12:37:28 +01:00
2021-01-20 08:09:34 +01:00
2021-02-21 06:08:00 +01:00
2020-10-29 14:42:17 -06:00
2021-01-15 14:38:00 -05:00
2021-03-02 14:03:02 -05:00
2021-02-02 15:33:42 -05:00
2021-04-10 16:08:39 +02:00
2021-01-30 14:25:42 -07:00
2021-01-31 14:08:56 +01:00
2020-10-22 09:54:54 -04:00
2021-02-02 15:33:42 -05:00
2021-03-26 17:03:08 +13:00
2020-12-09 10:57:50 +01:00
2021-01-15 17:48:36 +08:00
2021-01-30 14:25:41 -07:00
2021-03-25 20:19:19 +01:00
2021-01-13 02:38:01 +01:00
2021-03-25 20:19:19 +01:00
2021-03-25 20:54:12 +01:00
2020-12-03 21:22:40 +01:00
2021-01-20 08:17:17 +01:00
2021-01-13 02:38:01 +01:00
2021-02-08 08:52:50 +01:00
2021-02-08 08:52:50 +01:00
2020-10-30 10:54:38 -04:00
2021-02-21 06:08:00 +01:00
2021-02-02 15:33:42 -05:00
2021-02-26 15:30:55 +01:00
2021-01-23 07:56:53 +01:00
2021-02-18 11:56:25 +01:00
2021-04-06 08:55:53 +02:00
2020-12-13 16:51:09 -07:00
2021-04-08 23:44:40 +02:00
2021-04-06 18:36:04 +08:00
2021-03-23 15:27:08 +05:30
2021-02-02 15:33:42 -05:00
2021-04-08 20:29:52 +02:00
2021-02-10 10:00:51 +01:00
2020-10-30 10:56:11 -04:00
2021-03-26 17:03:08 +13:00
2021-02-02 15:33:42 -05:00
2021-03-29 18:00:21 -04:00
2021-02-15 10:16:45 -05:00
2021-02-02 15:33:42 -05:00
2021-02-16 11:16:08 -05:00
2021-02-02 15:33:42 -05:00
2021-03-22 19:23:28 +13:00
2021-04-06 16:33:19 +12:00
2021-03-27 15:04:31 +13:00
2021-01-15 14:36:12 -05:00
2021-02-02 15:33:42 -05:00
2020-11-29 05:18:37 +01:00
2021-02-19 15:10:41 +08:00
2020-10-28 11:48:32 -04:00
2020-10-28 11:48:55 -04:00
2021-04-08 08:50:52 +02:00
2021-02-16 11:48:20 -05:00
2021-02-02 15:33:42 -05:00
2021-01-05 12:24:40 -07:00
2021-04-06 16:33:19 +12:00
2020-12-13 16:51:09 -07:00
2021-02-21 06:08:00 +01:00
2021-01-16 14:49:09 -05:00
2021-02-26 15:30:55 +01:00
2020-12-18 20:32:21 -07:00
2021-02-10 10:00:51 +01:00
2021-02-16 11:48:20 -05:00
2021-02-18 11:56:25 +01:00
2021-01-15 14:36:11 -05:00
2021-04-10 16:07:12 +02:00
2021-02-02 15:33:42 -05:00
2020-12-13 16:51:09 -07:00
2020-12-13 16:51:08 -07:00
2021-03-27 15:04:31 +13:00
2021-03-13 13:14:52 -05:00
2021-02-02 15:33:42 -05:00
2021-02-04 20:37:57 +05:30
2020-12-04 16:09:06 -05:00
2020-12-31 14:41:31 +01:00
2021-03-27 13:59:37 +13:00
2021-02-02 15:33:42 -05:00
2021-03-27 15:04:31 +13:00
2021-04-06 16:33:19 +12:00
2021-01-05 16:20:26 -05:00
2021-03-12 09:57:31 -05:00
2020-11-19 09:45:49 -05:00
2021-02-16 11:16:07 -05:00
2020-10-22 09:54:53 -04:00
2020-12-09 10:57:50 +01:00
2021-01-11 23:19:33 +00:00
2020-12-13 16:51:09 -07:00
2021-03-27 16:26:48 +13:00
2021-03-02 14:03:02 -05:00
2021-02-02 15:33:42 -05:00
2021-01-31 14:08:56 +01:00
2020-10-22 09:54:53 -04:00
2021-04-06 16:33:19 +12:00
2021-03-02 15:53:37 -05:00
2021-03-02 15:53:37 -05:00
2021-03-02 15:53:37 -05:00
2021-03-02 15:53:37 -05:00
2021-02-02 15:33:42 -05:00
2021-02-21 06:08:00 +01:00
2021-02-21 06:08:00 +01:00
2021-02-02 15:33:42 -05:00
2020-12-13 16:51:09 -07:00
2021-01-31 14:08:56 +01:00
2021-01-27 17:03:16 -05:00
2020-12-13 16:51:09 -07:00
2021-02-22 20:06:43 +01:00
2021-01-27 17:03:16 -05:00
2021-01-05 12:24:41 -07:00
2021-01-15 14:36:12 -05:00
2020-10-29 08:55:43 +01:00