All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
@ 2014-03-18 14:12 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-03-18 14:12 UTC (permalink / raw)
  To: Arnd Bergmann, 'Olof Johansson', Kevin Hilman, arm
  Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org

The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc:

   ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-cleanup-2

for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:

   ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900)

----------------------------------------------------------------
Samsung cleanup-2 for v3.15
- use generic uncompress.h and remove all custom
   uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
   s5pc100, s5pv210 and plat-samsung directories.

Note that based on previous tags/samsung-cleanup

----------------------------------------------------------------
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

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

* [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
@ 2014-03-18 14:12 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-03-18 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc:

   ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-cleanup-2

for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:

   ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900)

----------------------------------------------------------------
Samsung cleanup-2 for v3.15
- use generic uncompress.h and remove all custom
   uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
   s5pc100, s5pv210 and plat-samsung directories.

Note that based on previous tags/samsung-cleanup

----------------------------------------------------------------
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

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

* RE: [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
  2014-03-18 14:12 ` Kukjin Kim
@ 2014-03-28  8:53   ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-03-28  8:53 UTC (permalink / raw)
  To: 'Arnd Bergmann', 'Olof Johansson',
	'Kevin Hilman', arm
  Cc: linux-samsung-soc, linux-arm-kernel

Kukjin Kim wrote:
> 
> The following changes since commit
> d9671ca923445aa870ecc34df3db01dd602d87fc:
> 
>    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-cleanup-2
> 
> for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18
+0900)
> 
> ----------------------------------------------------------------
> Samsung cleanup-2 for v3.15
> - use generic uncompress.h and remove all custom
>    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
>    s5pc100, s5pv210 and plat-samsung directories.
> 
> Note that based on previous tags/samsung-cleanup
> 
> ----------------------------------------------------------------
> 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

Hi,

Gentle reminder ;-)

- Kukjin

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

* [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
@ 2014-03-28  8:53   ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-03-28  8:53 UTC (permalink / raw)
  To: linux-arm-kernel

Kukjin Kim wrote:
> 
> The following changes since commit
> d9671ca923445aa870ecc34df3db01dd602d87fc:
> 
>    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-cleanup-2
> 
> for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18
+0900)
> 
> ----------------------------------------------------------------
> Samsung cleanup-2 for v3.15
> - use generic uncompress.h and remove all custom
>    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
>    s5pc100, s5pv210 and plat-samsung directories.
> 
> Note that based on previous tags/samsung-cleanup
> 
> ----------------------------------------------------------------
> 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

Hi,

Gentle reminder ;-)

- Kukjin

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

* Re: [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
  2014-03-18 14:12 ` Kukjin Kim
@ 2014-03-29  1:49   ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2014-03-29  1:49 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: 'Olof Johansson', linux-samsung-soc@vger.kernel.org,
	Kevin Hilman, arm, linux-arm-kernel@lists.infradead.org

On Tuesday 18 March 2014, Kukjin Kim wrote:
> The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc:
> 
>    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/samsung-cleanup-2
> 
> for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900)
> 
> ----------------------------------------------------------------
> Samsung cleanup-2 for v3.15
> - use generic uncompress.h and remove all custom
>    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
>    s5pc100, s5pv210 and plat-samsung directories.
> 
> Note that based on previous tags/samsung-cleanup

I've started a new next/cleanup3 branch for this one and the following
five samsung branches. I found one small issue with one of the branches,
if we all agree on a solution for that, I expect we can just send out
the cleanup3 branch together with cleanup2.

	Arnd

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

* [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
@ 2014-03-29  1:49   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2014-03-29  1:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 March 2014, Kukjin Kim wrote:
> The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc:
> 
>    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/samsung-cleanup-2
> 
> for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900)
> 
> ----------------------------------------------------------------
> Samsung cleanup-2 for v3.15
> - use generic uncompress.h and remove all custom
>    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
>    s5pc100, s5pv210 and plat-samsung directories.
> 
> Note that based on previous tags/samsung-cleanup

I've started a new next/cleanup3 branch for this one and the following
five samsung branches. I found one small issue with one of the branches,
if we all agree on a solution for that, I expect we can just send out
the cleanup3 branch together with cleanup2.

	Arnd

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

* RE: [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
  2014-03-29  1:49   ` Arnd Bergmann
@ 2014-04-02  4:30     ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-04-02  4:30 UTC (permalink / raw)
  To: 'Arnd Bergmann'
  Cc: 'Olof Johansson', 'Kevin Hilman', arm,
	linux-arm-kernel, linux-samsung-soc

Arnd Bergmann wrote:
> 
> On Tuesday 18 March 2014, Kukjin Kim wrote:
> > The following changes since commit
> d9671ca923445aa870ecc34df3db01dd602d87fc:
> >
> >    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> >
> > are available in the git repository at:
> >
> >    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-cleanup-2
> >
> > for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> >
> >    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18
> +0900)
> >
> > ----------------------------------------------------------------
> > Samsung cleanup-2 for v3.15
> > - use generic uncompress.h and remove all custom
> >    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
> >    s5pc100, s5pv210 and plat-samsung directories.
> >
> > Note that based on previous tags/samsung-cleanup
> 
> I've started a new next/cleanup3 branch for this one and the following
> five samsung branches. I found one small issue with one of the branches,
> if we all agree on a solution for that, I expect we can just send out
> the cleanup3 branch together with cleanup2.
> 
OK, I'm fine.

Thanks,
Kukjin

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

* [GIT PULL 1/2] Samsung 2nd cleanup for v3.15
@ 2014-04-02  4:30     ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2014-04-02  4:30 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd Bergmann wrote:
> 
> On Tuesday 18 March 2014, Kukjin Kim wrote:
> > The following changes since commit
> d9671ca923445aa870ecc34df3db01dd602d87fc:
> >
> >    ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900)
> >
> > are available in the git repository at:
> >
> >    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-cleanup-2
> >
> > for you to fetch changes up to 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> >
> >    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18
> +0900)
> >
> > ----------------------------------------------------------------
> > Samsung cleanup-2 for v3.15
> > - use generic uncompress.h and remove all custom
> >    uncompress.h in mach-s3c24xx, s3c64xx, s5p64x0,
> >    s5pc100, s5pv210 and plat-samsung directories.
> >
> > Note that based on previous tags/samsung-cleanup
> 
> I've started a new next/cleanup3 branch for this one and the following
> five samsung branches. I found one small issue with one of the branches,
> if we all agree on a solution for that, I expect we can just send out
> the cleanup3 branch together with cleanup2.
> 
OK, I'm fine.

Thanks,
Kukjin

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

end of thread, other threads:[~2014-04-02  4:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 14:12 [GIT PULL 1/2] Samsung 2nd cleanup for v3.15 Kukjin Kim
2014-03-18 14:12 ` Kukjin Kim
2014-03-28  8:53 ` Kukjin Kim
2014-03-28  8:53   ` Kukjin Kim
2014-03-29  1:49 ` Arnd Bergmann
2014-03-29  1:49   ` Arnd Bergmann
2014-04-02  4:30   ` Kukjin Kim
2014-04-02  4:30     ` Kukjin Kim

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.