This patch series add the use of display PWM driver and documentation for Mediatek SoCs. The driver is used to support the backlight of the panel. This is based on v4.1-rc1.
YH Huang (2): dt-bindings: pwm: add Mediatek display PWM bindings pwm: add Mediatek display PWM driver support .../devicetree/bindings/pwm/pwm-disp-mediatek.txt | 25 +++ drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-disp-mediatek.c | 225 +++++++++++++++++++++ 4 files changed, 260 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-disp-mediatek.txt create mode 100644 drivers/pwm/pwm-disp-mediatek.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/