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,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 19A3DC33C99 for ; Sun, 5 Jan 2020 10:11:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EEF4521582 for ; Sun, 5 Jan 2020 10:11:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726402AbgAEKL2 (ORCPT ); Sun, 5 Jan 2020 05:11:28 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:36487 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbgAEKL1 (ORCPT ); Sun, 5 Jan 2020 05:11:27 -0500 Received: by mail-ed1-f67.google.com with SMTP id j17so45118016edp.3; Sun, 05 Jan 2020 02:11:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Jakc6IlwlayQOeKt2bbb+dd0QSNKcCkC9SxZmPzphJw=; b=LynCb2m/dN3m+BqmBHvTQO5IabBs1EJVkmviwge6oiJlzHTVrrH27NnMp+3co8On3u AWmyrhKBiU3oh+P3VameBjgtLO8wdQcn+/Jduun+jYR+34b8wRc7jMDgfGPcCU1aiT+K ubKl56AJskw0dAEDieO1rlkZM7lIvlDUlpge6czuLIsanz5olxvTWCQwaEosv6a9WbQ1 JxezTr5SG4I7LxjEHXZfLEbFmR2cNGJ3jPEdHtg4/Er+3j0yxh52oWGxRaWMo9lxzxmV +eyNu37Fc0LL7AkOmOnTo3yLQinhhyo5b5IcmRB8VPaCTHgPyVSLxindyAp9MQ437BUT a+VA== X-Gm-Message-State: APjAAAWzYrmvV2WESv/2orMBCdIOgs849kuQTq2MPD5aImVHQXk9mlFL mRUF7HyANnZBo5Qmcpaci9COKuDeBzo= X-Google-Smtp-Source: APXvYqwup7bq6ROKfzqbYKA31bYgoXlUEmOVAmoxuPmeZmsdtMEW6zrz/blPEckkvMBIfQ730/WHMA== X-Received: by 2002:a17:906:12cf:: with SMTP id l15mr103186080ejb.264.1578219085055; Sun, 05 Jan 2020 02:11:25 -0800 (PST) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com. [209.85.221.46]) by smtp.gmail.com with ESMTPSA id qw15sm8141621ejb.92.2020.01.05.02.11.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 05 Jan 2020 02:11:24 -0800 (PST) Received: by mail-wr1-f46.google.com with SMTP id q6so46364420wro.9; Sun, 05 Jan 2020 02:11:24 -0800 (PST) X-Received: by 2002:adf:81e3:: with SMTP id 90mr96445557wra.23.1578219083951; Sun, 05 Jan 2020 02:11:23 -0800 (PST) MIME-Version: 1.0 References: <20200105012416.23296-1-samuel@sholland.org> <20200105012416.23296-4-samuel@sholland.org> In-Reply-To: <20200105012416.23296-4-samuel@sholland.org> From: Chen-Yu Tsai Date: Sun, 5 Jan 2020 18:11:11 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v2 3/9] power: supply: axp20x_ac_power: Allow offlining To: Samuel Holland Cc: Sebastian Reichel , Lee Jones , Hans de Goede , Oskari Lemmela , "open list:THERMAL" , linux-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 5, 2020 at 9:24 AM Samuel Holland wrote: > > AXP803/AXP813 have a flag that enables/disables the AC power supply > input. Allow control of this flag via the ONLINE property on those > variants. > > Signed-off-by: Samuel Holland Reviewed-by: Chen-Yu Tsai