From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753222AbdEUKij (ORCPT ); Sun, 21 May 2017 06:38:39 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.216]:20396 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752872AbdEUKie (ORCPT ); Sun, 21 May 2017 06:38:34 -0400 X-RZG-AUTH: :JGIXVUS7cutRB/49FwqZ7WcecEarQROEYabkiUo6mSAGQ+qKID80POKb5jk= X-RZG-CLASS-ID: mo00 From: "H. Nikolaus Schaller" To: NeilBrown , Rob Herring , Mark Rutland , Russell King , Sebastian Reichel , Marek Belisko , "H. Nikolaus Schaller" Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, letux-kernel@openphoenux.org, notasas@gmail.com, linux-omap@vger.kernel.org Subject: [PATCH v5 0/3] More fixes for twl4030 charger Date: Sun, 21 May 2017 12:38:15 +0200 Message-Id: X-Mailer: git-send-email 2.12.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes V5: * reworked max_current removal patch (comments by Sebastian Reichel) * resubmit missing madc connection for AC power detection * resubmit patch for irq allocation and -EPROBE_DEFER * rebased on 4.12-rc1 Changes V4: * resent commit (original one did contain material not upstream) 2017-04-14 21:29:39: 2017-04-14 20:26:00: Changes V3: * worked in comments by Sebsatian Reichel * clarifications of some commit messages * rebased on v4.11rc-6 It took a while (18 months) until we propose an updated patch for upstream... 2015-11-02 12:27:39: Changes V2: * worked in comments by Nishanth Menon * added another patch which solves a probing/boot stall problem (irq allocation vs. -EPROBE_DEFER) V1: 4.3-rc1 introduced a new charger driver for the twl4030. This patch set fixes some issues. While making twl4030 changes from 4.3 operable we have found some issues during testing on GTA04 and OpenPandora. H. Nikolaus Schaller (2): drivers:power:twl4030-charger: remove nonstandard max_current sysfs attribute drivers:power:twl4030-charger: add deferred probing for phy and iio Marek Belisko (1): ARM: dts: twl4030: Add missing madc reference for bci subnode .../ABI/testing/sysfs-class-power-twl4030 | 17 ---- arch/arm/boot/dts/twl4030.dtsi | 2 + drivers/power/supply/twl4030_charger.c | 100 +++++---------------- 3 files changed, 24 insertions(+), 95 deletions(-) -- 2.12.2