All of lore.kernel.org
 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 13/17] ARMNOMMU - platform patch for s3c44b0x
Date: Sat, 07 May 2005 17:11:15 +0900	[thread overview]
Message-ID: <0IG400CP91HGSY@mmp1.samsung.com> (raw)

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/


                 reply	other threads:[~2005-05-07  8:20 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=0IG400CP91HGSY@mmp1.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 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.