From mboxrd@z Thu Jan 1 00:00:00 1970 From: YH Huang Subject: [PATCH v3 0/2] Add MediaTek display PWM driver Date: Mon, 29 Jun 2015 23:03:29 +0800 Message-ID: <1435590211-38854-1-git-send-email-yh.huang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-pwm-owner@vger.kernel.org To: Matthias Brugger , Mark Rutland , Thierry Reding Cc: Rob Herring , Pawel Moll , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srv_heupstream@mediatek.com, linux-mediatek@lists.infradead.org, Sascha Hauer , yingjoe.chen@mediatek.com List-Id: devicetree@vger.kernel.org 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. Change in v3: 1. Add suspend/resume function 2. Fix the formula for high_width calculation 3. Rewrite some code to make it easier to read 4. Add more information in the commit message