Message ID | 20210730095607.57541-1-hdegoede@redhat.com |
---|---|
Headers | show
Return-Path: <linux-pm-owner@kernel.org> 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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=ham 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 06AC9C4338F for <linux-pm@archiver.kernel.org>; Fri, 30 Jul 2021 09:56:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5E5E60EFF for <linux-pm@archiver.kernel.org>; Fri, 30 Jul 2021 09:56:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229989AbhG3J4S (ORCPT <rfc822;linux-pm@archiver.kernel.org>); Fri, 30 Jul 2021 05:56:18 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:46376 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238089AbhG3J4R (ORCPT <rfc822;linux-pm@vger.kernel.org>); Fri, 30 Jul 2021 05:56:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1627638972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bWx8rj44VbNcipGuIK16AMfmJkRCbPKIIW/qhqW1ibY=; b=dezkrf8+00IveJafuaB+9feoqxzfG1kZOE2af9gTnxbHQUMtUnZ/TFYPKckj6uO1SO/Vw8 iCFQ7cv4n6kU5UD1vWRZ8iktrtpnJQ/4hr8haG/Bx+VPmqtI9C1BkCbvHkr/D9Y/9ze//U ct10sRZ1Rjsfgs+r/TCHflOanYR9iBk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-222-N6SI-a1rOGyhfb3suyt93g-1; Fri, 30 Jul 2021 05:56:11 -0400 X-MC-Unique: N6SI-a1rOGyhfb3suyt93g-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 35B918799EF; Fri, 30 Jul 2021 09:56:10 +0000 (UTC) Received: from x1.localdomain (unknown [10.39.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 90DA4399; Fri, 30 Jul 2021 09:56:08 +0000 (UTC) From: Hans de Goede <hdegoede@redhat.com> To: Sebastian Reichel <sre@kernel.org> Cc: Hans de Goede <hdegoede@redhat.com>, Andrejus Basovas <cpp@gcc.lt>, linux-pm@vger.kernel.org Subject: [PATCH v2 00/10] power: supply: axp288_fuel_gauge: Reduce number of register accesses + cleanups Date: Fri, 30 Jul 2021 11:55:57 +0200 Message-Id: <20210730095607.57541-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: <linux-pm.vger.kernel.org> X-Mailing-List: linux-pm@vger.kernel.org |
Series |
power: supply: axp288_fuel_gauge: Reduce number of register accesses + cleanups
|
expand
|