Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1440351

[PATCH V2 0/3] Support Mediatek Soc MT2701 disp pwm

From Weiqing Kong <weiqing.kong@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH V2 0/3] Support Mediatek Soc MT2701 disp pwm
Date 2016-07-11 10:30 +0200
Message-ID <rTELf-4vb-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Changes since v1:
- Change dtsi compatible string "mediatek,mt2701-disp-bls" into "mediatek,mt2701-disp-pwm"
- Change some macros into struct mtk_pwm_data

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

 .../devicetree/bindings/pwm/pwm-mtk-disp.txt       |  3 +-
 arch/arm/boot/dts/mt2701-evb.dts                   | 29 +++++++
 arch/arm/boot/dts/mt2701.dtsi                      |  9 ++
 drivers/pwm/pwm-mtk-disp.c                         | 99 +++++++++++++++++-----
 4 files changed, 120 insertions(+), 20 deletions(-)

-- 
1.8.1.1.dirty

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V2 0/3] Support Mediatek Soc MT2701 disp pwm Weiqing Kong <weiqing.kong@mediatek.com> - 2016-07-11 10:30 +0200
  [PATCH V2 2/3] pwm: Add MediaTek MT2701 display PWM driver support Weiqing Kong <weiqing.kong@mediatek.com> - 2016-07-11 10:30 +0200
  [PATCH V2 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings Weiqing Kong <weiqing.kong@mediatek.com> - 2016-07-11 10:30 +0200
    Re: [PATCH V2 1/3] dt-bindings: pwm: Add MediaTek display PWM  bindings Rob Herring <robh@kernel.org> - 2016-07-16 15:50 +0200
  [PATCH V2 3/3] dts: Add disp bls dtsi and dts config for MT2701 Weiqing Kong <weiqing.kong@mediatek.com> - 2016-07-11 10:30 +0200

csiph-web