/* linux/arch/arm/mach-s3c64xx/s3c6410.c * * Copyright 2008 Simtec Electronics * Copyright 2008 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/adc-core.h> #include <plat/iic-core.h> #include "ata-core.h" #include "common.h" #include "onenand-core.h"
void __init s3c6410_map_io(void) { /* initialise device information early */ s3c6410_default_sdhci0(); s3c6410_default_sdhci1(); s3c6410_default_sdhci2(); /* the i2c devices are directly compatible with s3c2440 */ s3c_i2c0_setname("s3c2440-i2c"); s3c_i2c1_setname("s3c2440-i2c"); s3c_adc_setname("s3c64xx-adc"); s3c_device_nand.name = "s3c6400-nand"; s3c_onenand_setname("s3c6410-onenand"); s3c64xx_onenand1_setname("s3c6410-onenand"); s3c_cfcon_setname("s3c64xx-pata"); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 26 | 47.27% | 4 | 40.00% |
Marek Szyprowski | 10 | 18.18% | 1 | 10.00% |
Peter Korsgaard | 6 | 10.91% | 1 | 10.00% |
Abhilash Kesavan | 5 | 9.09% | 1 | 10.00% |
Naveen Krishna Chatradhi | 5 | 9.09% | 2 | 20.00% |
Maurus Cuelenaere | 3 | 5.45% | 1 | 10.00% |
Total | 55 | 100.00% | 10 | 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 | 45.16% | 1 | 25.00% |
Tomasz Figa | 9 | 29.03% | 1 | 25.00% |
Kay Sievers | 4 | 12.90% | 1 | 25.00% |
Arnd Bergmann | 4 | 12.90% | 1 | 25.00% |
Total | 31 | 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 | 173 | 68.92% | 8 | 40.00% |
Kay Sievers | 18 | 7.17% | 1 | 5.00% |
Tomasz Figa | 13 | 5.18% | 1 | 5.00% |
Marek Szyprowski | 12 | 4.78% | 1 | 5.00% |
Naveen Krishna Chatradhi | 7 | 2.79% | 2 | 10.00% |
Abhilash Kesavan | 7 | 2.79% | 1 | 5.00% |
Peter Korsgaard | 6 | 2.39% | 1 | 5.00% |
Kukjin Kim | 5 | 1.99% | 2 | 10.00% |
Arnd Bergmann | 4 | 1.59% | 1 | 5.00% |
Tushar Behera | 3 | 1.20% | 1 | 5.00% |
Maurus Cuelenaere | 3 | 1.20% | 1 | 5.00% |
Total | 251 | 100.00% | 20 | 100.00% |