devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-23  6:23 weiqing.kong
  2016-05-23  6:23 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings weiqing.kong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: weiqing.kong @ 2016-05-23  6:23 UTC (permalink / raw)
  To: Thierry Reding, Mark Rutland, Matthias Brugger, weiqing.kong
  Cc: Rob Herring, Pawel Moll, Ian Campbell, Kumar Gala, Russell King,
	linux-pwm, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, srv_heupstream, Sascha Hauer, erin.lo, yingjoe.chen,
	eddie.huang, yh.huang, yt.shen

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

These series patches modify pwm-mtk-disp.c
and dts/dtsi config to support MT2701 disp pwm.

Weiqing Kong (3):
  dt-bindings: pwm: Add MediaTek display PWM bindings
  pwm: Add MediaTek MT2701 display PWM driver support
  dts: Add disp bls dsti and dts config for MT2701

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  5 +-
 arch/arm/boot/dts/mt2701-evb.dts                   | 29 +++++++
 arch/arm/boot/dts/mt2701.dtsi                      |  9 +++
 drivers/pwm/pwm-mtk-disp.c                         | 89 +++++++++++++++++-----
 4 files changed, 113 insertions(+), 19 deletions(-)

-- 
1.9.1

[-- Attachment #2: Type: text/html, Size: 1519 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-23 11:23 Weiqing Kong
  0 siblings, 0 replies; 7+ messages in thread
From: Weiqing Kong @ 2016-05-23 11:23 UTC (permalink / raw)
  To: Thierry Reding, Mark Rutland, Matthias Brugger, weiqing.kong
  Cc: Rob Herring, Pawel Moll, Ian Campbell, Kumar Gala, Russell King,
	linux-pwm, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, srv_heupstream, Sascha Hauer, erin.lo, yingjoe.chen,
	eddie.huang, yh.huang, yt.shen

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

These series patches modify pwm-mtk-disp.c
and dts/dtsi config to support MT2701 disp pwm.

Weiqing Kong (3):
  dt-bindings: pwm: Add MediaTek display PWM bindings
  pwm: Add MediaTek MT2701 display PWM driver support
  dts: Add disp bls dsti and dts config for MT2701

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  5 +-
 arch/arm/boot/dts/mt2701-evb.dts                   | 29 +++++++
 arch/arm/boot/dts/mt2701.dtsi                      |  9 +++
 drivers/pwm/pwm-mtk-disp.c                         | 89 +++++++++++++++++-----
 4 files changed, 113 insertions(+), 19 deletions(-)

-- 
1.9.1

[-- Attachment #2: Type: text/html, Size: 1519 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-16  8:14 Weiqing Kong
  0 siblings, 0 replies; 7+ messages in thread
From: Weiqing Kong @ 2016-05-16  8:14 UTC (permalink / raw)
  To: Thierry Reding, Mark Rutland, Matthias Brugger, weiqing.kong
  Cc: Rob Herring, Pawel Moll, Ian Campbell, Kumar Gala, Russell King,
	linux-pwm, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, srv_heupstream, Sascha Hauer, erin.lo, yingjoe.chen,
	yh.huang, yt.shen

These series patches modify pwm-mtk-disp.c
and dts/dtsi config to support MT2701 disp pwm.

Weiqing Kong (3):
  dt-bindings: pwm: Add MediaTek display PWM bindings
  pwm: Add MediaTek MT2701 display PWM driver support
  dts: Add disp bls dsti and dts config for MT2701

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  5 +-
 arch/arm/boot/dts/mt2701-evb.dts                   | 29 +++++++
 arch/arm/boot/dts/mt2701.dtsi                      |  9 +++
 drivers/pwm/pwm-mtk-disp.c                         | 89 +++++++++++++++++-----
 4 files changed, 113 insertions(+), 19 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-04  6:53 Weiqing Kong
  0 siblings, 0 replies; 7+ messages in thread
From: Weiqing Kong @ 2016-05-04  6:53 UTC (permalink / raw)
  To: Thierry Reding, Mark Rutland, Matthias Brugger, weiqing.kong
  Cc: Rob Herring, Pawel Moll, Ian Campbell, Kumar Gala, Russell King,
	linux-pwm, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, srv_heupstream, Sascha Hauer, erin.lo, yingjoe.chen,
	yh.huang

These series patches modify pwm-mtk-disp.c
and dts/dtsi config to support MT2701 disp pwm.

Weiqing Kong (3):
  dt-bindings: pwm: Add MediaTek display PWM bindings
  pwm: Add MediaTek MT2701 display PWM driver support
  dts: Add disp bls dsti and dts config for MT2701

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  5 +-
 arch/arm/boot/dts/mt2701-evb.dts                   | 29 +++++++
 arch/arm/boot/dts/mt2701.dtsi                      |  9 +++
 drivers/pwm/pwm-mtk-disp.c                         | 89 +++++++++++++++++-----
 4 files changed, 113 insertions(+), 19 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-05-23 11:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23  6:23 [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm weiqing.kong
2016-05-23  6:23 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings weiqing.kong
2016-05-23  6:23 ` [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support weiqing.kong
2016-05-23  6:23 ` [PATCH 3/3] dts: Add disp bls dsti and dts config for MT2701 weiqing.kong
  -- strict thread matches above, loose matches on Subject: below --
2016-05-23 11:23 [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm Weiqing Kong
2016-05-16  8:14 Weiqing Kong
2016-05-04  6:53 Weiqing Kong

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