public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] usb: use platform_{get,set}_drvdata()
@ 2013-08-27  8:10 Libo Chen
  0 siblings, 0 replies; only message in thread
From: Libo Chen @ 2013-08-27  8:10 UTC (permalink / raw)
  To: Greg KH; +Cc: balbi, USB, LKML, Li Zefan, stern


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.

Libo Chen (4):
  usb: fotg210-udc: use platform_{get,set}_drvdata()
  usb: r8a66597-hcd: use platform_{get,set}_drvdata()
  usb: phy-tegra-usb: use platform_{get,set}_drvdata()
  usb: renesas_usbhs: use platform_{get,set}_drvdata()

 drivers/usb/gadget/fotg210-udc.c   |    4 ++--
 drivers/usb/host/r8a66597-hcd.c    |    4 ++--
 drivers/usb/phy/phy-tegra-usb.c    |    2 +-
 drivers/usb/renesas_usbhs/common.c |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-27  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27  8:10 [PATCH 0/4] usb: use platform_{get,set}_drvdata() Libo Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox