Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1995696pxa; Mon, 3 Aug 2020 04:57:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwDwTFh9SgOOf+vP6wD6TPjSrbAojMZ4HoURP5AX2rdm53oS+CTAMLzl0LOWXfBdHXmtbCh X-Received: by 2002:a05:6402:785:: with SMTP id d5mr15688699edy.370.1596455857146; Mon, 03 Aug 2020 04:57:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596455857; cv=none; d=google.com; s=arc-20160816; b=xXrISE8WZxxcwgjqhpSbgPlfbFBBfqvjLHemz87/fgPxY8E5gy6DZr08XJRyeDZsfO KH9+tgEiDLVQ9n7u9OsDZnRwAu9vQnUdh/CnqMuSoo4vLIQzT427trmQ1CUkC472JJEs fi4z1ZKGAy6oq1oA2Tcl5jMWhwLCj1osZB+BSFtIWqTuBZkwPB8sK/345atuR1q50pwe ezU65lzpYeTX3zykZ2vEkz45gfOy/T4Rw26lWBybX9TLBKmYY3gQ89u1lZ0KKpoIPjOp mcmDa2E3qjlIkts3U94ZCDXuT+QcvskJcQmm9chaYe2p/xvw8mzu6cqM7WLeCSing3m2 XgXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=JfIA3Ue2hN8vi8GQ1U08gsiaX0bD1+lhoGx1kq/4yoY=; b=j64fLD3mPhPmP1y2xhf7xRv32nG2zAwyaeHXpXfYIfsda3AE70eeTxkgunf/r1HNuB sOohX6hwRr1YEhuKADTtgHeU6dXBVmc1jrVigvKTq0xBlP0MQ8KYubTQ5VRAkW62hVBt 06mJ0dVbCOP1pjCF+aDyqJIkrqw6DygM5j3e8FCgZDGJt7GiYwZu8tIWEdDGhls3Lm7f 5HE6QcNIkvvL+FEkamDSgopsBtRGml5IJNNpF0tvFCkYX1RepaZWl7oREPyKqg7/VY15 oZKwYq6xUxfHW9434qieNtMvgnHPMsXvssUyr4plk6pBhQej2X6kWCHh89mQIwKz5+0k gzTw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ySAidrBq; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bs1si11579526edb.76.2020.08.03.04.57.14; Mon, 03 Aug 2020 04:57:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ySAidrBq; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726276AbgHCL5C (ORCPT + 99 others); Mon, 3 Aug 2020 07:57:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:35562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbgHCL5B (ORCPT ); Mon, 3 Aug 2020 07:57:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D09522076C; Mon, 3 Aug 2020 11:56:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596455820; bh=1B32VBXkTOu6ya5xaGuX3/aemtBhFCxYL4uyodnisPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ySAidrBqFvVbFJBiyKk5eKRAVNEPQTe1b/IakySXRyswxtAk+Rb0NnSrrwhcl5NyP 6V6d/ViKOFYR+8cpXtDtVFD1TrgrQYhV45Xfq5uDIpa2QpodQbFboeVl7R+clRcRzV cV0nkP+1OGKBRp7hZM2gmAG+kQwbZquZHKdOQSlA= Date: Mon, 3 Aug 2020 13:56:44 +0200 From: Greg KH To: Sebastian Reichel Cc: Pavel Machek , Qiwu Huang , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, jiangfei1@xiaomi.com, Qiwu Huang Subject: Re: [PATCH v4 1/4] power: supply: core: add quick charge type property Message-ID: <20200803115644.GC955269@kroah.com> References: <20200802120015.GA1289@bug> <20200802123742.GA257810@kroah.com> <20200802142825.GA20261@amd> <20200802165738.GA293244@kroah.com> <20200803114950.oyb3gzyiccybah3u@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200803114950.oyb3gzyiccybah3u@earth.universe> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 03, 2020 at 01:49:50PM +0200, Sebastian Reichel wrote: > More importantely I prefer not to merge new APIs without any users > (i.e. a driver making use of those values). Having a reference > driver means, that there is an example how to use the values > correctly and proves it is actually needed upstream. Right now > this looks like "let's modify the upstream kernel, so that we can > easily maintain our out of tree driver". Agreed. Qiwu, can you also submit your driver so we can see these values be used? thanks, greg k-h