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: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, tomasz.figa@gmail.com,
	'Sachin Kamat' <sachin.kamat@linaro.org>,
	'Arnd Bergmann' <arnd@arndb.de>
Subject: RE: [PATCH v2 0/2] ARM: SAMSUNG: remove the rest of local uncompress.h files
Date: Tue, 11 Mar 2014 10:56:49 +0900	[thread overview]
Message-ID: <025401cf3ccd$2a38ee10$7eaaca30$@samsung.com> (raw)
In-Reply-To: <6973248.vNO4T7GhE6@phil>

Heiko Stübner wrote:
> 
> Two patches from Sachin Kamat already removed the Exynos-uncompress.h .
> But in fact all Samsung platforms can use the generic uncompress code
> without needing local implementation.
> 
> Therefore this two-part series removes the rest of the uncompress.h files
> from all Samsung platforms.
> 
> Tested on a s3c2416 and s3c2442 based machine.
> 
> The patches should be applied on top of the patches from Sachin Kamat in
> the v3.15-next/cleanup-samsung branch in the linux-samsung.git
> 
> 
> Heiko Stuebner (2):
>   ARM: SAMSUNG: use generic uncompress.h
>   ARM: SAMSUNG: remove all custom uncompress.h
> 
>  arch/arm/Kconfig.debug                          |   4 +-
>  arch/arm/mach-s3c24xx/include/mach/uncompress.h |  57 --------
>  arch/arm/mach-s3c64xx/include/mach/uncompress.h |  31 -----
>  arch/arm/mach-s5p64x0/include/mach/uncompress.h |  34 -----
>  arch/arm/mach-s5pc100/include/mach/uncompress.h |  30 ----
>  arch/arm/mach-s5pv210/include/mach/uncompress.h |  28 ----
>  arch/arm/plat-samsung/include/plat/uncompress.h | 175 -------------------
> -----
>  7 files changed, 2 insertions(+), 357 deletions(-)
>  delete mode 100644 arch/arm/mach-s3c24xx/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s3c64xx/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5pc100/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5pv210/include/mach/uncompress.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/uncompress.h
> 
> --
> 1.8.5.3

Looks good to me, will apply.

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 v2 0/2] ARM: SAMSUNG: remove the rest of local uncompress.h files
Date: Tue, 11 Mar 2014 10:56:49 +0900	[thread overview]
Message-ID: <025401cf3ccd$2a38ee10$7eaaca30$@samsung.com> (raw)
In-Reply-To: <6973248.vNO4T7GhE6@phil>

Heiko St?bner wrote:
> 
> Two patches from Sachin Kamat already removed the Exynos-uncompress.h .
> But in fact all Samsung platforms can use the generic uncompress code
> without needing local implementation.
> 
> Therefore this two-part series removes the rest of the uncompress.h files
> from all Samsung platforms.
> 
> Tested on a s3c2416 and s3c2442 based machine.
> 
> The patches should be applied on top of the patches from Sachin Kamat in
> the v3.15-next/cleanup-samsung branch in the linux-samsung.git
> 
> 
> Heiko Stuebner (2):
>   ARM: SAMSUNG: use generic uncompress.h
>   ARM: SAMSUNG: remove all custom uncompress.h
> 
>  arch/arm/Kconfig.debug                          |   4 +-
>  arch/arm/mach-s3c24xx/include/mach/uncompress.h |  57 --------
>  arch/arm/mach-s3c64xx/include/mach/uncompress.h |  31 -----
>  arch/arm/mach-s5p64x0/include/mach/uncompress.h |  34 -----
>  arch/arm/mach-s5pc100/include/mach/uncompress.h |  30 ----
>  arch/arm/mach-s5pv210/include/mach/uncompress.h |  28 ----
>  arch/arm/plat-samsung/include/plat/uncompress.h | 175 -------------------
> -----
>  7 files changed, 2 insertions(+), 357 deletions(-)
>  delete mode 100644 arch/arm/mach-s3c24xx/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s3c64xx/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5p64x0/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5pc100/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-s5pv210/include/mach/uncompress.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/uncompress.h
> 
> --
> 1.8.5.3

Looks good to me, will apply.

Thanks,
Kukjin

  parent reply	other threads:[~2014-03-11  1:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 19:36 [PATCH v2 0/2] ARM: SAMSUNG: remove the rest of local uncompress.h files Heiko Stübner
2014-02-25 19:36 ` Heiko Stübner
2014-02-25 19:38 ` [PATCH v2 1/2] ARM: SAMSUNG: use generic uncompress.h Heiko Stübner
2014-02-25 19:38   ` Heiko Stübner
2014-02-25 19:39 ` [PATCH v2 2/2] ARM: SAMSUNG: remove all custom uncompress.h Heiko Stübner
2014-02-25 19:39   ` Heiko Stübner
2014-03-11  1:56 ` Kukjin Kim [this message]
2014-03-11  1:56   ` [PATCH v2 0/2] ARM: SAMSUNG: remove the rest of local uncompress.h files 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='025401cf3ccd$2a38ee10$7eaaca30$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sachin.kamat@linaro.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.