Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: NET: Remove the IXP NPE ethernet driver | Marek Vasut | 2014-02-06 | -1292/+0 |
| | | | | | | | | | This driver is no longer used, remove it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Michael Schwingen <michael@schwingen.org> Cc: Tom Rini <trini@ti.com> | |||
* | SPDX-License-Identifier: convert BSD-3-Clause files | Wolfgang Denk | 2013-08-19 | -25/+1 |
| | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini Don't remove some copyrights by accident] Signed-off-by: Tom Rini <trini@ti.com> | |||
* | Consolidate bool type | York Sun | 2013-04-01 | -7/+7 |
| | | | | | | | | | | | | | '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> | |||
* | dm: net: Move IXP NPE to drivers/net/ | Marek Vasut | 2012-09-24 | -0/+1316 |
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Bryan Hundven <bryanhundven@gmail.com> Cc: Michael Schwingen <rincewind@discworld.dascon.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: U-Boot DM <u-boot-dm@lists.denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com> |