All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 13/17] ARMNOMMU - platform patch for s3c44b0x
@ 2005-05-07  8:11 Hyok S. Choi
  0 siblings, 0 replies; only message in thread
From: Hyok S. Choi @ 2005-05-07  8:11 UTC (permalink / raw)
  To: linux-arm-kernel, Linux-Kernel List, uClinux development list

nommu/mpu patch set against 2.6.12-rc3-mm3 [13/17]
 
- platform patch for s3c44b0x
 
 arch/arm/mach-s3c44b0x/Kconfig              |   45 +
 arch/arm/mach-s3c44b0x/Makefile             |    8
 arch/arm/mach-s3c44b0x/Makefile.boot        |    2
 arch/arm/mach-s3c44b0x/arch.c               |  107 ++++
 arch/arm/mach-s3c44b0x/cache.S              |   35 +
 arch/arm/mach-s3c44b0x/dma.c                |   22
 arch/arm/mach-s3c44b0x/driver/Kconfig       |   23
 arch/arm/mach-s3c44b0x/driver/Makefile      |   10
 arch/arm/mach-s3c44b0x/driver/console.c     |   41 +
 arch/arm/mach-s3c44b0x/driver/led.c         |   28 +
 arch/arm/mach-s3c44b0x/driver/rtl8019.c     |  419 ++++++++++++++++
 arch/arm/mach-s3c44b0x/driver/rtl8019.h     |   55 ++
 arch/arm/mach-s3c44b0x/head.S               |   74 ++
 arch/arm/mach-s3c44b0x/irq.c                |  143 +++++
 arch/arm/mach-s3c44b0x/mm.c                 |   18
 arch/arm/mach-s3c44b0x/time.c               |  104 ++++
 include/asm-arm/arch-s3c44b0x/dma.h         |   20
 include/asm-arm/arch-s3c44b0x/entry-macro.S |   31 +
 include/asm-arm/arch-s3c44b0x/hardware.h    |   35 +
 include/asm-arm/arch-s3c44b0x/io.h          |   63 ++
 include/asm-arm/arch-s3c44b0x/irq.h         |   20
 include/asm-arm/arch-s3c44b0x/irqs.h        |   37 +
 include/asm-arm/arch-s3c44b0x/keyboard.h    |   16
 include/asm-arm/arch-s3c44b0x/memory.h      |   24
 include/asm-arm/arch-s3c44b0x/param.h       |    6
 include/asm-arm/arch-s3c44b0x/s3c44b0x.h    |  704
++++++++++++++++++++++++++++
 include/asm-arm/arch-s3c44b0x/sizes.h       |   52 ++
 include/asm-arm/arch-s3c44b0x/system.h      |   25
 include/asm-arm/arch-s3c44b0x/time.h        |    7
 include/asm-arm/arch-s3c44b0x/timex.h       |   10
 include/asm-arm/arch-s3c44b0x/uncompress.c  |   23
 include/asm-arm/arch-s3c44b0x/uncompress.h  |   51 ++
 include/asm-arm/arch-s3c44b0x/vmalloc.h     |   18
 33 files changed, 2276 insertions(+)
 
Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
the patch :
http://opensrc.sec.samsung.com/download/linux-2.6.12-rc3-mm3-hsc0-s3c44b0x.p
atch.bz2
 
---
Hyok S. Choi
[Linux 2.6 for MMU-less ARM Project] http://opensrc.sec.samsung.com/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-07  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-07  8:11 [PATCH 13/17] ARMNOMMU - platform patch for s3c44b0x Hyok S. Choi

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.