All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100128082307.GU10014@trinity.fluff.org>

diff --git a/a/1.txt b/N1/1.txt
index 82af0ea..5a3bcf9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,86 +20,3 @@ that all boards would need to be altered. It would also mean that each
 board would need to know which SoC it is using.
 
 Any views on the subject would be useful.
-
-
-
->From a199491fc951d114d31d39947d88030bf2d75429 Mon Sep 17 00:00:00 2001
-From: Ben Dooks <ben-linux@fluff.org>
-Date: Thu, 28 Jan 2010 16:08:44 +0900
-Subject: [PATCH] ARM: S3C64XX: Move to using library build for device definitions
-
-To improve the build coverage and to remove the numerous CONFIG_S3C_DEV
-defines, try moving the plat-s3c64xx device definition files to be part
-of a library.
-
-Due to the fact it seems to be impossible to add libs-y in a platform or
-device makefile, we need to add libs-y to arch/arm depending on the
-CONFIG_PLAT_S3C64XX. We move the .c files to arch/arm/plat-s3c64xx/devs
-as any directories added to libs-y also have their obj-y added to the
-build.
-
-Signed-off-by: Ben Dooks <ben-linux@fluff.org>
----
- arch/arm/Makefile                            |    1 +
- arch/arm/plat-s3c64xx/Makefile               |    6 ------
- arch/arm/plat-s3c64xx/{ => devs}/dev-adc.c   |    0
- arch/arm/plat-s3c64xx/{ => devs}/dev-audio.c |    0
- arch/arm/plat-s3c64xx/{ => devs}/dev-spi.c   |    0
- 5 files changed, 1 insertions(+), 6 deletions(-)
- rename arch/arm/plat-s3c64xx/{ => devs}/dev-adc.c (100%)
- rename arch/arm/plat-s3c64xx/{ => devs}/dev-audio.c (100%)
- rename arch/arm/plat-s3c64xx/{ => devs}/dev-spi.c (100%)
-
-diff --git a/arch/arm/Makefile b/arch/arm/Makefile
-index bbcd512..8f53aa5 100644
---- a/arch/arm/Makefile
-+++ b/arch/arm/Makefile
-@@ -232,6 +232,7 @@ core-$(CONFIG_VFP)		+= arch/arm/vfp/
- drivers-$(CONFIG_OPROFILE)      += arch/arm/oprofile/
- 
- libs-y				:= arch/arm/lib/ $(libs-y)
-+libs-$(CONFIG_PLAT_S3C64XX)	+= arch/arm/plat-s3c64xx/devs/
- 
- # Default target when executing plain make
- ifeq ($(CONFIG_XIP_KERNEL),y)
-diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
-index 80255a5..fd3d0b4 100644
---- a/arch/arm/plat-s3c64xx/Makefile
-+++ b/arch/arm/plat-s3c64xx/Makefile
-@@ -36,15 +36,9 @@ obj-$(CONFIG_PM)		+= irq-pm.o
- 
- obj-$(CONFIG_S3C64XX_DMA)	+= dma.o
- 
--# ADC support
--
--obj-$(CONFIG_S3C_ADC)		+= dev-adc.o
--
- # Device setup
- 
- obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
- obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
- obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
- obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
--obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o
--obj-$(CONFIG_SPI_S3C64XX) += dev-spi.o
-diff --git a/arch/arm/plat-s3c64xx/dev-adc.c b/arch/arm/plat-s3c64xx/devs/dev-adc.c
-similarity index 100%
-rename from arch/arm/plat-s3c64xx/dev-adc.c
-rename to arch/arm/plat-s3c64xx/devs/dev-adc.c
-diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/devs/dev-audio.c
-similarity index 100%
-rename from arch/arm/plat-s3c64xx/dev-audio.c
-rename to arch/arm/plat-s3c64xx/devs/dev-audio.c
-diff --git a/arch/arm/plat-s3c64xx/dev-spi.c b/arch/arm/plat-s3c64xx/devs/dev-spi.c
-similarity index 100%
-rename from arch/arm/plat-s3c64xx/dev-spi.c
-rename to arch/arm/plat-s3c64xx/devs/dev-spi.c
--- 
-1.6.0.4
-
-
--- 
-Ben
-
-Q:      What's a light-year?
-A:      One-third less calories than a regular year.
diff --git a/a/content_digest b/N1/content_digest
index 98d7206..b1fe9fb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,7 @@
- "From\0Ben Dooks <ben-linux@fluff.org>\0"
+ "From\0ben-linux@fluff.org (Ben Dooks)\0"
  "Subject\0RFC: change device building for s3c24xx/s3c64xx/s5p series\0"
  "Date\0Thu, 28 Jan 2010 08:23:07 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org"
- " Linux Samsung SoC <linux-samsung-soc@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "After thinking a bit about the current build for the Samsung architectures\n"
@@ -26,89 +25,6 @@
  "that all boards would need to be altered. It would also mean that each\n"
  "board would need to know which SoC it is using.\n"
  "\n"
