mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Hyok S. Choi" <hyok.choi@samsung.com>
To: linux-arm-kernel@lists.arm.linux.org.uk,
	Linux-Kernel List <linux-kernel@vger.kernel.org>,
	uClinux development list <uclinux-dev@uclinux.org>
Subject: [PATCH 11/17] ARMNOMMU - platform patch for s3c24a0
Date: Sat, 07 May 2005 17:11:00 +0900	[thread overview]
Message-ID: <0IG400GS51H1NY@mmp2.samsung.com> (raw)

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/


                 reply	other threads:[~2005-05-07  8:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=0IG400GS51H1NY@mmp2.samsung.com \
    --to=hyok.choi@samsung.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=uclinux-dev@uclinux.org \
    /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

Powered by JetHome