All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
To: "Heiko Stübner" <heiko@sntech.de>
Cc: rjw@sisk.pl, linux-samsung-soc@vger.kernel.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/3] Fixes for breakage resulting from syscore_ops patch on	s3c24xx
Date: Wed, 01 Jun 2011 14:13:35 +0200	[thread overview]
Message-ID: <4DE62CEF.80507@embtoolkit.org> (raw)
In-Reply-To: <201106011348.47145.heiko@sntech.de>

Heiko Stübner wrote:
> The syscore_ops patch from Rafael J. Wysocki introduced some small
> glitches for the S3C24XX cpus resulting in compile errors.
>
> Heiko Stuebner (3):
>    Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan
>    Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c
>    remove the now empty mach-s3c2410/irq.c
>
>   arch/arm/mach-s3c2410/Makefile |    1 -
>   arch/arm/mach-s3c2410/irq.c    |   34 ----------------------------------
>   arch/arm/plat-s3c24xx/dma.c    |    2 +-
>   arch/arm/plat-s3c24xx/irq.c    |    6 ++++++
>   4 files changed, 7 insertions(+), 36 deletions(-)
>   delete mode 100644 arch/arm/mach-s3c2410/irq.c
>    

I submitted same patches days ago [1], but without more explanations
than "ARM: s3c24xx: fix build errors introduced by bb072c3cf21d1", so

Acked-by : Abdoulaye Walsimou Gaye <awg@embtoolkit.org>

[1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/117812/focus=117814

WARNING: multiple messages have this Message-ID (diff)
From: awg@embtoolkit.org (Abdoulaye Walsimou GAYE)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Fixes for breakage resulting from syscore_ops patch on	s3c24xx
Date: Wed, 01 Jun 2011 14:13:35 +0200	[thread overview]
Message-ID: <4DE62CEF.80507@embtoolkit.org> (raw)
In-Reply-To: <201106011348.47145.heiko@sntech.de>

Heiko St?bner wrote:
> The syscore_ops patch from Rafael J. Wysocki introduced some small
> glitches for the S3C24XX cpus resulting in compile errors.
>
> Heiko Stuebner (3):
>    Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan
>    Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c
>    remove the now empty mach-s3c2410/irq.c
>
>   arch/arm/mach-s3c2410/Makefile |    1 -
>   arch/arm/mach-s3c2410/irq.c    |   34 ----------------------------------
>   arch/arm/plat-s3c24xx/dma.c    |    2 +-
>   arch/arm/plat-s3c24xx/irq.c    |    6 ++++++
>   4 files changed, 7 insertions(+), 36 deletions(-)
>   delete mode 100644 arch/arm/mach-s3c2410/irq.c
>    

I submitted same patches days ago [1], but without more explanations
than "ARM: s3c24xx: fix build errors introduced by bb072c3cf21d1", so

Acked-by : Abdoulaye Walsimou Gaye <awg@embtoolkit.org>

[1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/117812/focus=117814

  parent reply	other threads:[~2011-06-01 12:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01 11:48 [PATCH 0/3] Fixes for breakage resulting from syscore_ops patch on s3c24xx Heiko Stübner
2011-06-01 11:48 ` Heiko Stübner
2011-06-01 11:50 ` [PATCH 1/3] Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan Heiko Stübner
2011-06-01 11:50   ` Heiko Stübner
2011-06-01 16:01   ` Sergei Shtylyov
2011-06-01 16:01     ` Sergei Shtylyov
2011-06-01 16:27     ` Heiko Stübner
2011-06-01 16:27       ` Heiko Stübner
2011-06-01 11:51 ` [PATCH 2/3] Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c Heiko Stübner
2011-06-01 11:51   ` Heiko Stübner
2011-06-01 11:52 ` [PATCH 3/3] remove the now empty mach-s3c2410/irq.c Heiko Stübner
2011-06-01 11:52   ` Heiko Stübner
2011-06-01 12:13 ` Abdoulaye Walsimou GAYE [this message]
2011-06-01 12:13   ` [PATCH 0/3] Fixes for breakage resulting from syscore_ops patch on s3c24xx Abdoulaye Walsimou GAYE
2011-06-01 12:45   ` Heiko Stübner
2011-06-01 12:45     ` Heiko Stübner
2011-06-22  6:54   ` Kukjin Kim
2011-06-22  6:54     ` Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DE62CEF.80507@embtoolkit.org \
    --to=awg@embtoolkit.org \
    --cc=heiko@sntech.de \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.