| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-06 | ARM: NET: Remove the IXP NPE ethernet driver | Marek Vasut | |
| This driver is no longer used, remove it. Signed-off-by: Marek Vasut <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Michael Schwingen <[email protected]> Cc: Tom Rini <[email protected]> | |||
| 2013-11-08 | cosmetic: remove empty lines at the top of file | Masahiro Yamada | |
| Signed-off-by: Masahiro Yamada <[email protected]> | |||
| 2013-08-19 | SPDX-License-Identifier: convert BSD-3-Clause files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini Don't remove some copyrights by accident] Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-08-19 | net: Use ARRAY_SIZE at appropriate places | Axel Lin | |
| Use ARRAY_SIZE instead of having similar implementation in each drivers. The NUMELEMS defined in drivers/net/npe/include/IxOsalTypes.h is not used at all, so this patch removes it instead of converting it to use ARRAY_SIZE. Signed-off-by: Axel Lin <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Ben Warren <[email protected]> Cc: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: TsiChungLiew <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: York Sun <[email protected]> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 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 <[email protected]> | |||
| 2012-09-24 | dm: net: Move IXP NPE to drivers/net/ | Marek Vasut | |
| Signed-off-by: Marek Vasut <[email protected]> Cc: Bryan Hundven <[email protected]> Cc: Michael Schwingen <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: U-Boot DM <[email protected]> Cc: Joe Hershberger <[email protected]> | |||
