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

The following changes since commit 19a964644f1e655c3f67d539c1e99a9fbcc4588c:

   ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05: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-3

for you to fetch changes up to 1aa9c483d1be13831bc4e516ce4848d32ac3e944:

   ARM: EXYNOS: Remove hardware.h file (2014-03-21 04:49:03 +0900)

----------------------------------------------------------------
Samsung 3rd cleanup for v3.15

- Remove <mach/hardware.h> in mach-exynos
- Remove invalid code from <mach/hardware.h> in mach-s3c24xx

Note that this is based on previous tags/samsung-cleanup-2

----------------------------------------------------------------
Sachin Kamat (3):
       ARM: S3C24XX: Remove invalid code from hardware.h
       ARM: SAMSUNG: Remove hardware.h inclusion
       ARM: EXYNOS: Remove hardware.h file

  arch/arm/mach-exynos/include/mach/hardware.h  | 18 ------------------
  arch/arm/mach-exynos/platsmp.c                |  2 --
  arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 +-------------
  arch/arm/plat-samsung/clock.c                 |  1 -
  arch/arm/plat-samsung/devs.c                  |  2 +-
  arch/arm/plat-samsung/init.c                  |  2 --
  arch/arm/plat-samsung/pm.c                    |  1 -
  arch/arm/plat-samsung/s5p-dev-uart.c          |  1 -
  8 files changed, 2 insertions(+), 39 deletions(-)
  delete mode 100644 arch/arm/mach-exynos/include/mach/hardware.h

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

* [GIT PULL 1/4] Samsung 3rd cleanup for v3.15
@ 2014-03-20 22:29 ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-03-20 22:29 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 19a964644f1e655c3f67d539c1e99a9fbcc4588c:

   ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05: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-3

for you to fetch changes up to 1aa9c483d1be13831bc4e516ce4848d32ac3e944:

   ARM: EXYNOS: Remove hardware.h file (2014-03-21 04:49:03 +0900)

----------------------------------------------------------------
Samsung 3rd cleanup for v3.15

- Remove <mach/hardware.h> in mach-exynos
- Remove invalid code from <mach/hardware.h> in mach-s3c24xx

Note that this is based on previous tags/samsung-cleanup-2

----------------------------------------------------------------
Sachin Kamat (3):
       ARM: S3C24XX: Remove invalid code from hardware.h
       ARM: SAMSUNG: Remove hardware.h inclusion
       ARM: EXYNOS: Remove hardware.h file

  arch/arm/mach-exynos/include/mach/hardware.h  | 18 ------------------
  arch/arm/mach-exynos/platsmp.c                |  2 --
  arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 +-------------
  arch/arm/plat-samsung/clock.c                 |  1 -
  arch/arm/plat-samsung/devs.c                  |  2 +-
  arch/arm/plat-samsung/init.c                  |  2 --
  arch/arm/plat-samsung/pm.c                    |  1 -
  arch/arm/plat-samsung/s5p-dev-uart.c          |  1 -
  8 files changed, 2 insertions(+), 39 deletions(-)
  delete mode 100644 arch/arm/mach-exynos/include/mach/hardware.h

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

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

