All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/6] SPI platform device consolidation
@ 2011-12-14 15:15 ` Padmavathi Venna
  0 siblings, 0 replies; 16+ messages in thread
From: Padmavathi Venna @ 2011-12-14 15:15 UTC (permalink / raw)
  To: padma.kvr, padma.v, linux-arm-kernel, linux-samsung-soc
  Cc: kgene.kim, ben-linux, linux, broonie

SPI platform devices are defined in respective machine folder of
Samsung S3C64XX and S5P series SoCs.This patchset moves S3C64XX
and S5P series of SPI platform devices to a common place plat-samsung.
This patchset also creates SPI setup files for GPIO configurations and
platform data initialization.

V2 Changes:
Platform data initialized in a centralized setup file as suggested-by
Mark Brown
SPI Controller number is added in SPI controller defining structure.

V3 Changes:
Reverted the SPI Controller number addition because device tree doesn't support
enumeration using device instance number.

Padmavathi Venna (6):
  ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung
  ARM: S3C64XX: Modified files for SPI consolidation work
  ARM: S5PC100: Modified files for SPI consolidation work
  ARM: S5P64X0: Modified files for SPI consolidation work
  ARM: S5PV210: Modified files for SPI consolidation work
  ARM: S3C64XX: Modified according to SPI consolidation work.

 arch/arm/mach-s3c64xx/Kconfig                    |    8 +-
 arch/arm/mach-s3c64xx/Makefile                   |    2 +-
 arch/arm/mach-s3c64xx/dev-spi.c                  |  173 -----------------
 arch/arm/mach-s3c64xx/include/mach/map.h         |    2 +
 arch/arm/mach-s3c64xx/setup-spi.c                |   45 +++++
 arch/arm/mach-s5p64x0/Kconfig                    |    7 +-
 arch/arm/mach-s5p64x0/Makefile                   |    2 +-
 arch/arm/mach-s5p64x0/dev-spi.c                  |  218 ---------------------
 arch/arm/mach-s5p64x0/include/mach/map.h         |    3 +
 arch/arm/mach-s5p64x0/setup-spi.c                |   55 ++++++
 arch/arm/mach-s5pc100/Kconfig                    |    5 +
 arch/arm/mach-s5pc100/Makefile                   |    2 +-
 arch/arm/mach-s5pc100/dev-spi.c                  |  220 ----------------------
 arch/arm/mach-s5pc100/include/mach/map.h         |    3 +
 arch/arm/mach-s5pc100/setup-spi.c                |   65 +++++++
 arch/arm/mach-s5pv210/Kconfig                    |    5 +
 arch/arm/mach-s5pv210/Makefile                   |    2 +-
 arch/arm/mach-s5pv210/dev-spi.c                  |  169 -----------------
 arch/arm/mach-s5pv210/include/mach/map.h         |    2 +
 arch/arm/mach-s5pv210/setup-spi.c                |   51 +++++
 arch/arm/plat-samsung/Kconfig                    |   14 ++-
 arch/arm/plat-samsung/devs.c                     |  127 +++++++++++++
 arch/arm/plat-samsung/include/plat/devs.h        |    8 +-
 arch/arm/plat-samsung/include/plat/s3c64xx-spi.h |   22 ++-
 24 files changed, 409 insertions(+), 801 deletions(-)
 delete mode 100644 arch/arm/mach-s3c64xx/dev-spi.c
 create mode 100644 arch/arm/mach-s3c64xx/setup-spi.c
 delete mode 100644 arch/arm/mach-s5p64x0/dev-spi.c
 create mode 100644 arch/arm/mach-s5p64x0/setup-spi.c
 delete mode 100644 arch/arm/mach-s5pc100/dev-spi.c
 create mode 100644 arch/arm/mach-s5pc100/setup-spi.c
 delete mode 100644 arch/arm/mach-s5pv210/dev-spi.c
 create mode 100644 arch/arm/mach-s5pv210/setup-spi.c

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

end of thread, other threads:[~2011-12-14 15:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 15:15 [PATCH V3 0/6] SPI platform device consolidation Padmavathi Venna
2011-12-14 15:15 ` Padmavathi Venna
2011-12-14 15:15 ` [PATCH V3 1/6] ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung Padmavathi Venna
2011-12-14 15:15   ` Padmavathi Venna
2011-12-14 15:15 ` [PATCH V3 2/6] ARM: S3C64XX: Modified files for SPI consolidation work Padmavathi Venna
2011-12-14 15:15   ` Padmavathi Venna
2011-12-14 15:16 ` [PATCH V3 3/6] ARM: S5PC100: " Padmavathi Venna
2011-12-14 15:16   ` Padmavathi Venna
2011-12-14 15:16 ` [PATCH V3 4/6] ARM: S5P64X0: " Padmavathi Venna
2011-12-14 15:16   ` Padmavathi Venna
2011-12-14  6:33   ` Tushar Behera
2011-12-14  6:33     ` Tushar Behera
2011-12-14 15:16 ` [PATCH V3 5/6] ARM: S5PV210: " Padmavathi Venna
2011-12-14 15:16   ` Padmavathi Venna
2011-12-14 15:16 ` [PATCH V3 6/6] ARM: S3C64XX: Modified according to " Padmavathi Venna
2011-12-14 15:16   ` Padmavathi Venna

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.