[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1351498881-32482-2-git-send-email-hvaibhav@ti.com>
Date: Mon, 29 Oct 2012 13:51:17 +0530
From: Vaibhav Hiremath <hvaibhav@...com>
To: <netdev@...r.kernel.org>
CC: <paul@...an.com>, <linux-arm-kernel@...ts.infradead.org>,
<linux-omap@...r.kernel.org>, Vaibhav Hiremath <hvaibhav@...com>
Subject: [PATCH-V2 0/4] ARM: AM33XX: net: Add DT support to CPGMAC and MDIO driver
This patch-series adds support for,
[1/4]: Typo mistake in CPSW driver while invoking runtime_pm api's
[2/4]: Adds parent<->child relation between CPSW & MDIO module inside cpsw
driver, as in case of AM33XX, the resources are shared and common
register bit-field is provided to control module/clock enable/disable,
makes it difficult to handle common resource.
So the solution here is, to create parent<->child relation between them.
[3/4]: Add hwmod entry for MDIO module, required for MDIO driver.
[4/4]: Add DT device nodes for both CPSW and MDIO modules in am33xx.dtsi,
am335x-evm.dts and am335x-bone.dts file
This patch series has been created on top of linux-omap/master and tested
on both AM335x-EVM and BeagleBone platforms for NFS boot and basic ping
test cases.
All the patches are also available at,
git@...hub.com:hvaibhav/am335x-linux.git am335x-upstream-staging-cpsw
Mugunthan V N (2):
ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio module
arm/dts: am33xx: Add CPSW and MDIO module nodes for AM33XX
Vaibhav Hiremath (2):
net: davinci_mdio: Fix typo mistake in calling runtime-pm api
net: cpsw: Add parent<->child relation support between cpsw and mdio
arch/arm/boot/dts/am335x-bone.dts | 8 ++++
arch/arm/boot/dts/am335x-evm.dts | 8 ++++
arch/arm/boot/dts/am33xx.dtsi | 50 ++++++++++++++++++++++++++++
arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 32 ++++++++++++++++++
drivers/net/ethernet/ti/cpsw.c | 16 ++++++++-
drivers/net/ethernet/ti/davinci_mdio.c | 2 +-
6 files changed, 113 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists