All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-30  8:41 ` Weiqing Kong
  0 siblings, 0 replies; 39+ messages in thread
From: Weiqing Kong @ 2016-05-30  8:41 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

Sorry for sending many times, because of company
permission settings, many people and groups can't
receive these patches before.

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.8.1.1.dirty

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

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

[-- 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] 39+ messages in thread
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-16  8:14 Weiqing Kong
  2016-05-16  8:14 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong
  0 siblings, 1 reply; 39+ 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] 39+ messages in thread
* [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm
@ 2016-05-04  6:53 Weiqing Kong
  2016-05-04  6:53 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong
  0 siblings, 1 reply; 39+ 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] 39+ messages in thread

end of thread, other threads:[~2016-06-08 12:06 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  8:41 [PATCH RESEND 0/3] Support Mediatek Soc MT2701 disp pwm Weiqing Kong
2016-05-30  8:41 ` Weiqing Kong
2016-05-30  8:41 ` Weiqing Kong
2016-05-30  8:41 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong
2016-05-30  8:41   ` Weiqing Kong
2016-05-30  8:41   ` Weiqing Kong
2016-06-02 22:45   ` Rob Herring
2016-06-02 22:45     ` Rob Herring
2016-06-03  6:45     ` weiqing kong
2016-06-03  6:45       ` weiqing kong
2016-06-03  6:45       ` weiqing kong
2016-06-03 15:03       ` Matthias Brugger
2016-06-03 15:03         ` Matthias Brugger
2016-06-08  6:48         ` weiqing kong
2016-06-08  6:48           ` weiqing kong
2016-06-08  6:48           ` weiqing kong
2016-05-30  8:41 ` [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support Weiqing Kong
2016-05-30  8:41   ` Weiqing Kong
2016-05-30  8:41   ` Weiqing Kong
2016-06-03 15:35   ` Matthias Brugger
2016-06-03 15:35     ` Matthias Brugger
     [not found]     ` <5751A3DD.7020402-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-08  7:21       ` weiqing kong
2016-06-08  7:21         ` weiqing kong
2016-06-08  7:21         ` weiqing kong
2016-06-08 11:22         ` Matthias Brugger
2016-06-08 11:22           ` Matthias Brugger
2016-06-08 11:22           ` Matthias Brugger
2016-06-08 12:05           ` weiqing kong
2016-06-08 12:05             ` weiqing kong
2016-06-08 12:05             ` weiqing kong
2016-05-30  8:41 ` [PATCH 3/3] dts: Add disp bls dsti and dts config for MT2701 Weiqing Kong
2016-05-30  8:41   ` Weiqing Kong
2016-05-30  8:41   ` 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-23 11:23 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong
2016-05-23 11:23   ` Weiqing Kong
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   ` weiqing.kong
2016-05-16  8:14 [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm Weiqing Kong
2016-05-16  8:14 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong
2016-05-04  6:53 [PATCH 0/3] Support Mediatek Soc MT2701 disp pwm Weiqing Kong
2016-05-04  6:53 ` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong

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.