linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: peter.chen@nxp.com (Peter Chen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] usb: introduce sysdev
Date: Mon, 13 Mar 2017 10:18:40 +0800	[thread overview]
Message-ID: <1489371525-18928-1-git-send-email-peter.chen@nxp.com> (raw)

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

             reply	other threads:[~2017-03-13  2:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13  2:18 Peter Chen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489371525-18928-1-git-send-email-peter.chen@nxp.com \
    --to=peter.chen@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).