[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1336647288-10858-1-git-send-email-cw00.choi@samsung.com>
Date: Thu, 10 May 2012 19:54:48 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: gregkh@...uxfoundation.org, broonie@...nsource.wolfsonmicro.com,
thomas.abraham@...aro.org
Cc: myungjoo.ham@...sung.com, kyungmin.park@...sung.com,
jonghwa3.lee@...sung.com, linux-kernel@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCH 0/2] mfd: MAX8997: Support irq domain for Maxim MAX8997
This patchset add support irq domain for Maxim MAX8997 interrupts.
The first patch is based on patch written by Thomas Abraham and fix
two bug which set max8997->irq_domain instead of NULL pointer and
correct wrong parameter by Chanwoo Choi.
- https://lkml.org/lkml/2012/4/18/145
The second patch use irq domain for MAX8997 muic interrupt instead
of irq_base in platform data of MAX8997 driver.
But, I posted following patchset related to MAX8997 driver.
This patchset support Extcon framework in extcon-max8997 driver to
control external connector instead of max8997-muic driver. So, first
patch add MAX8997 extcon driver(drivers/extcon/extcon-max8997.c) and
last patch remove old MAX8997 muic driver(drivers/misc/max8997-muic.c).
- https://lkml.org/lkml/2012/5/8/98
This patchset was applied in below git repository of Greg Kroah-Hartman.
- http://git.kernel.org/?p=linux/kernel/git/gregkh/driver-core.git;a=shortlog;h=refs/heads/driver-core-next
I think that this patchset should be applied on the git repository
of Greg Kroah-Hartman to remove possible conflict issue when merged.
Chanwoo Choi (1):
Extcon: MAX8997: Add support irq domain for MAX8997 muic
Thomas Abraham (1):
mfd: add irq domain support for max8997 interrupts
arch/arm/mach-exynos/mach-nuri.c | 4 --
arch/arm/mach-exynos/mach-origen.c | 1 -
drivers/extcon/extcon-max8997.c | 26 +++++++++------
drivers/mfd/max8997-irq.c | 62 +++++++++++++++++++++--------------
drivers/mfd/max8997.c | 1 -
include/linux/mfd/max8997-private.h | 4 ++-
include/linux/mfd/max8997.h | 1 -
7 files changed, 56 insertions(+), 43 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists