public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] ARM: s3c44b0: remove remainders of dead board
@ 2013-08-19  6:01 Masahiro Yamada
  2013-08-19  6:01 ` [U-Boot] [PATCH 1/4] " Masahiro Yamada
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Masahiro Yamada @ 2013-08-19  6:01 UTC (permalink / raw)
  To: u-boot

Commit 5dc5f36 removed the support for B2 board,
which was the last S3C44B0 SoC board.

These series of patches remove s3c44b0-specific
code and drivers:

  - arch/arm/cpu/s3c44b0/*
  - arch/arm/include/asm/arch-s3c44b0/*
  - drivers/i2c/s3c44b0_i2c.c
  - drivers/serial/serial_s3c44b0.c
  - drivers/rtc/s3c44b0_rtc.c

Cc: Wolfgang Denk <wd@denx.de>
Cc: Andrea Scian <andrea.scian@dave-tech.it>

Masahiro Yamada (4):
  ARM: s3c44b0: remove remainders of dead board
  drivers: s3c44b0_i2c: delete an unused driver
  drivers: serial_s3c44b0: delete an unused driver
  drivers: s3c44b0_rtc: delete an unused driver

 README                                       |    1 -
 arch/arm/cpu/s3c44b0/Makefile                |   34 ---
 arch/arm/cpu/s3c44b0/cache.c                 |   74 -------
 arch/arm/cpu/s3c44b0/config.mk               |   18 --
 arch/arm/cpu/s3c44b0/cpu.c                   |   58 -----
 arch/arm/cpu/s3c44b0/start.S                 |  228 --------------------
 arch/arm/cpu/s3c44b0/timer.c                 |  102 ---------
 arch/arm/include/asm/arch-s3c44b0/hardware.h |  281 ------------------------
 doc/driver-model/UDM-rtc.txt                 |   15 +-
 doc/driver-model/UDM-serial.txt              |   16 +-
 drivers/i2c/Makefile                         |    1 -
 drivers/i2c/s3c44b0_i2c.c                    |  299 --------------------------
 drivers/rtc/Makefile                         |    1 -
 drivers/rtc/s3c44b0_rtc.c                    |   84 --------
 drivers/serial/Makefile                      |    1 -
 drivers/serial/serial.c                      |    2 -
 drivers/serial/serial_s3c44b0.c              |  216 -------------------
 17 files changed, 11 insertions(+), 1420 deletions(-)
 delete mode 100644 arch/arm/cpu/s3c44b0/Makefile
 delete mode 100644 arch/arm/cpu/s3c44b0/cache.c
 delete mode 100644 arch/arm/cpu/s3c44b0/config.mk
 delete mode 100644 arch/arm/cpu/s3c44b0/cpu.c
 delete mode 100644 arch/arm/cpu/s3c44b0/start.S
 delete mode 100644 arch/arm/cpu/s3c44b0/timer.c
 delete mode 100644 arch/arm/include/asm/arch-s3c44b0/hardware.h
 delete mode 100644 drivers/i2c/s3c44b0_i2c.c
 delete mode 100644 drivers/rtc/s3c44b0_rtc.c
 delete mode 100644 drivers/serial/serial_s3c44b0.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-09-19  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19  6:01 [U-Boot] [PATCH 0/4] ARM: s3c44b0: remove remainders of dead board Masahiro Yamada
2013-08-19  6:01 ` [U-Boot] [PATCH 1/4] " Masahiro Yamada
2013-08-19  6:01 ` [U-Boot] [PATCH 2/4] drivers: s3c44b0_i2c: delete an unused driver Masahiro Yamada
2013-08-19  6:51   ` Heiko Schocher
2013-08-19  6:01 ` [U-Boot] [PATCH 3/4] drivers: serial_s3c44b0: " Masahiro Yamada
2013-08-19  6:01 ` [U-Boot] [PATCH 4/4] drivers: s3c44b0_rtc: " Masahiro Yamada
2013-09-19  8:53 ` [U-Boot] [PATCH 0/4] ARM: s3c44b0: remove remainders of dead board Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox