All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/33] Use common macro to define resources
@ 2012-04-25  4:12 ` Tushar Behera
  0 siblings, 0 replies; 98+ messages in thread
From: Tushar Behera @ 2012-04-25  4:12 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel; +Cc: kgene.kim, linux, patches

There are some helper macros (DEFINE_RES_XXX) for defining resource
structures. This patchset migrates all the earlier resource
definitions (within Samsung specific code base) to use these macros.

In some cases, it was not possible to use DEFINE_RES_IRQ() macro because
of usage of additional flags. In those cases, DEFINE_RES_NAMED() macro
is used instead.

The patches are rebased on top of Kukjin's for-next branch at this commit.

d0ee53a Merge branch 'next/board-samsung' into for-next

Tushar Behera (33):
  ARM: SAMSUNG: devs: Use common macro to define resources
  ARM: EXYNOS: dev-ahci: Use common macro to define resources
  ARM: EXYNOS: dev-audio: Use common macro to define resources
  ARM: EXYNOS: mach-armlex4210: Use common macro to define resources
  ARM: EXYNOS: mach-smdkv310: Use common macro to define resources
  ARM: S3C24XX: dev-uart: Use common macro to define resources
  ARM: S3C24XX: bast-ide: Use common macro to define resources
  ARM: S3C24XX: mach-amlm5900: Use common macro to define resources
  ARM: S3C24XX: mach-anubis: Use common macro to define resources
  ARM: S3C24XX: mach-at2440evb: Use common macro to define resources
  ARM: S3C24XX: mach-bast: Use common macro to define resources
  ARM: S3C24XX: mach-gta02: Use common macro to define resources
  ARM: S3C24XX: mach-h1940: Use common macro to define resources
  ARM: S3C24XX: mach-mini2440: Use common macro to define resources
  ARM: S3C24XX: mach-nexcoder: Use common macro to define resources
  ARM: S3C24XX: mach-osiris: Use common macro to define resources
  ARM: S3C24XX: mach-otom: Use common macro to define resources
  ARM: S3C24XX: mach-qt2410: Use common macro to define resources
  ARM: S3C24XX: mach-rx1950: Use common macro to define resources
  ARM: S3C24XX: mach-tct_hammer: Use common macro to define resources
  ARM: S3C24XX: mach-vr1000: Use common macro to define resources
  ARM: S3C24XX: simtec-nor: Use common macro to define resources
  ARM: S3C64XX: dev-audio: Use common macro to define resources
  ARM: S3C64XX: dev-uart: Use common macro to define resources
  ARM: S3C64XX: mach-anw6410: Use common macro to define resources
  ARM: S3C64XX: mach-crag6410: Use common macro to define resources
  ARM: S3C64XX: mach-mini6410: Use common macro to define resources
  ARM: S3C64XX: mach-real6410: Use common macro to define resources
  ARM: S3C64XX: mach-smdk6410: Use common macro to define resources
  ARM: S5P64X0: dev-audio: Use common macro to define resources
  ARM: S5PC100: dev-audio: Use common macro to define resources
  ARM: S5PV210: dev-audio: Use common macro to define resources
  ARM: S5PV210: mach-smdkv210: Use common macro to define resources

 arch/arm/mach-exynos/dev-ahci.c         |   12 +--
 arch/arm/mach-exynos/dev-audio.c        |  156 +++++-------------------------
 arch/arm/mach-exynos/mach-armlex4210.c  |   13 +--
 arch/arm/mach-exynos/mach-smdkv310.c    |   13 +--
 arch/arm/mach-s3c24xx/bast-ide.c        |   36 +------
 arch/arm/mach-s3c24xx/mach-amlm5900.c   |    9 +--
 arch/arm/mach-s3c24xx/mach-anubis.c     |   62 ++----------
 arch/arm/mach-s3c24xx/mach-at2440evb.c  |   19 +---
 arch/arm/mach-s3c24xx/mach-bast.c       |   45 ++-------
 arch/arm/mach-s3c24xx/mach-gta02.c      |    7 +-
 arch/arm/mach-s3c24xx/mach-h1940.c      |    9 +--
 arch/arm/mach-s3c24xx/mach-mini2440.c   |   19 +---
 arch/arm/mach-s3c24xx/mach-nexcoder.c   |    6 +-
 arch/arm/mach-s3c24xx/mach-osiris.c     |   12 +--
 arch/arm/mach-s3c24xx/mach-otom.c       |    6 +-
 arch/arm/mach-s3c24xx/mach-qt2410.c     |   12 +--
 arch/arm/mach-s3c24xx/mach-rx1950.c     |    9 +--
 arch/arm/mach-s3c24xx/mach-tct_hammer.c |    7 +-
 arch/arm/mach-s3c24xx/mach-vr1000.c     |   39 ++------
 arch/arm/mach-s3c24xx/simtec-nor.c      |    6 +-
 arch/arm/mach-s3c64xx/dev-audio.c       |  120 ++++--------------------
 arch/arm/mach-s3c64xx/dev-uart.c        |   48 ++--------
 arch/arm/mach-s3c64xx/mach-anw6410.c    |   19 +---
 arch/arm/mach-s3c64xx/mach-crag6410.c   |   26 +----
 arch/arm/mach-s3c64xx/mach-mini6410.c   |   19 +---
 arch/arm/mach-s3c64xx/mach-real6410.c   |   19 +---
 arch/arm/mach-s3c64xx/mach-smdk6410.c   |   13 +--
 arch/arm/mach-s5p64x0/dev-audio.c       |   72 +++------------
 arch/arm/mach-s5pc100/dev-audio.c       |  138 +++++-----------------------
 arch/arm/mach-s5pv210/dev-audio.c       |  156 +++++-------------------------
 arch/arm/mach-s5pv210/mach-smdkv210.c   |   19 +---
 arch/arm/plat-s3c24xx/dev-uart.c        |   56 +++--------
 arch/arm/plat-samsung/devs.c            |   12 +--
 33 files changed, 224 insertions(+), 990 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2012-05-09 12:55 UTC | newest]

Thread overview: 98+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-25  4:12 [PATCH 00/33] Use common macro to define resources Tushar Behera
2012-04-25  4:12 ` Tushar Behera
2012-04-25  4:12 ` [PATCH 01/33] ARM: SAMSUNG: devs: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 02/33] ARM: EXYNOS: dev-ahci: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 03/33] ARM: EXYNOS: dev-audio: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 04/33] ARM: EXYNOS: mach-armlex4210: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 05/33] ARM: EXYNOS: mach-smdkv310: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 06/33] ARM: S3C24XX: dev-uart: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  9:13   ` Heiko Stübner
2012-04-25  9:13     ` Heiko Stübner
2012-05-08 18:40   ` [PATCH v2 " Heiko Stübner
2012-05-08 18:40     ` Heiko Stübner
2012-05-09 12:44     ` Kukjin Kim
2012-05-09 12:44       ` Kukjin Kim
2012-04-25  4:12 ` [PATCH 07/33] ARM: S3C24XX: bast-ide: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 08/33] ARM: S3C24XX: mach-amlm5900: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 09/33] ARM: S3C24XX: mach-anubis: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 10/33] ARM: S3C24XX: mach-at2440evb: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 11/33] ARM: S3C24XX: mach-bast: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 12/33] ARM: S3C24XX: mach-gta02: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 13/33] ARM: S3C24XX: mach-h1940: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 14/33] ARM: S3C24XX: mach-mini2440: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 15/33] ARM: S3C24XX: mach-nexcoder: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 16/33] ARM: S3C24XX: mach-osiris: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25 16:53   ` Sergei Shtylyov
2012-04-25 16:53     ` Sergei Shtylyov
2012-04-26  3:22     ` Tushar Behera
2012-04-26  3:22       ` Tushar Behera
2012-04-25  4:12 ` [PATCH 17/33] ARM: S3C24XX: mach-otom: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 18/33] ARM: S3C24XX: mach-qt2410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25 16:51   ` Sergei Shtylyov
2012-04-25 16:51     ` Sergei Shtylyov
2012-04-26  3:19     ` Tushar Behera
2012-04-26  3:19       ` Tushar Behera
2012-04-25  4:12 ` [PATCH 19/33] ARM: S3C24XX: mach-rx1950: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 20/33] ARM: S3C24XX: mach-tct_hammer: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 21/33] ARM: S3C24XX: mach-vr1000: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 22/33] ARM: S3C24XX: simtec-nor: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 23/33] ARM: S3C64XX: dev-audio: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 24/33] ARM: S3C64XX: dev-uart: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 25/33] ARM: S3C64XX: mach-anw6410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 26/33] ARM: S3C64XX: mach-crag6410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  8:24   ` Mark Brown
2012-04-25  8:24     ` Mark Brown
2012-04-25  4:12 ` [PATCH 27/33] ARM: S3C64XX: mach-mini6410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 28/33] ARM: S3C64XX: mach-real6410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 29/33] ARM: S3C64XX: mach-smdk6410: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 30/33] ARM: S5P64X0: dev-audio: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 31/33] ARM: S5PC100: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 32/33] ARM: S5PV210: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:12 ` [PATCH 33/33] ARM: S5PV210: mach-smdkv210: " Tushar Behera
2012-04-25  4:12   ` Tushar Behera
2012-04-25  4:19 ` [PATCH 00/33] " Jean-Christophe PLAGNIOL-VILLARD
2012-04-25  4:19   ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-25  7:38   ` Heiko Stübner
2012-04-25  7:38     ` Heiko Stübner
2012-04-25 10:10     ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-25 10:10       ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-25 11:21       ` Arnd Bergmann
2012-04-25 11:21         ` Arnd Bergmann
2012-04-25 11:35         ` Russell King - ARM Linux
2012-04-25 11:35           ` Russell King - ARM Linux
2012-04-26  3:53           ` Tushar Behera
2012-04-26  3:53             ` Tushar Behera
2012-05-09 12:55           ` Kukjin Kim
2012-05-09 12:55             ` 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.