From c1bfcdcbf44b95136bab276a01ffa5f48c017451 Mon Sep 17 00:00:00 2001 From: Bibek Basu Date: Thu, 25 Aug 2011 16:04:14 +0530 Subject: u5500 : ab5500 core driver update for cut 2.0 Following changes made: 1. support for new interrupts. 2. debugfs support for new set of registers in each banks ST-Ericsson Linux next: 336280 ST-Ericsson ID: 257120 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I6630d3d8d660959e2d7946fc6d7b31506507a222 Signed-off-by: Bibek Basu Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/27213 Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR Signed-off-by: Robert Marklund --- include/linux/mfd/abx500.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/mfd/abx500.h') diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index e99a3d177ea..cd2e36d0108 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h @@ -311,6 +311,7 @@ enum ab5500_banks_addr { * @chip_name: name of this chip variant * @chip_id: 8 bit chip ID for this chip variant * @irq_lock: a lock to protect the mask + * @num_event_reg: number events registered * @abb_events: a local bit mask of the prcmu wakeup events * @event_mask: a local copy of the mask event registers * @last_event_mask: a copy of the last event_mask written to hardware @@ -325,6 +326,7 @@ struct ab5500 { char chip_name[32]; u8 chip_id; struct mutex irq_lock; + u32 num_event_reg; u32 abb_events; u8 mask[AB5500_NUM_IRQ_REGS]; u8 oldmask[AB5500_NUM_IRQ_REGS]; -- cgit v1.2.3