/* linux/arch/arm/mach-s3c64xx/cpu.c * * Copyright 2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* * NOTE: Code in this file is not used when booting with Device Tree support. */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/timer.h> #include <linux/init.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/device.h> #include <linux/serial_core.h> #include <linux/serial_s3c.h> #include <linux/platform_device.h> #include <linux/of.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <asm/mach/irq.h> #include <mach/hardware.h> #include <asm/irq.h> #include <plat/cpu-freq.h> #include <mach/regs-clock.h> #include <plat/cpu.h> #include <plat/devs.h> #include <plat/sdhci.h> #include <plat/iic-core.h> #include "common.h" #include "onenand-core.h"
void __init s3c6400_map_io(void) { /* setup SDHCI */ s3c6400_default_sdhci0(); s3c6400_default_sdhci1(); s3c6400_default_sdhci2(); /* the i2c devices are directly compatible with s3c2440 */ s3c_i2c0_setname("s3c2440-i2c"); s3c_device_nand.name = "s3c6400-nand"; s3c_onenand_setname("s3c6400-onenand"); s3c64xx_onenand1_setname("s3c6400-onenand"); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 21 | 52.50% | 2 | 40.00% |
Marek Szyprowski | 10 | 25.00% | 1 | 20.00% |
Peter Korsgaard | 6 | 15.00% | 1 | 20.00% |
Maurus Cuelenaere | 3 | 7.50% | 1 | 20.00% |
Total | 40 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 25 | 100.00% | 1 | 100.00% |
Total | 25 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 14 | 46.67% | 1 | 25.00% |
Tomasz Figa | 9 | 30.00% | 1 | 25.00% |
Kay Sievers | 4 | 13.33% | 1 | 25.00% |
Arnd Bergmann | 3 | 10.00% | 1 | 25.00% |
Total | 30 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 18 | 90.00% | 1 | 50.00% |
Kay Sievers | 2 | 10.00% | 1 | 50.00% |
Total | 20 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 169 | 73.48% | 5 | 35.71% |
Kay Sievers | 18 | 7.83% | 1 | 7.14% |
Tomasz Figa | 13 | 5.65% | 1 | 7.14% |
Marek Szyprowski | 12 | 5.22% | 1 | 7.14% |
Peter Korsgaard | 6 | 2.61% | 1 | 7.14% |
Maurus Cuelenaere | 3 | 1.30% | 1 | 7.14% |
Tushar Behera | 3 | 1.30% | 1 | 7.14% |
Arnd Bergmann | 3 | 1.30% | 1 | 7.14% |
Kukjin Kim | 2 | 0.87% | 1 | 7.14% |
Mark Brown | 1 | 0.43% | 1 | 7.14% |
Total | 230 | 100.00% | 14 | 100.00% |