/* * 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. * * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> * Copyright (C) 2012 John Crispin <john@phrozen.org> */ #include <linux/init.h> #include <linux/io.h> #include <linux/pm.h> #include <asm/reboot.h> #include <linux/export.h> #include <lantiq_soc.h> /* * Dummy implementation. Used to allow platform code to find out what * source was booted from */
unsigned char ltq_boot_select(void) { return BS_SPI; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 10 | 90.91% | 1 | 50.00% |
Ralf Bächle | 1 | 9.09% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 102 | 100.00% | 1 | 100.00% |
Total | 102 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 24 | 100.00% | 1 | 100.00% |
Total | 24 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Crispin | 220 | 99.10% | 2 | 66.67% |
Ralf Bächle | 2 | 0.90% | 1 | 33.33% |
Total | 222 | 100.00% | 3 | 100.00% |