[PATCH v4 2/7] irqdomain: Add back xlate and set_type for hierarchy irq domain

2014-10-23 Thread Yingjoe Chen
Move xlate and set_type out to common code for hierarchy irq domain. Withouth this common code, all outermost irq domain will have to duplicate these function. Signed-off-by: Yingjoe Chen yingjoe.c...@mediatek.com --- kernel/irq/irqdomain.c | 29 - 1 file changed, 20

[PATCH v4 0/7] ARM: mediatek: Add support for interrupt polarity

2014-10-23 Thread Yingjoe Chen
-kernel/2014-September/284553.html [3] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/293766.html Yingjoe Chen (7): irqdomain: Fix irq_domain_alloc_irqs return check. irqdomain: Add back xlate and set_type for hierarchy irq domain genirq: Add more helper functions

[PATCH v4 8/8] ARM: mediatek: Fix description for mediatek SoCs

2014-10-23 Thread Yingjoe Chen
From: Joe.C yingjoe.c...@mediatek.com We support more MediaTek SoCs now, update the description. Signed-off-by: Joe.C yingjoe.c...@mediatek.com --- arch/arm/mach-mediatek/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mediatek/Kconfig

Re: [PATCH v4 8/8] ARM: mediatek: Add config option for mediatek SoCs.

2014-10-22 Thread Yingjoe Chen
On Wed, 2014-10-22 at 15:53 +0200, Matthias Brugger wrote: > Hi Joe, > > 2014-10-22 15:31 GMT+02:00 Yingjoe Chen : > > > > Hi Matthias, > > > > On Wed, 2014-10-22 at 15:18 +0200, Matthias Brugger wrote: > >> 2014-10-22 12:29 GMT+02:00

Re: [PATCH v4 8/8] ARM: mediatek: Add config option for mediatek SoCs.

2014-10-22 Thread Yingjoe Chen
Hi Matthias, On Wed, 2014-10-22 at 15:18 +0200, Matthias Brugger wrote: > 2014-10-22 12:29 GMT+02:00 Joe.C : > > + > > +if ARCH_MEDIATEK > > + > > +config MACH_MT6589 > > + bool "MediaTek MT6589 SoCs support" > > + default ARCH_MEDIATEK > > + > > +config MACH_MT8127 > > + bool

Re: [PATCH v4 8/8] ARM: mediatek: Add config option for mediatek SoCs.

2014-10-22 Thread Yingjoe Chen
Hi Matthias, On Wed, 2014-10-22 at 15:18 +0200, Matthias Brugger wrote: 2014-10-22 12:29 GMT+02:00 Joe.C yingjoe.c...@mediatek.com: + +if ARCH_MEDIATEK + +config MACH_MT6589 + bool MediaTek MT6589 SoCs support + default ARCH_MEDIATEK + +config MACH_MT8127 +

Re: [PATCH v4 8/8] ARM: mediatek: Add config option for mediatek SoCs.

2014-10-22 Thread Yingjoe Chen
On Wed, 2014-10-22 at 15:53 +0200, Matthias Brugger wrote: Hi Joe, 2014-10-22 15:31 GMT+02:00 Yingjoe Chen yingjoe.c...@mediatek.com: Hi Matthias, On Wed, 2014-10-22 at 15:18 +0200, Matthias Brugger wrote: 2014-10-22 12:29 GMT+02:00 Joe.C yingjoe.c...@mediatek.com

<    2   3   4   5   6   7