From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751627Ab3LABAU (ORCPT ); Sat, 30 Nov 2013 20:00:20 -0500 Received: from ring0.de ([91.143.88.219]:38266 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366Ab3LABAR (ORCPT ); Sat, 30 Nov 2013 20:00:17 -0500 X-Spam-Report: * -0.0 NO_RELAYS Informational: message was not relayed via SMTP * -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% * [score: 0.0000] * -0.0 NO_RECEIVED Informational: message has no Received headers From: Sebastian Reichel To: Sebastian Reichel , Tony Lindgren , Anton Vorontsov Cc: David Woodhouse , Grant Likely , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCHv2 0/2] DT support for isp1704-charger Date: Sun, 1 Dec 2013 02:00:09 +0100 Message-Id: <1385859611-26532-1-git-send-email-sre@debian.org> X-Mailer: git-send-email 1.8.4.3 In-Reply-To: <20131114175227.GH10317@atomide.com> References: <20131114175227.GH10317@atomide.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is the second iteration of the isp1704 DT patches. Changes since v1: * reword the binding documentation slightly according to the suggestions of Mark Rutland * keep supporting the set_power callback and leave the board code in its current state. This solves potential merge problems. The additional code can be removed in the next merge window. -- Sebastian Sebastian Reichel (2): isp1704_charger: Add DT support dt: binding documentation for isp1704 charger .../devicetree/bindings/power/isp1704.txt | 17 +++++++ drivers/power/isp1704_charger.c | 55 ++++++++++++++++++++-- include/linux/power/isp1704_charger.h | 1 + 3 files changed, 69 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/isp1704.txt -- 1.8.4.3