[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1396618825-4241-1-git-send-email-grygorii.strashko@ti.com>
Date: Fri, 4 Apr 2014 16:40:23 +0300
From: Grygorii Strashko <grygorii.strashko@...com>
To: Florian Fainelli <f.fainelli@...il.com>, <netdev@...r.kernel.org>
CC: Randy Dunlap <rdunlap@...radead.org>,
Jonathan Cameron <jic23@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
<prabhakar.csengg@...il.com>, <santosh.shilimkar@...com>,
Sekhar Nori <nsekhar@...com>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<davinci-linux-open-source@...ux.davincidsp.com>,
Grygorii Strashko <grygorii.strashko@...com>
Subject: [PATCH 0/2] introduce devm_mdiobus_alloc/devm_mdiobus_free
Introduce a resource managed devm_mdiobus_alloc()/devm_mdiobus_free()
to automatically clean up MDIO bus alocations made by MDIO drivers,
thus leading to simplified MDIO drivers code.
Update Davinci MDIO driver ss example of new devm APIs usage.
Grygorii Strashko (2):
mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free
net: davinci_mdio: use devm_* api
Documentation/driver-model/devres.txt | 4 ++
drivers/net/ethernet/ti/davinci_mdio.c | 21 ++--------
drivers/net/phy/mdio_bus.c | 68 ++++++++++++++++++++++++++++++++
include/linux/phy.h | 2 +
4 files changed, 78 insertions(+), 17 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists