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

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 v6:
1. Enable clocks in the pwm_enable function
2. Remove suspend/resume code since pwm-backlight driver has done the same things
3. Revise some code to make it easier to read

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 node

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  42 ++++
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts        |  15 ++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  22 ++
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-mtk-disp.c                         | 232 +++++++++++++++++++++
 6 files changed, 322 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


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

end of thread, other threads:[~2015-08-18  2:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20  8:17 [PATCH v6 0/3] Add MediaTek display PWM driver YH Huang
2015-07-20  8:17 ` [PATCH v6 1/3] dt-bindings: pwm: add MediaTek display PWM bindings YH Huang
2015-07-24  8:40   ` Matthias Brugger
2015-07-24  9:00     ` Daniel Kurtz
2015-07-24 12:56       ` Matthias Brugger
2015-08-17 13:23   ` Thierry Reding
2015-08-18  2:23     ` YH Huang
2015-07-20  8:17 ` [PATCH v6 2/3] pwm: add MediaTek display PWM driver support YH Huang
2015-08-17 13:23   ` Thierry Reding
2015-08-18  2:47     ` YH Huang
2015-07-20  8:17 ` [PATCH v6 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support node YH Huang
2015-07-20 12:22   ` Daniel Kurtz
2015-07-24  8:42 ` [PATCH v6 0/3] Add MediaTek display PWM driver Matthias Brugger
2015-07-24  9:10   ` YH Huang
2015-07-29  3:01     ` YH Huang
2015-08-03  6:21     ` YH Huang
2015-08-11  3:38       ` Daniel Kurtz

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).