Files
ubports_kernel_google_msm/drivers/gpio
Taniya Das 679a14d229 gpio: msm-common: Fix irq_set_type for dual edge trigger
msm_gpio_update_dual_edge_pos() function will set correct
trigger type based on the current gpio level in case that
the interrupt type is both edge trigger type (IRQF_TRIGGER_RISING
|IRQF_TRIGGER_FALLING). Later again we set the msm_gpio_irq_extn
set_type with mpm to set it as IRQF_TRIGGER_RISING.

Avoid configuring the type with mpm if it is dual edge trigger.

CRs-Fixed: 421325
Change-Id: I049362e7f7eacdeab13d4c6b190262c015419efd
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2013-06-25 21:28:40 +00:00
..
2012-04-27 10:46:45 +08:00
2013-02-27 18:14:01 -08:00