All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ZTE ZX PWM device driver support
@ 2017-06-29  2:54 ` Shawn Guo
  0 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2017-06-29  2:54 UTC (permalink / raw)
  To: Thierry Reding, Rob Herring
  Cc: Baoyou Xie, Xin Zhou, Jun Nie, linux-pwm-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Shawn Guo

From: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

The series adds the dt-bindings document and device driver for PWM
controller found on ZTE ZX family SoCs.

Shawn Guo (2):
  dt-bindings: pwm: add bindings doc for ZTE ZX PWM controller
  pwm: add ZTE ZX PWM device driver

 Documentation/devicetree/bindings/pwm/pwm-zx.txt |  22 ++
 drivers/pwm/Kconfig                              |   9 +
 drivers/pwm/Makefile                             |   1 +
 drivers/pwm/pwm-zx.c                             | 244 +++++++++++++++++++++++
 4 files changed, 276 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-zx.txt
 create mode 100644 drivers/pwm/pwm-zx.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-07-27  8:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  2:54 [PATCH 0/2] Add ZTE ZX PWM device driver support Shawn Guo
2017-06-29  2:54 ` Shawn Guo
2017-06-29  2:54 ` [PATCH 1/2] dt-bindings: pwm: add bindings doc for ZTE ZX PWM controller Shawn Guo
2017-06-29  2:54   ` Shawn Guo
     [not found]   ` <1498704874-14599-2-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-06 14:57     ` Rob Herring
2017-07-06 14:57       ` Rob Herring
     [not found] ` <1498704874-14599-1-git-send-email-shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-29  2:54   ` [PATCH 2/2] pwm: add ZTE ZX PWM device driver Shawn Guo
2017-06-29  2:54     ` Shawn Guo
2017-07-25 11:53     ` Thierry Reding
2017-07-25 11:53       ` Thierry Reding
2017-07-27  8:26       ` Shawn Guo
2017-07-27  8:26         ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.