public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Sinan Kaya <okaya@codeaurora.org>
Cc: linux-acpi@vger.kernel.org, timur@codeaurora.org,
	cov@codeaurora.org, jcm@redhat.com, agross@codeaurora.org,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2] acpi: implement Generic Event Device
Date: Thu, 21 Apr 2016 02:16:22 +0200	[thread overview]
Message-ID: <9220738.hpb0S9FjMY@vostro.rjw.lan> (raw)
In-Reply-To: <1454857231-21388-1-git-send-email-okaya@codeaurora.org>

On Sunday, February 07, 2016 10:00:31 AM Sinan Kaya wrote:
> Generic Event Device described in ACPI 6.1 allows platforms to handle
> platform interrupts in ACPI ASL statements. It borrows constructs like
> _EVT from GPIO events. All interrupts are listed in _CRS and the handler
> is written in _EVT method. Here is an example.
> 
> Device (GED0)
> {
> 
> 	Name (_HID, "ACPI0013")
> 	Name (_UID, 0)
> 	Name(_CRS, ResourceTemplate ()
> 	{
> 		Interrupt(ResourceConsumer, Edge, ActiveHigh, Shared, , , )
> 		 {123}
> 	})
> 
> 	Method (_EVT, 1) {
> 		if (Lequal(123, Arg0))
> 		{
> 		}
> 	}
> }
> 
> Wake capability has not been implemented yet.
> 
> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>

Applied, thanks!

      reply	other threads:[~2016-04-21  0:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-07 15:00 [PATCH V2] acpi: implement Generic Event Device Sinan Kaya
2016-04-21  0:16 ` Rafael J. Wysocki [this message]

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=9220738.hpb0S9FjMY@vostro.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=agross@codeaurora.org \
    --cc=cov@codeaurora.org \
    --cc=jcm@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=okaya@codeaurora.org \
    --cc=timur@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox