- 69ef96d net: mpc8xx_fec: Migrate to DM_ETH by Christophe Leroy · Thu May 12 15:48:51 2022 +0200
- 1e70f9f net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · Mon Sep 27 14:21:53 2021 +0300
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
- f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
- caefa32 common: Move mii_init() function out of common.h by Simon Glass · Thu Nov 14 12:57:31 2019 -0700
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
- 10ff63a powercp: mpc8xx: move commproc.h by Christophe Leroy · Fri Mar 16 17:20:43 2018 +0100
- 4a4750b powerpc, 8xx: fix missing function declarations. by Christophe Leroy · Thu Jul 13 15:10:08 2017 +0200
- 3598295 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · Fri Jul 07 10:16:42 2017 +0200
- 56ef30a powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · Thu Jul 06 10:33:23 2017 +0200[Renamed (97%) from arch/powerpc/cpu/mpc8xx/fec.c]
- 23da373 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · Thu Jul 06 10:33:21 2017 +0200
- 48f896d powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · Thu Jul 06 10:33:17 2017 +0200
- 394f9b3 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · Thu Jul 06 10:33:13 2017 +0200
- 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · Thu Jul 06 10:23:22 2017 +0200
- 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · Wed Jun 07 17:33:09 2017 +0200
- 8937073 powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · Mon Jan 23 13:31:23 2017 -0700
- ece1aa6 net: mii: Fix changes made by spatch by Joe Hershberger · Mon Aug 08 11:28:40 2016 -0500
- 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · Mon Aug 08 11:28:38 2016 -0500
- 0c91159 arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. by Robert P. J. Day · Mon May 23 06:49:21 2016 -0400
- 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
- 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
- 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
- 1bb644e ppc: Zap ICU862 board by Marek Vasut · Wed Oct 22 21:34:46 2014 +0200
- 8c970ec mpc8xx: remove fads board support by Masahiro Yamada · Fri Jun 20 13:54:55 2014 +0900
- 43d9a80 mpc8xx: remove netta, netta2, netphone board support by Masahiro Yamada · Fri Jun 20 13:54:54 2014 +0900
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
- 9032676 PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · Wed Oct 24 02:36:15 2012 +0000
- 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · Wed May 23 07:58:00 2012 +0000
- eba0fe3 MPC8xx: fix "Remove volatile from net API" aftermath by Wolfgang Denk · Sun May 20 21:14:54 2012 +0000
- 51fc4a9 mpc8xx/fec.c: Fix GCC 4.6 build warnings by Wolfgang Denk · Fri Nov 04 15:55:21 2011 +0000
- d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · Thu Dec 23 15:40:12 2010 -0500
- 5ff5fdb miiphy: constify device name by Mike Frysinger · Tue Jul 27 18:35:08 2010 -0400
- c5e8405 net ppc: fix ethernet device names with spaces by Heiko Schocher · Tue Jul 20 17:45:02 2010 +0200
- 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200[Renamed from arch/ppc/cpu/mpc8xx/fec.c]
- 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500[Renamed from cpu/mpc8xx/fec.c]
- af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
- 718dcbc MPC8xx FEC driver: fix compiler warning. by Wolfgang Denk · Sun Jan 13 02:19:13 2008 +0100
- de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
- 9759107 Fix and optimize MII operations on FEC (MPC8xx) controllers by Guennadi Liakhovetski · Thu Nov 29 21:15:56 2007 +0100
- 07efe2a cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 10:27:39 2007 -0500
- 526e5ce cpu/m*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 19:06:00 2007 -0500
- 6637e4c cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:03:08 2007 -0500
- 13af9f0 Add support for TQM885D board. Patch by Martin Krause, 20 Mar 2006 by Markus Klotzbuecher · Wed Jul 12 15:26:01 2006 +0200
- 985a910 Bugfix in FEC initialisation: by Markus Klotzbuecher · Wed Jul 12 09:08:36 2006 +0200
- 8f82485 Support for spc1920 board. Patch by Markus Klotzbuecher, 12 Jul 2006 by Markus Klotzbuecher · Wed Jul 12 08:48:24 2006 +0200
- 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
- aab8c49 Add support for multiple PHYs. by Marian Balakowicz · Fri Oct 28 22:30:33 2005 +0200
- c4e854f Patch by Pantelis Antoniou, 5 May 2004: by wdenk · Mon Jun 07 23:46:25 2004 +0000
- a7556b2 Patch by Yuli Barcohen, 19 Apr 2004: by wdenk · Sun Jun 06 21:35:06 2004 +0000
- 50fc90c * Fix config option spelling in PM520 config file by wdenk · Wed May 05 08:31:53 2004 +0000
- 0593920 * Cleanup, minor fixes by wdenk · Sun Apr 18 17:39:38 2004 +0000
- 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · Sun Apr 18 10:13:26 2004 +0000
- e7047de Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 21:31:56 2004 +0000
- ad276f2 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · Sun Jan 04 16:28:35 2004 +0000
- 1ee550e * Patch by Anders Larsen, 18 Sep 2003: by wdenk · Wed Oct 08 22:14:02 2003 +0000
- 2bb1105 * Patch by Martin Krause, 17 Jul 2003: by wdenk · Thu Jul 17 23:16:40 2003 +0000
- 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
- 1272e23 * Vince Husovsky, 7 Nov 2002: by wdenk · Sun Nov 10 22:06:23 2002 +0000
- c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000