The following series is the minimum we need to add to vanilla
kernel to get a boot and working rootfs action on GTA02 / Freerunner.

The idea is that once we have this upstream, we will be able to
hang the other drivers off it.

It's marked as RFC to try to make it most palatable to upstream,
so comments that will help with that are welcome.

---

Andy Green (2):
      introduce-gta02-beachhead.patch
      config-gta02-moredrivers-add.patch

Harald Welte (2):
      fix-nand-partitions.patch
      introduce-cpu-s3c2442b.patch


 arch/arm/configs/gta02_moredrivers_defconfig | 2101 ++++++++++++++++++++++++++
 arch/arm/mach-s3c2442/Kconfig                |   22 
 arch/arm/mach-s3c2442/Makefile               |    2 
 arch/arm/mach-s3c2442/include/mach/gta02.h   |   87 +
 arch/arm/mach-s3c2442/mach-gta02.c           |  656 ++++++++
 arch/arm/plat-s3c/include/plat/nand.h        |    1 
 arch/arm/plat-s3c24xx/cpu.c                  |   10 
 drivers/mtd/nand/s3c2410.c                   |   29 
 8 files changed, 2902 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/configs/gta02_moredrivers_defconfig
 create mode 100644 arch/arm/mach-s3c2442/include/mach/gta02.h
 create mode 100644 arch/arm/mach-s3c2442/mach-gta02.c

-- 
Signature

Reply via email to