Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755412AbbESNY4 (ORCPT ); Tue, 19 May 2015 09:24:56 -0400 Received: from mga14.intel.com ([192.55.52.115]:48042 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbbESNYx (ORCPT ); Tue, 19 May 2015 09:24:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,458,1427785200"; d="scan'208";a="697139941" From: Laurentiu Palcu To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Sebastian Reichel , Krzysztof Kozlowski , Dmitry Eremin-Solenikov , David Woodhouse Cc: Laurentiu Palcu , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH v2 0/2] Add support for BQ25890 charger chip Date: Tue, 19 May 2015 16:24:38 +0300 Message-Id: <1432041880-7373-1-git-send-email-laurentiu.palcu@intel.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1235 Lines: 36 Changes since v1: * add comment in DT bindings regarding default driver behavior when "ti,thermal-regulation-threshold" property is missing; * addressed all Krzysztof's comments, including addition of a reset check counter. Better to be safe than sorry :) Hi, This series adds support for BQ25890 USB charger chip. Information about the chip can be found here: http://www.ti.com/product/bq25890 Thanks, laurentiu Laurentiu Palcu (2): Documentation: devicetree: Add TI BQ25890 bindings power_supply: Add support for TI BQ25890 charger chip .../devicetree/bindings/power/bq25890.txt | 46 + drivers/power/Kconfig | 7 + drivers/power/Makefile | 1 + drivers/power/bq25890_charger.c | 999 +++++++++++++++++++++ 4 files changed, 1053 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq25890.txt create mode 100644 drivers/power/bq25890_charger.c -- 1.9.1 -- 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/