All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "Heiko Stübner" <heiko@sntech.de>
Cc: "kgene.kim@samsung.com" <kgene.kim@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	Tomasz Figa <tomasz.figa@gmail.com>
Subject: Re: [PATCH] ARM: S3C24XX: remove separate restart code
Date: Sun, 14 Sep 2014 02:44:52 +0900	[thread overview]
Message-ID: <54148294.50906@samsung.com> (raw)
In-Reply-To: <15331569.UPPHKgXBj9@diego>

On 09/09/14 00:30, Heiko Stübner wrote:
> The restart-handler series from Guenter Roeck got accepted recently and
> implements among other things also the restart handler in the samsung
> watchdog driver and where applicable in the clock drivers. So there is
> no need for having the restart callbacks in s3c24xx boards anymore.
>
> Signed-off-by: Heiko Stuebner<heiko@sntech.de>
> ---
>   arch/arm/mach-s3c24xx/Kconfig                      |  2 --
>   arch/arm/mach-s3c24xx/common.c                     |  4 ----
>   arch/arm/mach-s3c24xx/common.h                     |  5 -----
>   .../mach-s3c24xx/include/mach/regs-s3c2443-clock.h |  2 --
>   arch/arm/mach-s3c24xx/mach-amlm5900.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-anubis.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-at2440evb.c             |  1 -
>   arch/arm/mach-s3c24xx/mach-bast.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-gta02.c                 |  1 -
>   arch/arm/mach-s3c24xx/mach-h1940.c                 |  1 -
>   arch/arm/mach-s3c24xx/mach-jive.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-mini2440.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-n30.c                   |  2 --
>   arch/arm/mach-s3c24xx/mach-nexcoder.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-osiris.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-otom.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-qt2410.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-rx1950.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-rx3715.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-s3c2416-dt.c            |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2410.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2413.c              |  3 ---
>   arch/arm/mach-s3c24xx/mach-smdk2416.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2440.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2443.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-tct_hammer.c            |  1 -
>   arch/arm/mach-s3c24xx/mach-vr1000.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-vstms.c                 |  1 -
>   arch/arm/mach-s3c24xx/s3c2410.c                    | 13 ------------
>   arch/arm/mach-s3c24xx/s3c2412.c                    | 23 ----------------------
>   arch/arm/mach-s3c24xx/s3c2416.c                    |  8 --------
>   arch/arm/mach-s3c24xx/s3c2443.c                    |  8 --------
>   arch/arm/mach-s3c24xx/s3c244x.c                    | 12 -----------
>   33 files changed, 104 deletions(-)
>
Looks good to me, applied.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C24XX: remove separate restart code
Date: Sun, 14 Sep 2014 02:44:52 +0900	[thread overview]
Message-ID: <54148294.50906@samsung.com> (raw)
In-Reply-To: <15331569.UPPHKgXBj9@diego>

On 09/09/14 00:30, Heiko St?bner wrote:
> The restart-handler series from Guenter Roeck got accepted recently and
> implements among other things also the restart handler in the samsung
> watchdog driver and where applicable in the clock drivers. So there is
> no need for having the restart callbacks in s3c24xx boards anymore.
>
> Signed-off-by: Heiko Stuebner<heiko@sntech.de>
> ---
>   arch/arm/mach-s3c24xx/Kconfig                      |  2 --
>   arch/arm/mach-s3c24xx/common.c                     |  4 ----
>   arch/arm/mach-s3c24xx/common.h                     |  5 -----
>   .../mach-s3c24xx/include/mach/regs-s3c2443-clock.h |  2 --
>   arch/arm/mach-s3c24xx/mach-amlm5900.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-anubis.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-at2440evb.c             |  1 -
>   arch/arm/mach-s3c24xx/mach-bast.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-gta02.c                 |  1 -
>   arch/arm/mach-s3c24xx/mach-h1940.c                 |  1 -
>   arch/arm/mach-s3c24xx/mach-jive.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-mini2440.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-n30.c                   |  2 --
>   arch/arm/mach-s3c24xx/mach-nexcoder.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-osiris.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-otom.c                  |  1 -
>   arch/arm/mach-s3c24xx/mach-qt2410.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-rx1950.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-rx3715.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-s3c2416-dt.c            |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2410.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2413.c              |  3 ---
>   arch/arm/mach-s3c24xx/mach-smdk2416.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2440.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-smdk2443.c              |  1 -
>   arch/arm/mach-s3c24xx/mach-tct_hammer.c            |  1 -
>   arch/arm/mach-s3c24xx/mach-vr1000.c                |  1 -
>   arch/arm/mach-s3c24xx/mach-vstms.c                 |  1 -
>   arch/arm/mach-s3c24xx/s3c2410.c                    | 13 ------------
>   arch/arm/mach-s3c24xx/s3c2412.c                    | 23 ----------------------
>   arch/arm/mach-s3c24xx/s3c2416.c                    |  8 --------
>   arch/arm/mach-s3c24xx/s3c2443.c                    |  8 --------
>   arch/arm/mach-s3c24xx/s3c244x.c                    | 12 -----------
>   33 files changed, 104 deletions(-)
>
Looks good to me, applied.

Thanks,
Kukjin

  reply	other threads:[~2014-09-13 17:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-08 15:30 [PATCH] ARM: S3C24XX: remove separate restart code Heiko Stübner
2014-09-08 15:30 ` Heiko Stübner
2014-09-13 17:44 ` Kukjin Kim [this message]
2014-09-13 17:44   ` 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=54148294.50906@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=tomasz.figa@gmail.com \
    /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.