From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752729AbbDBGHE (ORCPT ); Thu, 2 Apr 2015 02:07:04 -0400 Received: from mga03.intel.com ([134.134.136.65]:6520 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541AbbDBGHB (ORCPT ); Thu, 2 Apr 2015 02:07:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,509,1422950400"; d="scan'208";a="674173968" From: Ramakrishna Pallala To: linux-kernel@vger.kernel.org, MyungJoo Ham , Chanwoo Choi , Lee Jones , Samuel Ortiz , Carlo Caione Cc: Jacob Pan , Pallala Ramakrishna Subject: [PATCH v1 0/2] Add extcon support for AXP288 PMIC Date: Thu, 2 Apr 2015 19:45:29 +0530 Message-Id: <1427984131-22899-1-git-send-email-ramakrishna.pallala@intel.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 patch series adds the support for axp288 extcon driver and also adds the cell info for extcon device in axp20x mfd driver. Ramakrishna Pallala (2): mfd/axp20x: add support for extcon cell extcon-axp288: Add axp288 extcon driver support drivers/extcon/Kconfig | 7 + drivers/extcon/Makefile | 1 + drivers/extcon/extcon-axp288.c | 479 ++++++++++++++++++++++++++++++++++++++++ drivers/mfd/axp20x.c | 28 +++ include/linux/mfd/axp20x.h | 5 + 5 files changed, 520 insertions(+) create mode 100644 drivers/extcon/extcon-axp288.c -- 1.7.9.5