/* * linux/arch/arm/mach-w90x900/mach-nuc910evb.c * * Based on mach-s3c2410/mach-smdk2410.c by Jonas Dietsche * * Copyright (C) 2008 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation;version 2 of the License. * */ #include <linux/platform_device.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <asm/mach-types.h> #include <mach/map.h> #include "nuc910.h"
static void __init nuc910evb_map_io(void) { nuc910_map_io(); nuc910_init_clocks(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Wan ZongShun | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Wan ZongShun | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Wan ZongShun | 72 | 91.14% | 1 | 33.33% |
Russell King | 5 | 6.33% | 1 | 33.33% |
Stephen Warren | 2 | 2.53% | 1 | 33.33% |
Total | 79 | 100.00% | 3 | 100.00% |