From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 3/24] drivers/char : move char drivers to drivers/char
Date: Tue, 09 Oct 2007 23:04:32 +0200 [thread overview]
Message-ID: <470BECE0.7060108@jcrosoft.com> (raw)
In-Reply-To: <470B174C.6070008@jcrosoft.com>
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Sun, 23 Sep 2007 00:46:31 +0200
Subject: [PATCH] drivers/char : move char drivers to drivers/char
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
drivers/Makefile | 1 -
drivers/char/Makefile | 2 +-
drivers/{ => char}/pc_keyb.c | 0
drivers/{ => char}/ps2mult.c | 0
drivers/{ => char}/ps2ser.c | 0
5 files changed, 1 insertions(+), 2 deletions(-)
rename drivers/{ => char}/pc_keyb.c (100%)
rename drivers/{ => char}/ps2mult.c (100%)
rename drivers/{ => char}/ps2ser.c (100%)
diff --git a/drivers/Makefile b/drivers/Makefile
index cb699a7..a50d881 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -37,7 +37,6 @@ COBJS = 3c589.o 5701rls.o ali512x.o at45.o atmel_usart.o \
ns16550.o ns8382x.o ns87308.o ns7520_eth.o omap1510_i2c.o \
omap24xx_i2c.o pci.o pci_auto.o pci_indirect.o \
pcnet.o plb2800_eth.o \
- ps2ser.o ps2mult.o pc_keyb.o \
rtl8019.o rtl8139.o rtl8169.o \
s3c4510b_eth.o s3c4510b_uart.o \
sed13806.o sed156x.o \
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 90e97f3..73e58f4 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libchar.a
-COBJS :=
+COBJS := pc_keyb.o ps2mult.o ps2ser.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
diff --git a/drivers/pc_keyb.c b/drivers/char/pc_keyb.c
similarity index 100%
rename from drivers/pc_keyb.c
rename to drivers/char/pc_keyb.c
diff --git a/drivers/ps2mult.c b/drivers/char/ps2mult.c
similarity index 100%
rename from drivers/ps2mult.c
rename to drivers/char/ps2mult.c
diff --git a/drivers/ps2ser.c b/drivers/char/ps2ser.c
similarity index 100%
rename from drivers/ps2ser.c
rename to drivers/char/ps2ser.c
--
1.5.3.2
next prev parent reply other threads:[~2007-10-09 21:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-09 5:53 [U-Boot-Users] Re-send PATCH Drivers Reorganisation Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 5:59 ` [U-Boot-Users] Re-send [PATCH 1/24] drivers: initial tree import for drivers reorganization Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 6:00 ` [U-Boot-Users] Re-send [PATCH 2/30] drivers/ata: move ata drivers to drivers/ata Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 6:01 ` [U-Boot-Users] Resend [PATCH 3/24] drivers/char : move char drivers to drivers/char Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 21:04 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2007-10-09 21:06 ` [U-Boot-Users] Re-send [PATCH 5/24] drivers/eeprom : move eeprom drivers to drivers/eeprom Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 21:08 ` [U-Boot-Users] Re-send [PATCH 4/24] drivers/block : move block drivers to drivers/block Jean-Christophe PLAGNIOL-VILLARD
2007-10-09 21:09 ` [U-Boot-Users] Re-send [PATCH 6/24] drivers/hwmon : move hardware monitor drviers to drivers/hwmon Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=470BECE0.7060108@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox