From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Wed, 20 Oct 2010 00:26:15 -0500 Subject: [U-Boot] [PATCH 1/2] powerpc/fsl: Introduce common enum for PHY types In-Reply-To: <1285856311-7471-1-git-send-email-galak@kernel.crashing.org> References: <1285856311-7471-1-git-send-email-galak@kernel.crashing.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote: > Have a common enum for phy types that we use in the UCC driver. We will > also use this enum for dealing with phy connection fixup in the device > tree. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/include/asm/fsl_enet.h | 31 +++++++++++++++++++++++++++++++ > drivers/qe/uec.c | 10 +++++----- > drivers/qe/uec.h | 20 +++----------------- > drivers/qe/uec_phy.c | 8 ++++---- > 4 files changed, 43 insertions(+), 26 deletions(-) > create mode 100644 arch/powerpc/include/asm/fsl_enet.h applied to 85xx, hopes that's not an issue Ben. - k