Kukjin Kim wrote:
> 
> The following changes since commit
> 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05: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-3
> 
> for you to fetch changes up to 1aa9c483d1be13831bc4e516ce4848d32ac3e944:
> 
>    ARM: EXYNOS: Remove hardware.h file (2014-03-21 04:49:03 +0900)
> 
> ----------------------------------------------------------------
> Samsung 3rd cleanup for v3.15
> 
> - Remove <mach/hardware.h> in mach-exynos
> - Remove invalid code from <mach/hardware.h> in mach-s3c24xx
> 
> Note that this is based on previous tags/samsung-cleanup-2
> 
> ----------------------------------------------------------------
> Sachin Kamat (3):
>        ARM: S3C24XX: Remove invalid code from hardware.h
>        ARM: SAMSUNG: Remove hardware.h inclusion
>        ARM: EXYNOS: Remove hardware.h file
> 
>   arch/arm/mach-exynos/include/mach/hardware.h  | 18 ------------------
>   arch/arm/mach-exynos/platsmp.c                |  2 --
>   arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 +-------------
>   arch/arm/plat-samsung/clock.c                 |  1 -
>   arch/arm/plat-samsung/devs.c                  |  2 +-
>   arch/arm/plat-samsung/init.c                  |  2 --
>   arch/arm/plat-samsung/pm.c                    |  1 -
>   arch/arm/plat-samsung/s5p-dev-uart.c          |  1 -
>   8 files changed, 2 insertions(+), 39 deletions(-)
>   delete mode 100644 arch/arm/mach-exynos/include/mach/hardware.h

Hi,

Gentle reminder again ;-)

- Kukjin

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

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

Kukjin Kim wrote:
> 
> The following changes since commit
> 19a964644f1e655c3f67d539c1e99a9fbcc4588c:
> 
>    ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05: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-3
> 
> for you to fetch changes up to 1aa9c483d1be13831bc4e516ce4848d32ac3e944:
> 
>    ARM: EXYNOS: Remove hardware.h file (2014-03-21 04:49:03 +0900)
> 
> ----------------------------------------------------------------
> Samsung 3rd cleanup for v3.15
> 
> - Remove <mach/hardware.h> in mach-exynos
> - Remove invalid code from <mach/hardware.h> in mach-s3c24xx
> 
> Note that this is based on previous tags/samsung-cleanup-2
> 
> ----------------------------------------------------------------
> Sachin Kamat (3):
>        ARM: S3C24XX: Remove invalid code from hardware.h
>        ARM: SAMSUNG: Remove hardware.h inclusion
>        ARM: EXYNOS: Remove hardware.h file
> 
>   arch/arm/mach-exynos/include/mach/hardware.h  | 18 ------------------
>   arch/arm/mach-exynos/platsmp.c                |  2 --
>   arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 +-------------
>   arch/arm/plat-samsung/clock.c                 |  1 -
>   arch/arm/plat-samsung/devs.c                  |  2 +-
>   arch/arm/plat-samsung/init.c                  |  2 --
>   arch/arm/plat-samsung/pm.c                    |  1 -
>   arch/arm/plat-samsung/s5p-dev-uart.c          |  1 -
>   8 files changed, 2 insertions(+), 39 deletions(-)
>   delete mode 100644 arch/arm/mach-exynos/include/mach/hardware.h

Hi,

Gentle reminder again ;-)

- Kukjin

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

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

On Thursday 20 March 2014, Kukjin Kim wrote:
> ----------------------------------------------------------------
> Samsung 3rd cleanup for v3.15
> 
> - Remove <mach/hardware.h> in mach-exynos
> - Remove invalid code from <mach/hardware.h> in mach-s3c24xx
> 
> Note that this is based on previous tags/samsung-cleanup-2
> 

merged into next/cleanup3, thanks!

	Arnd

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

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

On Thursday 20 March 2014, Kukjin Kim wrote:
> ----------------------------------------------------------------
> Samsung 3rd cleanup for v3.15
> 
> - Remove <mach/hardware.h> in mach-exynos
> - Remove invalid code from <mach/hardware.h> in mach-s3c24xx
> 
> Note that this is based on previous tags/samsung-cleanup-2
> 

merged into next/cleanup3, thanks!

	Arnd

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

end of thread, other threads:[~2014-03-29  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 22:29 [GIT PULL 1/4] Samsung 3rd cleanup for v3.15 Kukjin Kim
2014-03-20 22:29 ` Kukjin Kim
2014-03-28  8:54 ` Kukjin Kim
2014-03-28  8:54   ` Kukjin Kim
2014-03-29  1:53 ` Arnd Bergmann
2014-03-29  1:53   ` Arnd Bergmann

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.