linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/6] S5PV310: Define OneNAND interrupt number
@ 2010-07-28 10:12 Kyungmin Park
  2010-07-29  0:51 ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Kyungmin Park @ 2010-07-28 10:12 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kyungmin Park <kyungmin.park@samsung.com>

Define OneNAND interrupt for s5pv310

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/mach-s5pv310/include/mach/irqs.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-s5pv310/include/mach/irqs.h
index 56885ca..f7fb2b8 100644
--- a/arch/arm/mach-s5pv310/include/mach/irqs.h
+++ b/arch/arm/mach-s5pv310/include/mach/irqs.h
@@ -66,6 +66,8 @@
 
 #define IRQ_IIC			COMBINER_IRQ(27, 0)
 
+#define IRQ_ONENAND_AUDI	COMBINER_IRQ(34, 0)
+
 /* Set the default NR_IRQS */
 #define NR_IRQS			COMBINER_IRQ(MAX_COMBINER_NR, 0)
 
-- 
1.5.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 4/6] S5PV310: Define OneNAND interrupt number
  2010-07-28 10:12 [PATCH 4/6] S5PV310: Define OneNAND interrupt number Kyungmin Park
@ 2010-07-29  0:51 ` Kukjin Kim
  2010-08-17  8:19   ` Kyungmin Park
  0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2010-07-29  0:51 UTC (permalink / raw)
  To: linux-arm-kernel

Kyungmin Park wrote:
> 
> From: Kyungmin Park <kyungmin.park@samsung.com>
> 
> Define OneNAND interrupt for s5pv310
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-s5pv310/include/mach/irqs.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-
> s5pv310/include/mach/irqs.h
> index 56885ca..f7fb2b8 100644
> --- a/arch/arm/mach-s5pv310/include/mach/irqs.h
> +++ b/arch/arm/mach-s5pv310/include/mach/irqs.h
> @@ -66,6 +66,8 @@
> 
>  #define IRQ_IIC			COMBINER_IRQ(27, 0)
> 
> +#define IRQ_ONENAND_AUDI	COMBINER_IRQ(34, 0)
> +

Hmm...your previous #3 patch needs this :-(

Please reverse the order(sequence) of 3rd and 4th...or make into one

>  /* Set the default NR_IRQS */
>  #define NR_IRQS
> 	COMBINER_IRQ(MAX_COMBINER_NR, 0)
> 
> --


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 4/6] S5PV310: Define OneNAND interrupt number
  2010-07-29  0:51 ` Kukjin Kim
@ 2010-08-17  8:19   ` Kyungmin Park
  0 siblings, 0 replies; 3+ messages in thread
From: Kyungmin Park @ 2010-08-17  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

I hope merge it regardless OneNAND patch series.

I also send it as standalone.

Thank you,
Kyungmin Park

On Thu, Jul 29, 2010 at 9:51 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Kyungmin Park wrote:
>>
>> From: Kyungmin Park <kyungmin.park@samsung.com>
>>
>> Define OneNAND interrupt for s5pv310
>>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>> ?arch/arm/mach-s5pv310/include/mach/irqs.h | ? ?2 ++
>> ?1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-
>> s5pv310/include/mach/irqs.h
>> index 56885ca..f7fb2b8 100644
>> --- a/arch/arm/mach-s5pv310/include/mach/irqs.h
>> +++ b/arch/arm/mach-s5pv310/include/mach/irqs.h
>> @@ -66,6 +66,8 @@
>>
>> ?#define IRQ_IIC ? ? ? ? ? ? ? ? ? ? ?COMBINER_IRQ(27, 0)
>>
>> +#define IRQ_ONENAND_AUDI ? ? COMBINER_IRQ(34, 0)
>> +
>
> Hmm...your previous #3 patch needs this :-(
>
> Please reverse the order(sequence) of 3rd and 4th...or make into one
>
>> ?/* Set the default NR_IRQS */
>> ?#define NR_IRQS
>> ? ? ? COMBINER_IRQ(MAX_COMBINER_NR, 0)
>>
>> --
>
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-17  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 10:12 [PATCH 4/6] S5PV310: Define OneNAND interrupt number Kyungmin Park
2010-07-29  0:51 ` Kukjin Kim
2010-08-17  8:19   ` Kyungmin Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).