All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] net: use platform_{get,set}_drvdata()
@ 2013-08-15 13:01 ` Libo Chen
  0 siblings, 0 replies; 12+ messages in thread
From: Libo Chen @ 2013-08-15 13:01 UTC (permalink / raw)
  To: David Miller
  Cc: Sergei Shtylyov, Greg KH, netdev, jg1.han, Li Zefan, vbordug,
	linuxppc-dev

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

changelog v3:
	remove modify about dev_set_drvdata()
changelog v2:
	this version add modify record about dev_set_drvdata().

Libo Chen (7):
  net: fsl_pq_mdio: use platform_{get,set}_drvdata()
  net: ucc_geth: use platform_{get,set}_drvdata()
  net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()
  net: sunbmac: use platform_{get,set}_drvdata()
  net: sunhme: use platform_{get,set}_drvdata()
  net: xilinx_emaclite: use platform_{get,set}_drvdata()
  net: davinci_mdio: use platform_{get,set}_drvdata()

 drivers/net/ethernet/freescale/fec_mpc52xx_phy.c |    3 +--
 drivers/net/ethernet/freescale/fsl_pq_mdio.c     |    2 +-
 drivers/net/ethernet/freescale/ucc_geth.c        |    3 +--
 drivers/net/ethernet/sun/sunbmac.c               |    2 +-
 drivers/net/ethernet/sun/sunhme.c                |    6 +++---
 drivers/net/ethernet/ti/davinci_mdio.c           |    3 +--
 drivers/net/ethernet/xilinx/xilinx_emaclite.c    |    3 +--
 7 files changed, 9 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-08-16  2:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 13:01 [PATCH v3 0/7] net: use platform_{get,set}_drvdata() Libo Chen
2013-08-15 13:01 ` Libo Chen
2013-08-15 22:23 ` David Miller
2013-08-15 22:23   ` David Miller
2013-08-15 22:39   ` David Miller
2013-08-15 22:39     ` David Miller
2013-08-15 22:51     ` Sergei Shtylyov
2013-08-15 22:51       ` Sergei Shtylyov
2013-08-15 23:04       ` Sergei Shtylyov
2013-08-15 23:04         ` Sergei Shtylyov
2013-08-16  2:15     ` Libo Chen
2013-08-16  2:15       ` Libo Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.