mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 11/17] ARMNOMMU - platform patch for s3c24a0
@ 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 [11/17]
 
- platform patch for s3c24a0
 
 arch/arm/mach-s3c24a0/Kconfig                  |   13
 arch/arm/mach-s3c24a0/Makefile                 |   30
 arch/arm/mach-s3c24a0/Makefile.boot            |    3
 arch/arm/mach-s3c24a0/clocks.c                 |  118 ++
 arch/arm/mach-s3c24a0/generic.c                |   42
 arch/arm/mach-s3c24a0/generic.h                |   14
 arch/arm/mach-s3c24a0/head.S                   |  173 ++
 arch/arm/mach-s3c24a0/irq.c                    |  314 +++++
 arch/arm/mach-s3c24a0/leds-smdk.c              |  122 ++
 arch/arm/mach-s3c24a0/leds.c                   |   30
 arch/arm/mach-s3c24a0/leds.h                   |    7
 arch/arm/mach-s3c24a0/registers.c              |  262 ++++
 arch/arm/mach-s3c24a0/smdk.c                   |  215 +++
 arch/arm/mach-s3c24a0/time.c                   |  249 ++++
 include/asm-arm/arch-s3c24a0/S3C24A0.h         | 1462
+++++++++++++++++++++++++
 include/asm-arm/arch-s3c24a0/bitfield.h        |  116 +
 include/asm-arm/arch-s3c24a0/clocks.h          |   38
 include/asm-arm/arch-s3c24a0/debug-macro.S     |   40
 include/asm-arm/arch-s3c24a0/dma.h             |   55
 include/asm-arm/arch-s3c24a0/entry-macro.S     |   32
 include/asm-arm/arch-s3c24a0/hardware.h        |  145 ++
 include/asm-arm/arch-s3c24a0/ide.h             |  148 ++
 include/asm-arm/arch-s3c24a0/io.h              |   45
 include/asm-arm/arch-s3c24a0/irq.h             |   16
 include/asm-arm/arch-s3c24a0/irqs.h            |  144 ++
 include/asm-arm/arch-s3c24a0/keyboard.h        |  134 ++
 include/asm-arm/arch-s3c24a0/memory.h          |   44
 include/asm-arm/arch-s3c24a0/param.h           |   11
 include/asm-arm/arch-s3c24a0/s3c24a0-common.h  |   35
 include/asm-arm/arch-s3c24a0/s3c24a0-ioctl.h   |  156 ++
 include/asm-arm/arch-s3c24a0/s3c24a0-key.h     |  116 +
 include/asm-arm/arch-s3c24a0/s3c24a0-machine.h |  223 +++
 include/asm-arm/arch-s3c24a0/s3c24a0_nand.h    |  485 ++++++++
 include/asm-arm/arch-s3c24a0/smdk.h            |  144 ++
 include/asm-arm/arch-s3c24a0/system.h          |   32
 include/asm-arm/arch-s3c24a0/time.h            |   16
 include/asm-arm/arch-s3c24a0/timex.h           |   27
 include/asm-arm/arch-s3c24a0/uncompress-jtag.h |   58
 include/asm-arm/arch-s3c24a0/uncompress.h      |   60 +
 include/asm-arm/arch-s3c24a0/vmalloc.h         |   24
 40 files changed, 5398 insertions(+)
 
Signed-off-by: HeeChul Yun <heechul.yun@samsung.com>
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-s3c24a0.pa
tch.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:24 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 11/17] ARMNOMMU - platform patch for s3c24a0 Hyok S. Choi

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

Powered by JetHome