All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] usb: host: Cleanup for ioremap'ing hcd memory
@ 2014-05-10 12:00 ` Vivek Gautam
  0 siblings, 0 replies; 42+ messages in thread
From: Vivek Gautam @ 2014-05-10 12:00 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-samsung-soc, linux-tegra, linux-kernel, linux-arm-kernel,
	gregkh, stern, swarren, kgene.kim, thierry.reding, shc_work,
	Vivek Gautam

Based on 'usb-next' branch of Greg's usb tree.

devm_ioremap_resource() API is advantageous over devm_ioremap()
and should therefore be preferred to request any ioremap'ed address
for hcd.

Changes from v1:
 - Changed the way returned pointer is checked for error value
   as pointed out in the review comment in the mailing list.

Vivek Gautam (6):
  usb: host: ehci-exynos: Use devm_ioremap_resource instead of
    devm_ioremap
  usb: host: ehci-msm: Use devm_ioremap_resource instead of
    devm_ioremap
  usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremap
  usb: host: ehci-spear: Use devm_ioremap_resource instead of
    devm_ioremap
  usb: host: ehci-tegra: Use devm_ioremap_resource instead of
    devm_ioremap
  usb: host: ohci-exynos: Use devm_ioremap_resource instead of
    devm_ioremap

 drivers/usb/host/ehci-exynos.c |    7 +++----
 drivers/usb/host/ehci-msm.c    |    7 +++----
 drivers/usb/host/ehci-mv.c     |   16 ++++++----------
 drivers/usb/host/ehci-spear.c  |   13 +++----------
 drivers/usb/host/ehci-tegra.c  |    7 +++----
 drivers/usb/host/ohci-exynos.c |    7 +++----
 6 files changed, 21 insertions(+), 36 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-24  5:49 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-10 12:00 [PATCH v2 0/6] usb: host: Cleanup for ioremap'ing hcd memory Vivek Gautam
2014-05-10 12:00 ` Vivek Gautam
2014-05-10 12:00 ` [PATCH v2 1/6] usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremap Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-05-10 12:00 ` [PATCH v2 2/6] usb: host: ehci-msm: " Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-05-10 12:00 ` [PATCH v2 3/6] usb: host: ehci-mv: " Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-05-10 12:00 ` [PATCH v2 4/6] usb: host: ehci-spear: " Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-05-10 12:00 ` [PATCH v2 5/6] usb: host: ehci-tegra: " Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
     [not found]   ` <1399723210-21569-6-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-12 16:58     ` Stephen Warren
2014-05-12 16:58       ` Stephen Warren
2014-05-12 16:58       ` Stephen Warren
2014-05-10 12:00 ` [PATCH v2 6/6] usb: host: ohci-exynos: " Vivek Gautam
2014-05-10 12:00   ` Vivek Gautam
2014-06-04 10:11   ` Vivek Gautam
2014-06-04 10:11     ` Vivek Gautam
2014-06-04 10:11     ` Vivek Gautam
     [not found]     ` <CAFp+6iFufCh6SVEF-HQA62ZsJGJGSebDSs28eqcrMy1X8e5vjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-04 13:13       ` Thierry Reding
2014-06-04 13:13         ` Thierry Reding
2014-06-04 13:13         ` Thierry Reding
2014-06-06 13:02         ` Vivek Gautam
2014-06-06 13:02           ` Vivek Gautam
2014-06-06 13:02           ` Vivek Gautam
     [not found]           ` <CAFp+6iEe8fvxboG79=2s=oe4BkQJYAoVUPtYkPdjJHCe+bC=8Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-06 22:52             ` Thierry Reding
2014-06-06 22:52               ` Thierry Reding
2014-06-06 22:52               ` Thierry Reding
2014-06-24  5:49               ` Vivek Gautam
2014-06-24  5:49                 ` Vivek Gautam
2014-06-24  5:49                 ` Vivek Gautam
2014-05-10 14:25 ` [PATCH v2 0/6] usb: host: Cleanup for ioremap'ing hcd memory Alexander Shiyan
2014-05-10 14:25   ` Alexander Shiyan
2014-05-10 14:25   ` Alexander Shiyan
2014-05-11 14:45   ` Vivek Gautam
2014-05-11 14:45     ` Vivek Gautam
2014-05-11 14:45     ` Vivek Gautam
     [not found] ` <1399723210-21569-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-12 14:08   ` Alan Stern
2014-05-12 14:08     ` Alan Stern
2014-05-12 14:08     ` Alan Stern

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.