From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH RFC 03/27] PM / Domain: Add additional state specific param Date: Thu, 19 Nov 2015 13:33:41 -0800 Message-ID: <7hpoz5u11m.fsf@deeprootsystems.com> References: <1447799871-56374-1-git-send-email-lina.iyer@linaro.org> <1447799871-56374-4-git-send-email-lina.iyer@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:35642 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759261AbbKSVdo (ORCPT ); Thu, 19 Nov 2015 16:33:44 -0500 Received: by pacej9 with SMTP id ej9so92921847pac.2 for ; Thu, 19 Nov 2015 13:33:43 -0800 (PST) In-Reply-To: <1447799871-56374-4-git-send-email-lina.iyer@linaro.org> (Lina Iyer's message of "Tue, 17 Nov 2015 15:37:27 -0700") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Lina Iyer Cc: ulf.hansson@linaro.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, geert@linux-m68k.org, k.kozlowski@samsung.com, msivasub@codeaurora.org, agross@codeaurora.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, lorenzo.pieralisi@arm.com, ahaslam@baylibre.com, mtitinger@baylibre.com Lina Iyer writes: > Allow domain states to hold additional state related data in a u32 > value. This may be used by the platform driver. Should probably expand the changelog here to give some examples how how this might be used by the platform driver. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@kernel.org (Kevin Hilman) Date: Thu, 19 Nov 2015 13:33:41 -0800 Subject: [PATCH RFC 03/27] PM / Domain: Add additional state specific param In-Reply-To: <1447799871-56374-4-git-send-email-lina.iyer@linaro.org> (Lina Iyer's message of "Tue, 17 Nov 2015 15:37:27 -0700") References: <1447799871-56374-1-git-send-email-lina.iyer@linaro.org> <1447799871-56374-4-git-send-email-lina.iyer@linaro.org> Message-ID: <7hpoz5u11m.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Lina Iyer writes: > Allow domain states to hold additional state related data in a u32 > value. This may be used by the platform driver. Should probably expand the changelog here to give some examples how how this might be used by the platform driver. Kevin