- "Any views on the subject would be useful.\n"
- "\n"
- "\n"
- "\n"
- ">From a199491fc951d114d31d39947d88030bf2d75429 Mon Sep 17 00:00:00 2001\n"
- "From: Ben Dooks <ben-linux@fluff.org>\n"
- "Date: Thu, 28 Jan 2010 16:08:44 +0900\n"
- "Subject: [PATCH] ARM: S3C64XX: Move to using library build for device definitions\n"
- "\n"
- "To improve the build coverage and to remove the numerous CONFIG_S3C_DEV\n"
- "defines, try moving the plat-s3c64xx device definition files to be part\n"
- "of a library.\n"
- "\n"
- "Due to the fact it seems to be impossible to add libs-y in a platform or\n"
- "device makefile, we need to add libs-y to arch/arm depending on the\n"
- "CONFIG_PLAT_S3C64XX. We move the .c files to arch/arm/plat-s3c64xx/devs\n"
- "as any directories added to libs-y also have their obj-y added to the\n"
- "build.\n"
- "\n"
- "Signed-off-by: Ben Dooks <ben-linux@fluff.org>\n"
- "---\n"
- " arch/arm/Makefile                            |    1 +\n"
- " arch/arm/plat-s3c64xx/Makefile               |    6 ------\n"
- " arch/arm/plat-s3c64xx/{ => devs}/dev-adc.c   |    0\n"
- " arch/arm/plat-s3c64xx/{ => devs}/dev-audio.c |    0\n"
- " arch/arm/plat-s3c64xx/{ => devs}/dev-spi.c   |    0\n"
- " 5 files changed, 1 insertions(+), 6 deletions(-)\n"
- " rename arch/arm/plat-s3c64xx/{ => devs}/dev-adc.c (100%)\n"
- " rename arch/arm/plat-s3c64xx/{ => devs}/dev-audio.c (100%)\n"
- " rename arch/arm/plat-s3c64xx/{ => devs}/dev-spi.c (100%)\n"
- "\n"
- "diff --git a/arch/arm/Makefile b/arch/arm/Makefile\n"
- "index bbcd512..8f53aa5 100644\n"
- "--- a/arch/arm/Makefile\n"
- "+++ b/arch/arm/Makefile\n"
- "@@ -232,6 +232,7 @@ core-$(CONFIG_VFP)\t\t+= arch/arm/vfp/\n"
- " drivers-$(CONFIG_OPROFILE)      += arch/arm/oprofile/\n"
- " \n"
- " libs-y\t\t\t\t:= arch/arm/lib/ $(libs-y)\n"
- "+libs-$(CONFIG_PLAT_S3C64XX)\t+= arch/arm/plat-s3c64xx/devs/\n"
- " \n"
- " # Default target when executing plain make\n"
- " ifeq ($(CONFIG_XIP_KERNEL),y)\n"
- "diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile\n"
- "index 80255a5..fd3d0b4 100644\n"
- "--- a/arch/arm/plat-s3c64xx/Makefile\n"
- "+++ b/arch/arm/plat-s3c64xx/Makefile\n"
- "@@ -36,15 +36,9 @@ obj-$(CONFIG_PM)\t\t+= irq-pm.o\n"
- " \n"
- " obj-$(CONFIG_S3C64XX_DMA)\t+= dma.o\n"
- " \n"
- "-# ADC support\n"
- "-\n"
- "-obj-$(CONFIG_S3C_ADC)\t\t+= dev-adc.o\n"
- "-\n"
- " # Device setup\n"
- " \n"
- " obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o\n"
- " obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o\n"
- " obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o\n"
- " obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o\n"
- "-obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o\n"
- "-obj-$(CONFIG_SPI_S3C64XX) += dev-spi.o\n"
- "diff --git a/arch/arm/plat-s3c64xx/dev-adc.c b/arch/arm/plat-s3c64xx/devs/dev-adc.c\n"
- "similarity index 100%\n"
- "rename from arch/arm/plat-s3c64xx/dev-adc.c\n"
- "rename to arch/arm/plat-s3c64xx/devs/dev-adc.c\n"
- "diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/devs/dev-audio.c\n"
- "similarity index 100%\n"
- "rename from arch/arm/plat-s3c64xx/dev-audio.c\n"
- "rename to arch/arm/plat-s3c64xx/devs/dev-audio.c\n"
- "diff --git a/arch/arm/plat-s3c64xx/dev-spi.c b/arch/arm/plat-s3c64xx/devs/dev-spi.c\n"
- "similarity index 100%\n"
- "rename from arch/arm/plat-s3c64xx/dev-spi.c\n"
- "rename to arch/arm/plat-s3c64xx/devs/dev-spi.c\n"
- "-- \n"
- "1.6.0.4\n"
- "\n"
- "\n"
- "-- \n"
- "Ben\n"
- "\n"
- "Q:      What's a light-year?\n"
- A:      One-third less calories than a regular year.
+ Any views on the subject would be useful.
 
-b747226e34e04235ab15103bb530ba8f1861de573a5c1eafa558374f3479806a
+23135b922ab9206a28509e33b84b1e4858675ae38bcfa32e6bbbc073151a6239

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.