From 66141969f60bc072a9bd00995f158fb3529807e0 Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Mon, 21 May 2012 21:47:21 -0500 Subject: [PATCH] --- yaml --- r: 310375 b: refs/heads/master c: e92a5b28f71aea01b281f9c89d97a4bc5b24748f h: refs/heads/master i: 310373: 419490f209ea4428234bc054e2ff1c20ead11c92 310371: b135cf83d8a05f76d26828077e3df75d7d327a75 310367: 54b86bf24f40c8c9b4246317495ab2aa2d77c5ed v: v3 --- [refs] | 2 +- trunk/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d72cdc4f7fff..d3cdadfb01b9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c808ab9c82b20227a8b7659c5c8b75290047523c +refs/heads/master: e92a5b28f71aea01b281f9c89d97a4bc5b24748f diff --git a/trunk/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c b/trunk/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c index 667c960e10b9..4dae1b291079 100644 --- a/trunk/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c +++ b/trunk/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c @@ -303,9 +303,9 @@ int ti_hdmi_4xxx_phy_enable(struct hdmi_ip_data *ip_data) REG_FLD_MOD(phy_base, HDMI_TXPHY_PAD_CFG_CTRL, 0x1, 27, 27); r = request_threaded_irq(gpio_to_irq(ip_data->hpd_gpio), - NULL, hpd_irq_handler, - IRQF_DISABLED | IRQF_TRIGGER_RISING | - IRQF_TRIGGER_FALLING, "hpd", ip_data); + NULL, hpd_irq_handler, + IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | + IRQF_ONESHOT, "hpd", ip_data); if (r) { DSSERR("HPD IRQ request failed\n"); hdmi_set_phy_pwr(ip_data, HDMI_PHYPWRCMD_OFF);