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 E0251ECE58C for ; Wed, 9 Oct 2019 21:01:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C10DE21BE5 for ; Wed, 9 Oct 2019 21:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731593AbfJIVBz (ORCPT ); Wed, 9 Oct 2019 17:01:55 -0400 Received: from muru.com ([72.249.23.125]:36454 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731103AbfJIVBz (ORCPT ); Wed, 9 Oct 2019 17:01:55 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6C1038140; Wed, 9 Oct 2019 21:02:28 +0000 (UTC) From: Tony Lindgren To: Sebastian Reichel Cc: linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, Merlijn Wajer , Pavel Machek Subject: [PATCHv2 0/2] cpcap charger and battery changes to deal with dropped voltage Date: Wed, 9 Oct 2019 14:01:39 -0700 Message-Id: <20191009210141.10037-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, Here are the changes for v5.5 merge window to optionally allow reconfiguring the charge voltage if folks want to do that. These depend on v5.3 + [PATCH] power: supply: cpcap-charger: Limit voltage to 4.2V for battery merged into v5.4-rc1 so we can keep the 4.2V fix usable for earlier kernels as needed. Regards, Tony Changes since v1: - Sent the 4.2V charger change separately as a fix Tony Lindgren (2): power: supply: cpcap-battery: Fix handling of lowered charger voltage power: supply: cpcap-charger: Allow changing constant charge voltage drivers/power/supply/cpcap-battery.c | 86 +++++++++++++++++++++++++--- drivers/power/supply/cpcap-charger.c | 83 +++++++++++++++++++++++++++ 2 files changed, 162 insertions(+), 7 deletions(-) -- 2.23.0