From: sameo@linux.intel.com (Samuel Ortiz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] mfd: fix max8925 irq control bit incorrect setting
Date: Mon, 13 Sep 2010 15:50:05 +0200 [thread overview]
Message-ID: <20100913135004.GG2555@sortiz-mobl> (raw)
In-Reply-To: <1283953476-2395-5-git-send-email-haojian.zhuang@marvell.com>
Hi Haojian,
On Wed, Sep 08, 2010 at 09:44:36AM -0400, Haojian Zhuang wrote:
> From: Kevin Liu <kliu5@marvell.com>
>
> In max8925_irq_sync_unlock(), irq control bit is set at the same time.
> Zero means enabling irq, and one means disabling irq.
>
> The original code is:
> irq_chg[0] &= irq_data->enable;
>
> It should be changed to:
> irq_chg[0] &= ~irq_data->enable;
>
> Otherwise, irq control bit is mess.
Ok, patch applied as well, thanks.
I am going to send this one for 2.6.36 inclusion.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
next prev parent reply other threads:[~2010-09-13 13:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-08 13:44 [PATCH 1/5] mfd: add codec resource into 88pm860x driver Haojian Zhuang
2010-09-08 13:44 ` [PATCH 2/5] leds: remove auto blink in 88pm860x Haojian Zhuang
2010-09-08 13:44 ` [PATCH 3/5] mfd: update chip id of 88pm8607 Haojian Zhuang
2010-09-08 13:44 ` [PATCH 4/5] input: monitor both onkey up and down event Haojian Zhuang
2010-09-08 13:44 ` [PATCH 5/5] mfd: fix max8925 irq control bit incorrect setting Haojian Zhuang
2010-09-13 13:50 ` Samuel Ortiz [this message]
2010-09-13 13:48 ` [PATCH 3/5] mfd: update chip id of 88pm8607 Samuel Ortiz
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=20100913135004.GG2555@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.