lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 21 Apr 2016 02:16:22 +0200
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Sinan Kaya <okaya@...eaurora.org>
Cc:	linux-acpi@...r.kernel.org, timur@...eaurora.org,
	cov@...eaurora.org, jcm@...hat.com, agross@...eaurora.org,
	linux-arm-msm@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] acpi: implement Generic Event Device

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@...eaurora.org>

Applied, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