Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758449AbaGOKJg (ORCPT ); Tue, 15 Jul 2014 06:09:36 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:51846 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758324AbaGOKJc (ORCPT ); Tue, 15 Jul 2014 06:09:32 -0400 From: Daniel Jeong To: Jingoo Han , Bryan Wu , Lee Jones , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Grant Likely , Rob Herring , Randy Dunlap Cc: Daniel Jeong , , , , , Daniel Jeong Subject: [RFC v5 0/2] backlight: add new tps611xx backlight driver Date: Tue, 15 Jul 2014 19:09:16 +0900 Message-Id: <1405418958-7596-1-git-send-email-gshark.jeong@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): [RFC v5 1/2] backlight: add new tps611xx backlight driver [RFC v5 2/2] backlight: device tree: add new tps611xx backlight binding .../video/backlight/tps611xx-backlight.txt | 26 ++ drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/tps611xx_bl.c | 479 ++++++++++++++++++++ include/linux/platform_data/tps611xx_bl.h | 31 ++ 5 files changed, 544 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt create mode 100644 drivers/video/backlight/tps611xx_bl.c create mode 100644 include/linux/platform_data/tps611xx_bl.h -- 1.7.9.5 -- 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/