Skip to content

Commit

Permalink
mfd: Allow platforms to specify an IRQ base for WM8350
Browse files Browse the repository at this point in the history
This is currently unused by the wm8350 drivers but getting it merged
now will reduce merge issues in the future when implementing wm8350
genirq support.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
broonie authored and Samuel Ortiz committed Dec 13, 2009
1 parent 53cf9a6 commit 75b7572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/mfd/wm8350/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,10 +646,12 @@ struct wm8350 {
* @init: Function called during driver initialisation. Should be
* used by the platform to configure GPIO functions and similar.
* @irq_high: Set if WM8350 IRQ is active high.
* @irq_base: Base IRQ for genirq (not currently used).
*/
struct wm8350_platform_data {
int (*init)(struct wm8350 *wm8350);
int irq_high;
int irq_base;
};


Expand Down

0 comments on commit 75b7572

Please sign in to comment.