devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add MediaTek display PWM driver
@ 2015-07-06 13:29 YH Huang
  2015-07-06 13:29 ` [PATCH v4 1/3] dt-bindings: pwm: add MediaTek display PWM bindings YH Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: YH Huang @ 2015-07-06 13:29 UTC (permalink / raw)
  To: Matthias Brugger, Mark Rutland, Thierry Reding
  Cc: Rob Herring, Pawel Moll, linux-pwm-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Sascha Hauer,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w

This patch series add the use of display PWM driver, documentation 
and device tree for Mediatek SoCs. The driver is used to support 
the backlight of the panel. This is based on v4.2-rc1.

The clock definitions (CLK_MM_DISP_PWM*) are added by James Liao's patch: 
clk: mediatek: Add subsystem clocks of MT8173

Change in v4:
1. Codebase is on v4.2-rc1
2. Add the PWM node in dtsi 
3. Change the dependency in Kconfig
4. Rewrite some code for readability 

YH Huang (3):
  dt-bindings: pwm: add MediaTek display PWM bindings
  pwm: add MediaTek display PWM driver support
  arm64: dts: mt8173: add MT8173 display PWM driver support dtsi

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  24 ++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  22 ++
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-mtk-disp.c                         | 256 +++++++++++++++++++++
 5 files changed, 313 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
 create mode 100644 drivers/pwm/pwm-mtk-disp.c

--
1.8.1.1.dirty

--
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] 10+ messages in thread

end of thread, other threads:[~2015-07-09  6:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 13:29 [PATCH v4 0/3] Add MediaTek display PWM driver YH Huang
2015-07-06 13:29 ` [PATCH v4 1/3] dt-bindings: pwm: add MediaTek display PWM bindings YH Huang
2015-07-08 12:11   ` Daniel Kurtz
2015-07-09  2:45     ` YH Huang
2015-07-09  4:47       ` Daniel Kurtz
2015-07-09  6:36         ` YH Huang
     [not found] ` <1436189368-1826-1-git-send-email-yh.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-06 13:29   ` [PATCH v4 2/3] pwm: add MediaTek display PWM driver support YH Huang
2015-07-06 13:29 ` [PATCH v4 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support dtsi YH Huang
2015-07-06 13:38   ` Daniel Kurtz
2015-07-06 14:12     ` YH Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).