linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: introduce sysdev
@ 2017-03-13  2:18 Peter Chen
  2017-03-13  2:18 ` [PATCH 1/5] usb: separate out sysdev pointer from usb_bus Peter Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Chen @ 2017-03-13  2:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Greg,

This series adds supporting USB gets correct DMA configuration from firmware
eg, Device Tree, and the patches are well discussed at mail list, since it
changes a lot, I think it should be a new feature than a bug-fix.

The series is based on the latest usb-next branch.

Thanks.

Arnd Bergmann (4):
  usb: separate out sysdev pointer from usb_bus
  usb: chipidea: use bus->sysdev for DMA configuration
  usb: ehci: fsl: use bus->sysdev for DMA configuration
  usb: xhci: use bus->sysdev for DMA configuration

Peter Chen (1):
  usb: ehci: use bus->sysdev for DMA configuration

 drivers/usb/chipidea/core.c  |  3 --
 drivers/usb/chipidea/host.c  |  3 +-
 drivers/usb/chipidea/udc.c   | 10 +++---
 drivers/usb/core/buffer.c    | 12 +++----
 drivers/usb/core/hcd.c       | 80 +++++++++++++++++++++++++-------------------
 drivers/usb/core/usb.c       | 18 +++++-----
 drivers/usb/host/ehci-fsl.c  |  4 +--
 drivers/usb/host/ehci-mem.c  | 12 +++----
 drivers/usb/host/xhci-mem.c  | 12 +++----
 drivers/usb/host/xhci-plat.c | 35 ++++++++++++++-----
 drivers/usb/host/xhci.c      | 15 ++++++---
 include/linux/usb.h          |  1 +
 include/linux/usb/hcd.h      |  3 ++
 13 files changed, 124 insertions(+), 84 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-13  2:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  2:18 [PATCH 0/5] usb: introduce sysdev Peter Chen
2017-03-13  2:18 ` [PATCH 1/5] usb: separate out sysdev pointer from usb_bus Peter Chen
2017-03-13  2:18 ` [PATCH 2/5] usb: chipidea: use bus->sysdev for DMA configuration Peter Chen
2017-03-13  2:18 ` [PATCH 3/5] usb: ehci: fsl: " Peter Chen
2017-03-13  2:18 ` [PATCH 4/5] usb: xhci: " Peter Chen
2017-03-13  2:18 ` [PATCH 5/5] usb: ehci: " Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).