| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-14 | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini <trini@ti.com> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
| 2013-04-01 | Consolidate bool type | York Sun | |
| 'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true = 1, false = 0. Replace FALSE, False with false. Replace TRUE, True with true. Skip *.py, *.php, lib/* files. Signed-off-by: York Sun <yorksun@freescale.com> | |||
| 2009-03-20 | ppc4xx: Use correct io accessors for esd 405/440 boards | Matthias Fuchs | |
| This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 macros. Also volatile pointer references are replaced by the new accessors. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de> | |||
| 2004-12-16 | Code cleanup. | wdenk | |
| 2004-12-16 | esd common update | stroese | |