All of lore.kernel.org
 help / color / mirror / Atom feed
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/5] firmware: arm_scpi: Extend to support sensors
Date: Fri, 2 Oct 2015 17:36:03 +0100	[thread overview]
Message-ID: <560EB273.7000804@arm.com> (raw)
In-Reply-To: <1442335861-7282-3-git-send-email-punit.agrawal@arm.com>



On 15/09/15 17:50, Punit Agrawal wrote:
> ARM System Control Processor (SCP) provides an API to query and use
> the sensors available in the system. Extend the SCPI driver to support
>   sensor messages.
>
> Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
To: Punit Agrawal <punit.agrawal-5wv7dgnIgG8@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Mark Rutland <Mark.Rutland-5wv7dgnIgG8@public.gmane.org>,
	"robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
	<robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
	<edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Liviu Dudau <Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>,
	"linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org"
	<linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
Subject: Re: [PATCH v4 2/5] firmware: arm_scpi: Extend to support sensors
Date: Fri, 2 Oct 2015 17:36:03 +0100	[thread overview]
Message-ID: <560EB273.7000804@arm.com> (raw)
In-Reply-To: <1442335861-7282-3-git-send-email-punit.agrawal-5wv7dgnIgG8@public.gmane.org>



On 15/09/15 17:50, Punit Agrawal wrote:
> ARM System Control Processor (SCP) provides an API to query and use
> the sensors available in the system. Extend the SCPI driver to support
>   sensor messages.
>
> Signed-off-by: Punit Agrawal <punit.agrawal-5wv7dgnIgG8@public.gmane.org>
> Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>

Acked-by: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: Punit Agrawal <punit.agrawal@arm.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Mark Rutland <Mark.Rutland@arm.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"edubezval@gmail.com" <edubezval@gmail.com>,
	Liviu Dudau <Liviu.Dudau@arm.com>,
	"linux@roeck-us.net" <linux@roeck-us.net>
Subject: Re: [PATCH v4 2/5] firmware: arm_scpi: Extend to support sensors
Date: Fri, 2 Oct 2015 17:36:03 +0100	[thread overview]
Message-ID: <560EB273.7000804@arm.com> (raw)
In-Reply-To: <1442335861-7282-3-git-send-email-punit.agrawal@arm.com>



On 15/09/15 17:50, Punit Agrawal wrote:
> ARM System Control Processor (SCP) provides an API to query and use
> the sensors available in the system. Extend the SCPI driver to support
>   sensor messages.
>
> Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

  reply	other threads:[~2015-10-02 16:36 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 16:50 [PATCH v4 0/5] SCPI sensors support Punit Agrawal
2015-09-15 16:50 ` Punit Agrawal
2015-09-15 16:50 ` [PATCH v4 1/5] Documentation: add DT bindings for ARM SCPI sensors Punit Agrawal
2015-09-15 16:50   ` Punit Agrawal
2015-09-22 14:31   ` Punit Agrawal
2015-09-22 14:31     ` Punit Agrawal
2015-09-29 15:11     ` Punit Agrawal
2015-09-29 15:11       ` Punit Agrawal
2015-09-29 15:11       ` Punit Agrawal
2015-09-29 18:20   ` Rob Herring
2015-09-29 18:20     ` Rob Herring
2015-09-29 18:20     ` Rob Herring
2015-09-30  8:57     ` Punit Agrawal
2015-09-30  8:57       ` Punit Agrawal
2015-09-30  8:57       ` Punit Agrawal
2015-09-15 16:50 ` [PATCH v4 2/5] firmware: arm_scpi: Extend to support sensors Punit Agrawal
2015-09-15 16:50   ` Punit Agrawal
2015-10-02 16:36   ` Sudeep Holla [this message]
2015-10-02 16:36     ` Sudeep Holla
2015-10-02 16:36     ` Sudeep Holla
2015-10-05 12:48     ` Punit Agrawal
2015-10-05 12:48       ` Punit Agrawal
2015-10-05 12:48       ` Punit Agrawal
2015-09-15 16:50 ` [PATCH v4 3/5] hwmon: Support sensors exported via ARM SCP interface Punit Agrawal
2015-09-15 16:50   ` Punit Agrawal
2015-09-15 16:51 ` [PATCH v4 4/5] hwmon: Support thermal zones registration for SCP temperature sensors Punit Agrawal
2015-09-15 16:51   ` Punit Agrawal
2015-09-15 16:51   ` Punit Agrawal
2015-09-15 16:51 ` [PATCH v4 5/5] arm64: dts: Add sensor node to Juno dt Punit Agrawal
2015-09-15 16:51   ` Punit Agrawal
2015-09-24 16:36   ` Liviu Dudau
2015-09-24 16:36     ` Liviu Dudau
2015-09-24 16:36     ` Liviu Dudau
2015-09-25 14:37     ` Punit Agrawal
2015-09-25 14:37       ` Punit Agrawal
2015-09-25 14:37       ` Punit Agrawal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560EB273.7000804@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.