From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id F30BADDE00 for ; Wed, 18 Jun 2008 09:03:27 +1000 (EST) From: John Rigby To: Scott Wood , linuxppc-dev@ozlabs.org, jeff@garzik.org, Sam Ravnborg Subject: [PATCH 0/2] Add MPC5121 FEC suppport Date: Tue, 17 Jun 2008 17:03:12 -0600 Message-Id: <1213743794-3537-1-git-send-email-jrigby@freescale.com> Cc: netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Note: This patch series assumes Kumar's Remove !CONFIG_PPC_CPM_NEW_BINDING patch has been applied. http://patchwork.ozlabs.org/linuxppc/patch?q=kumar&id=18939 Addresses all comments to previous patch. Split the patch into two parts: Part 1 fixes all problems reported by checkpatch.pl and changes instances of fec_t to struct fec. Part 2 addes 5121 support. And cleans up the Kconfig logic based on input from Scott Wood and Sam Ravnborg.