From patchwork Sat Dec 14 15:27:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angus Ainslie X-Patchwork-Id: 1209734 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=akkea.ca header.i=@akkea.ca header.b="HoCPY7y+"; dkim=pass (1024-bit key) header.d=akkea.ca header.i=@akkea.ca header.b="HoCPY7y+"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47ZrzF6yVfz9sP6 for ; Sun, 15 Dec 2019 02:28:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726823AbfLNP2k (ORCPT ); Sat, 14 Dec 2019 10:28:40 -0500 Received: from node.akkea.ca ([192.155.83.177]:55490 "EHLO node.akkea.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726757AbfLNP2k (ORCPT ); Sat, 14 Dec 2019 10:28:40 -0500 Received: from localhost (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id 5497F4E2010; Sat, 14 Dec 2019 15:28:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1576337320; bh=CQuzbnLyQX4H9C6yC05Ru5Dq0cwzzP9jEVfkCkLEAGs=; h=From:To:Cc:Subject:Date; b=HoCPY7y+KGhPP6pWIjSo2hyP4H9TrEhcBuwcX5MBIlX35gAic4s3eLqoOBbV5CAdS 4mzpJVRTdmFe9TPPHA18AXwTUBytafVoIHV3a5PzGON/R2wpHcHlH8fj9Jm8VmfhfX NkyfPfsXQ6p7CJGwoNKUx+SoHMiX5z5NGpfZa4tg= X-Virus-Scanned: Debian amavisd-new at mail.akkea.ca Received: from node.akkea.ca ([127.0.0.1]) by localhost (mail.akkea.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qhppl_TQ_Ec5; Sat, 14 Dec 2019 15:28:40 +0000 (UTC) Received: from thinkpad-tablet.localdomain (S0106788a2041785e.gv.shawcable.net [70.66.86.75]) by node.akkea.ca (Postfix) with ESMTPSA id A71664E2003; Sat, 14 Dec 2019 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1576337320; bh=CQuzbnLyQX4H9C6yC05Ru5Dq0cwzzP9jEVfkCkLEAGs=; h=From:To:Cc:Subject:Date; b=HoCPY7y+KGhPP6pWIjSo2hyP4H9TrEhcBuwcX5MBIlX35gAic4s3eLqoOBbV5CAdS 4mzpJVRTdmFe9TPPHA18AXwTUBytafVoIHV3a5PzGON/R2wpHcHlH8fj9Jm8VmfhfX NkyfPfsXQ6p7CJGwoNKUx+SoHMiX5z5NGpfZa4tg= From: "Angus Ainslie (Purism)" To: krzk@kernel.org Cc: Sebastian Reichel , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@puri.sm, "Angus Ainslie (Purism)" Subject: [PATCH v2 0/2] Add MAX17055 fuel guage Date: Sat, 14 Dec 2019 07:27:53 -0800 Message-Id: <20191214152755.25138-1-angus@akkea.ca> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Extend the max17042_battery driver to include the MAX17055. Changes since v1: Change blacklist driver checks to whitelists. Angus Ainslie (Purism) (2): power: supply: max17042: add MAX17055 support device-tree: bindings: max17042_battery: add all of the compatible strings .../power/supply/max17042_battery.txt | 6 ++- drivers/power/supply/max17042_battery.c | 17 +++++-- include/linux/power/max17042_battery.h | 48 ++++++++++++++++++- 3 files changed, 66 insertions(+), 5 deletions(-) Reviewed-by: Krzysztof Kozlowski