Kevin Kim
620bc954fc
pwm: gpio: Add a generic gpio based PWM driver
...
From: Olliver Schinagl <oliver@schinagl.nl >
This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers,
to allow nano-second resolution, though it obviously strongly depends on
the switching speed of the gpio pins, hrtimer and system load.
Each pwm node can have 1 or more "pwm-gpio" entries, which will be
treated as pwm's as part of a pwm chip.
Change-Id: Idd42bf6d79f8ce52275a15965b02af470f28da7c
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl >
2019-02-08 18:44:16 +09:00
..
2018-09-29 06:04:42 -07:00
2018-01-08 18:44:19 +08:00
2016-08-01 18:47:01 -04:00
2016-10-06 17:00:50 +02:00
2016-09-08 15:26:21 +02:00
2018-09-29 06:05:18 -07:00
2018-06-19 17:00:40 +08:00
2016-09-06 13:25:36 +09:00
2018-06-29 00:06:09 -07:00
2018-05-30 07:50:36 +02:00
2016-09-13 11:26:26 +09:00
2016-09-01 15:27:06 -07:00
2016-09-14 16:24:17 +02:00
2017-12-05 11:24:34 +01:00
2016-10-14 13:13:44 -07:00
2018-07-18 02:47:36 -07:00
2016-10-03 11:43:10 -04:00
2018-12-31 12:05:36 +09:00
2018-09-29 05:48:24 -07:00
2016-09-16 09:34:21 +01:00
2016-11-17 16:31:09 -08:00
2016-08-19 21:05:39 +02:00
2016-09-07 13:07:18 +05:30
2016-10-11 13:22:22 -07:00
2016-09-01 10:28:02 +02:00
2018-03-24 11:00:16 +01:00
2016-10-04 16:13:57 +02:00
2017-01-31 10:45:55 -08:00
2016-11-07 08:53:46 +01:00
2018-08-06 22:47:48 -07:00
2018-10-18 09:13:20 +02:00
2016-10-07 21:34:49 -07:00
2016-11-10 11:14:37 -06:00
2016-09-15 11:20:52 -07:00
2016-10-07 21:34:49 -07:00
2018-11-28 17:41:55 +09:00
2017-08-06 18:59:44 -07:00
2016-09-01 10:28:02 +02:00
2019-02-08 18:44:16 +09:00
2016-09-30 09:13:58 -07:00
2016-08-18 12:48:46 -07:00
2016-08-05 11:21:36 -07:00
2018-11-21 16:14:28 +09:00
2016-08-01 18:47:01 -04:00
2016-10-12 13:24:34 +02:00
2016-10-27 16:41:56 +02:00
2016-08-23 17:50:16 -04:00
2018-08-02 01:55:32 -07:00
2018-08-02 01:55:32 -07:00
2016-09-27 14:03:19 +08:00
2016-10-20 20:10:17 +02:00
2017-12-14 09:28:23 +01:00
2018-03-02 14:52:28 +08:00
2018-08-30 20:26:28 -07:00
2019-01-04 15:31:37 +09:00