All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Nikolaus Schaller" <hns@goldelico.com>
To: NeilBrown <neil@brown.name>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	Sebastian Reichel <sre@kernel.org>,
	Marek Belisko <marek@goldelico.com>,
	Nikolaus Schaller <hns@goldelico.com>
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: Re: [PATCH v5 0/3] More fixes for twl4030 charger
Date: Sat, 3 Jun 2017 08:01:13 +0200	[thread overview]
Message-ID: <421EB4BB-9E42-413B-8FB8-2B865FC25D15@goldelico.com> (raw)
In-Reply-To: <cover.1495363097.git.hns@goldelico.com>

No comments for this series? Everything fine? Has it been merged somewhere?

> Am 21.05.2017 um 12:38 schrieb H. Nikolaus Schaller <hns@goldelico.com>:
> 
> 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 <nm@ti.com>
> * 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
> 

      parent reply	other threads:[~2017-06-03  6:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-21 10:38 [PATCH v5 0/3] More fixes for twl4030 charger H. Nikolaus Schaller
2017-05-21 10:38 ` H. Nikolaus Schaller
2017-05-21 10:38 ` [PATCH v5 1/3] drivers:power:twl4030-charger: remove nonstandard max_current sysfs attribute H. Nikolaus Schaller
2017-06-07 20:23   ` Sebastian Reichel
2017-05-21 10:38 ` [PATCH v5 2/3] ARM: dts: twl4030: Add missing madc reference for bci subnode H. Nikolaus Schaller
2017-06-06  7:23   ` Tony Lindgren
2017-06-07  9:50     ` H. Nikolaus Schaller
2017-05-21 10:38 ` [PATCH v5 3/3] drivers:power:twl4030-charger: add deferred probing for phy and iio H. Nikolaus Schaller
2017-05-21 10:38   ` H. Nikolaus Schaller
2017-06-07 20:44   ` Sebastian Reichel
2017-06-07 20:44     ` Sebastian Reichel
2017-06-09  6:05     ` H. Nikolaus Schaller
2017-06-09  6:05       ` H. Nikolaus Schaller
2017-06-09 16:25       ` Grygorii Strashko
2017-06-09 16:25         ` Grygorii Strashko
2017-06-10  4:59         ` H. Nikolaus Schaller
2017-06-12 16:24           ` Grygorii Strashko
2017-06-12 16:24             ` Grygorii Strashko
2017-06-12 17:02             ` H. Nikolaus Schaller
2017-06-12 18:42               ` Grygorii Strashko
2017-06-12 18:42                 ` Grygorii Strashko
2017-06-12 20:38                 ` H. Nikolaus Schaller
2017-06-12 20:38                   ` H. Nikolaus Schaller
2017-06-03  6:01 ` H. Nikolaus Schaller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=421EB4BB-9E42-413B-8FB8-2B865FC25D15@goldelico.com \
    --to=hns@goldelico.com \
    --cc=devicetree@vger.kernel.org \
    --cc=letux-kernel@openphoenux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marek@goldelico.com \
    --cc=mark.rutland@arm.com \
    --cc=neil@brown.name \
    --cc=notasas@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sre@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.