acrn-hypervisor/devicemodel/hw
fuyongjie 2387010fdd DM: virtio-gpio: fix falling or rising irq can't work
When UOS set failling irq type, gpio BE will only request GPIOEVENT_REQUEST_FAILLING_EDGE
event from native gpio driver which will cause the last_level value is always 0.
So last_level can't be used to check whether interrupt should be injected or not.
It is the same for rising irq type.

v2: refine commit message.

Tracked-On: #3010
Reviewed-by: Yuan Liu <yuan1.liu@intel.com>
Signed-off-by: fuyongjie <fuyongjie@neusoft.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-04-25 15:28:13 +08:00
..
pci DM: virtio-gpio: fix falling or rising irq can't work 2019-04-25 15:28:13 +08:00
platform dm: disable ACPI PM timer 2019-04-16 15:03:04 +08:00
block_if.c dm: safely use pthread_cond_broadcast() 2019-04-04 00:27:10 +08:00
uart_core.c dm: uart: use mevent_add only when it is a tty 2019-04-23 14:57:56 +08:00
usb_core.c DM USB: add usb_dev_path_cmp function for convenience 2018-12-14 19:40:44 +08:00