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


Groups > linux.kernel > #1182611

[PATCH v5 0/3] Add MediaTek display PWM driver

From YH Huang <yh.huang@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v5 0/3] Add MediaTek display PWM driver
Date 2015-07-13 11:10 +0200
Message-ID <pLHUl-3aG-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 v5:
1. Configure PWM output via pinctrl
2. Fix the parameter name in dtsi

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       |  29 +++
 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                         | 256 +++++++++++++++++++++
 6 files changed, 333 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 linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH v5 0/3] Add MediaTek display PWM driver YH Huang <yh.huang@mediatek.com> - 2015-07-13 11:10 +0200
  [PATCH v5 1/3] dt-bindings: pwm: add MediaTek display PWM bindings YH Huang <yh.huang@mediatek.com> - 2015-07-13 11:10 +0200
    Re: [PATCH v5 1/3] dt-bindings: pwm: add MediaTek display PWM bindings Daniel Kurtz <djkurtz@chromium.org> - 2015-07-13 12:30 +0200
  [PATCH v5 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support node YH Huang <yh.huang@mediatek.com> - 2015-07-13 11:10 +0200
  [PATCH v5 2/3] pwm: add MediaTek display PWM driver support YH Huang <yh.huang@mediatek.com> - 2015-07-13 11:10 +0200
    Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support Daniel Kurtz <djkurtz@chromium.org> - 2015-07-13 12:30 +0200
      Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support Daniel Kurtz <djkurtz@chromium.org> - 2015-07-16 17:30 +0200
        Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support YH Huang <yh.huang@mediatek.com> - 2015-07-16 18:50 +0200
          Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support Daniel Kurtz <djkurtz@chromium.org> - 2015-07-16 19:20 +0200
            Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support YH Huang <yh.huang@mediatek.com> - 2015-07-17 08:40 +0200
              Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support Daniel Kurtz <djkurtz@chromium.org> - 2015-07-17 09:10 +0200
                Re: [PATCH v5 2/3] pwm: add MediaTek display PWM driver support YH Huang <yh.huang@mediatek.com> - 2015-07-17 10:10 +0200

csiph-web