public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PATCH] more USB fixes for 3.8-rc4
Date: Wed, 23 Jan 2013 16:02:02 -0800	[thread overview]
Message-ID: <20130124000202.GA12566@kroah.com> (raw)

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.8-rc4

for you to fetch changes up to dba63b2f733ebfd89bbb15e8fe8ca10fd3871a7f:

  USB: EHCI: fix build error in ehci-mxc (2013-01-23 11:27:08 -0800)

----------------------------------------------------------------
more USB fixes for 3.8-rc4

Here are some more USB fixes for the 3.8-rc4 tree.

Some gadget driver fixes, and finally resolved the ehci-mxc driver build issues
(it's just some code moving around and being deleted).

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alan Stern (4):
      USB: UHCI: fix IRQ race during initialization
      USB: EHCI: fix incorrect configuration test
      USB: EHCI: add a name for the platform-private field
      USB: EHCI: fix build error in ehci-mxc

Benoit Goby (1):
      usb: gadget: FunctionFS: Fix missing braces in parse_opts

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus

Peter Chen (3):
      usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
      usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
      ARM: i.MX clock: Change the connection-id for fsl-usb2-udc

Pratyush Anand (1):
      usb: dwc3: gadget: fix ep->maxburst for ep0

Roger Quadros (1):
      USB: EHCI: Move definition of EHCI_STATS to ehci.h

Sergei Shtylyov (1):
      usb: musb: cppi_dma: drop '__init' annotation

 arch/arm/mach-imx/clk-imx25.c                     |   6 ++--
 arch/arm/mach-imx/clk-imx27.c                     |   6 ++--
 arch/arm/mach-imx/clk-imx31.c                     |   6 ++--
 arch/arm/mach-imx/clk-imx35.c                     |   6 ++--
 arch/arm/mach-imx/clk-imx51-imx53.c               |   6 ++--
 arch/arm/mach-imx/devices/devices-common.h        |   1 +
 arch/arm/mach-imx/devices/platform-fsl-usb2-udc.c |  15 ++++-----
 drivers/usb/dwc3/gadget.c                         |   1 +
 drivers/usb/gadget/f_fs.c                         |   6 ++--
 drivers/usb/gadget/fsl_mxc_udc.c                  |  40 +++++++++++++++---------
 drivers/usb/gadget/fsl_udc_core.c                 |  42 ++++++++++++++-----------
 drivers/usb/gadget/fsl_usb2_udc.h                 |   5 +--
 drivers/usb/host/Kconfig                          |   2 +-
 drivers/usb/host/Makefile                         |   1 +
 drivers/usb/host/ehci-hcd.c                       |  12 ++------
 drivers/usb/host/ehci-mxc.c                       | 120 ++++++++++++++++++++++++++++++------------------------------------------
 drivers/usb/host/ehci.h                           |   7 +++++
 drivers/usb/host/uhci-hcd.c                       |  15 +++++----
 drivers/usb/musb/cppi_dma.c                       |   4 +--
 drivers/usb/serial/io_ti.c                        |   3 ++
 drivers/usb/serial/option.c                       |   9 +++++-
 21 files changed, 165 insertions(+), 148 deletions(-)

                 reply	other threads:[~2013-01-24  0:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130124000202.GA12566@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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