/* * Setup code for AT91RM9200 * * Copyright (C) 2011 Atmel, * 2011 Nicolas Ferre <nicolas.ferre@atmel.com> * 2012 Joachim Eastwood <manabian@gmail.com> * * Licensed under GPLv2 or later. */ #include <linux/of.h> #include <linux/of_platform.h> #include <asm/mach/arch.h> #include "generic.h"
static void __init at91rm9200_dt_device_init(void) { of_platform_default_populate(NULL, NULL, NULL); at91rm9200_pm_init(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexandre Belloni | 16 | 76.19% | 2 | 40.00% |
Nicolas Ferre | 4 | 19.05% | 2 | 40.00% |
Kefeng Wang | 1 | 4.76% | 1 | 20.00% |
Total | 21 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joachim Eastwood | 32 | 48.48% | 1 | 10.00% |
Alexandre Belloni | 25 | 37.88% | 4 | 40.00% |
Nicolas Ferre | 7 | 10.61% | 3 | 30.00% |
Kefeng Wang | 1 | 1.52% | 1 | 10.00% |
Nico Pitre | 1 | 1.52% | 1 | 10.00% |
Total | 66 | 100.00% | 10 | 100.00% |