Re: [PATCH] mfd: mc13xxx: Use regmap irq framework for interrupts

From: Alexander Shiyan
Date: Tue Jun 17 2014 - 23:31:28 EST


Tue, 17 Jun 2014 21:04:59 +0100 ÐÑ Lee Jones <lee.jones@xxxxxxxxxx>:
> On Sat, 07 Jun 2014, Alexander Shiyan wrote:
>
> > This patch convert mc13xxx MFD driver to use regmap irq framework
> > for interrupt registration.
> >
> > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx>
> > ---
> > drivers/mfd/Kconfig | 1 +
> > drivers/mfd/mc13xxx-core.c | 299 ++++++--------------------------------------
> > drivers/mfd/mc13xxx.h | 7 +-
> > include/linux/mfd/mc13xxx.h | 21 +++-
> > 4 files changed, 59 insertions(+), 269 deletions(-)
>
> Patch looks good to me and I love the diffstat. If any problems occur
> as a result of applying this patch we can fix it up as subsequent
> patch submissions.

Unfortunately, prolonged use of the modified version, revealed two errors.
I will try to make incremental patch quickly, or can send a second version
of the patch.

---