Kevin Liu
90182317a9
mfd: Fix max8925 irq control bit incorrect setting
...
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.
Signed-off-by: Kevin Liu <kliu5@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2010-09-29 10:14:53 +02:00
..
2010-08-12 11:27:18 +02:00
2010-06-03 11:33:58 +02:00
2010-06-03 11:33:58 +02:00
2010-08-12 11:27:17 +02:00
2010-08-12 11:27:22 +02:00
2010-08-11 11:38:01 +01:00
2010-08-12 11:27:18 +02:00
2010-08-12 11:27:19 +02:00
2010-06-03 11:33:58 +02:00
2010-03-30 22:02:32 +09:00
2010-06-03 11:33:58 +02:00
2010-08-12 11:27:20 +02:00
2009-09-17 09:46:54 +02:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-08-12 11:28:10 +02:00
2010-08-12 11:28:02 +02:00
2010-08-12 10:01:30 -07:00
2010-03-07 22:17:22 +01:00
2010-08-12 10:01:30 -07:00
2010-09-29 10:14:53 +02:00
2010-06-03 11:33:58 +02:00
2010-08-11 11:38:02 +01:00
2010-08-12 11:28:04 +02:00
2009-11-27 21:07:18 +01:00
2010-03-30 22:02:32 +09:00
2010-08-12 11:28:11 +02:00
2010-08-12 11:27:19 +02:00
2010-05-28 01:37:49 +02:00
2010-06-03 11:33:58 +02:00
2009-06-17 19:41:30 +02:00
2010-05-28 01:37:50 +02:00
2010-05-28 01:37:52 +02:00
2010-05-22 17:05:22 +09:00
2010-03-30 22:02:32 +09:00
2010-08-12 11:28:00 +02:00
2010-08-12 11:28:00 +02:00
2010-08-12 11:27:23 +02:00
2010-08-12 11:28:06 +02:00
2010-08-12 11:28:05 +02:00
2010-06-03 11:33:58 +02:00
2010-05-28 01:38:01 +02:00
2010-05-28 01:37:31 +02:00
2010-01-18 12:30:27 +01:00
2010-08-12 11:28:12 +02:00
2010-08-12 11:28:12 +02:00
2010-06-03 11:33:58 +02:00
2010-03-30 22:02:32 +09:00
2010-05-28 01:38:02 +02:00
2010-03-07 22:17:32 +01:00
2009-12-14 00:25:31 +01:00
2010-08-12 11:27:59 +02:00
2010-03-18 17:04:55 +00:00
2009-11-27 21:07:18 +01:00
2010-03-07 22:17:39 +01:00
2009-11-27 21:07:18 +01:00
2010-08-12 11:28:06 +02:00
2010-08-12 11:28:13 +02:00
2010-09-29 10:14:52 +02:00
2009-09-17 09:46:59 +02:00
2010-08-12 11:28:08 +02:00
2008-10-13 21:51:55 +01:00
2010-06-03 11:33:58 +02:00
2010-03-07 22:16:57 +01:00
2009-12-13 19:21:53 +01:00
2010-06-03 11:33:58 +02:00
2010-08-12 11:28:14 +02:00
2010-04-05 19:18:07 +01:00