Message ID | 20220203171633.183828-1-linus.walleij@linaro.org |
---|---|
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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A73E8C433F5 for <linux-pm@archiver.kernel.org>; Thu, 3 Feb 2022 17:18:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352543AbiBCRSi (ORCPT <rfc822;linux-pm@archiver.kernel.org>); Thu, 3 Feb 2022 12:18:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352622AbiBCRSi (ORCPT <rfc822;linux-pm@vger.kernel.org>); Thu, 3 Feb 2022 12:18:38 -0500 Received: from mail-lj1-x231.google.com (mail-lj1-x231.google.com [IPv6:2a00:1450:4864:20::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12E32C061714 for <linux-pm@vger.kernel.org>; Thu, 3 Feb 2022 09:18:38 -0800 (PST) Received: by mail-lj1-x231.google.com with SMTP id c7so4829593ljr.13 for <linux-pm@vger.kernel.org>; Thu, 03 Feb 2022 09:18:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hRiJjtQ0xghFbImPbI4c+bn6fNY+q72vIJUH7J6LM24=; b=pTdDnfDjYQsd9znQ+8o+nfgV9llFQhD3jPwXcmsDYRhcwqVYYHdt5aq96X7AK7dWW7 dvDEDuiu0lGFvXLaiOBXt80pnAwVeNIZGuIkv+ErVS8rNJlmnM+c/GqEbpLD6W5jS2Bu VkTt7BmKyxyvcYJIrrx/0bFXWMJY1Yy2Vh1LAjxnGMFIMBEHwcFj/EcJ15GOmL8082QL lv7AYv9VSm1xSlFx/bai/8T/Fw5yNsN3S+MzAnyn/pTpLtn1tVnoXSm+7FPhLz2j6zsV SeyGm5fzVmkCOtRRcb1xEozbI3yjF0ORB84oztOrulSvQo2ZlfefTsN+WfQVr15QDcug 8Pew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hRiJjtQ0xghFbImPbI4c+bn6fNY+q72vIJUH7J6LM24=; b=U6Pc2p7hGmKK1oCO6QcT/ZuUKqiLNWE8sTZCIFohI9Cap7ytTBrZq/jATsSWrylCAC N8c5+MzG7Kt/jfNajCBa6GCxagA3z6dEfiHDaHCBscjGqUCdKCpbquY4wLMRevvdsGVZ qR6biEhtafpWhJo2vJe+bSsqxyXqxvShi+/Hbea3+XCUAtNalOzUULJTJba6J7WGea33 hOWbFYk57/z8LAIb0X/KX08ITXd3UOO0jJWEp0jS3i05OpLDASy3ziIuLTfR+9s6qwkn x2oit4jqEXiYP/JYa498/H+l+txpC5/I1YRHBr+DdAGuPbDsEPXmvYj41bsE0y1DDfX8 SlLg== X-Gm-Message-State: AOAM533L7lPQmwt0tW8znpTTV1sA7/jHB3oLnfSlfZgAH/DDUr0jx98x Cn0YnSxcRuRo6HmDTS7j6lD69g== X-Google-Smtp-Source: ABdhPJw41zGP2t/S4dSBHWv1QJBpv34gjOGuH8+Hk2179C3ImNzlOLTrWf47VoLUbOu/RM9vBEVWTQ== X-Received: by 2002:a2e:9d84:: with SMTP id c4mr22946472ljj.269.1643908716347; Thu, 03 Feb 2022 09:18:36 -0800 (PST) Received: from localhost.localdomain (c-fdcc225c.014-348-6c756e10.bbcust.telenor.se. [92.34.204.253]) by smtp.gmail.com with ESMTPSA id b13sm1640699lff.240.2022.02.03.09.18.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 09:18:36 -0800 (PST) From: Linus Walleij <linus.walleij@linaro.org> To: Sebastian Reichel <sre@kernel.org>, Marcus Cooper <codekipper@gmail.com> Cc: linux-pm@vger.kernel.org, Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>, Linus Walleij <linus.walleij@linaro.org> Subject: [PATCH 0/6] AB8500 charging, the final steps Date: Thu, 3 Feb 2022 18:16:27 +0100 Message-Id: <20220203171633.183828-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-pm.vger.kernel.org> X-Mailing-List: linux-pm@vger.kernel.org |
Series |
AB8500 charging, the final steps
|
expand
|