From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 330F7C4CECD for ; Tue, 17 Sep 2019 21:53:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0462821852 for ; Tue, 17 Sep 2019 21:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727016AbfIQVxP (ORCPT ); Tue, 17 Sep 2019 17:53:15 -0400 Received: from muru.com ([72.249.23.125]:33556 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726902AbfIQVxP (ORCPT ); Tue, 17 Sep 2019 17:53:15 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 8D38380F6; Tue, 17 Sep 2019 21:53:46 +0000 (UTC) From: Tony Lindgren To: Sebastian Reichel Cc: linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, Merlijn Wajer , Pavel Machek Subject: [PATCH 0/3] cpcap charger and battery changes to deal with dropped voltage Date: Tue, 17 Sep 2019 14:52:50 -0700 Message-Id: <20190917215253.17880-1-tony@atomide.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi, With lowered charge voltage fixes in set "[PATCH 0/3] cpcap charger and battery fixes", the first two patches deal with the lower voltage using POWER_SUPPLY_PROP_CONSTANT_CHARGE_VOLTAGE and make it configurable. The third patch makes charging work for higher rates by lowering the charge current basedon chrgcurr1 interrupts. As far as I'm concerned, all these can easily wait for v5.5 merge window. Regards, Tony Tony Lindgren (3): power: supply: cpcap-battery: Fix handling of lowered charger voltage power: supply: cpcap-charger: Allow changing constant charge voltage power: supply: cpcap-charger: Adjust current based on charger interrupts drivers/power/supply/cpcap-battery.c | 86 +++++++++++- drivers/power/supply/cpcap-charger.c | 188 ++++++++++++++++++++++++--- 2 files changed, 250 insertions(+), 24 deletions(-) -- 2.23.0