]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Split wm8350 IRQ code into a separate file
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 12 Oct 2009 15:15:09 +0000 (16:15 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 13 Dec 2009 18:20:55 +0000 (19:20 +0100)
commitb9490c0202d133391bd879a302b93f876df00e8b
treee7f1bd9d90a98cd23cb677d8aea6877985fed5cc
parent5c28564d1b812a92758eac091f16ce70df3a3b1a
mfd: Split wm8350 IRQ code into a separate file

In preparation for refactoring - it's over 700 lines of well-isolated
code and having it in a file by itself makes things more managable.

While we're at it make sure that we clean up the IRQ if we fail after
acquiring it on init.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Makefile
drivers/mfd/wm8350-core.c
drivers/mfd/wm8350-irq.c [new file with mode: 0644]
include/linux/mfd/wm8350/core.h