Hi Greg,
Here are my latest fixes for this -rc cycle. Unless something
extremely important shows up, we should be ready for a final
v3.8 ;-)
Hopefully no surprises will come.
ps: You will notice a few changes on arch/arm/mach-imx/ but they're needed to
make fsl build and work again. We _do_ have Shawn's Acked-by however.
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/balbi/usb.git
tags/fixes-for-v3.8-rc5
for you to fetch changes up to b810075002c9f25a6da83cecda39d789000a04a9:
usb: gadget: FunctionFS: Fix missing braces in parse_opts (2013-01-18
14:11:11 +0200)
----------------------------------------------------------------
usb: fixes for v3.8-rc5
Finally we have a build fix for fsl-mxc-udc UDC driver.
We also have a fix for ep0 maxburst setting on DWC3
which could confuse the HW if we tell it we had way
too many streams on that endpoint when it _has_ to be
only one.
cppi_dma support for MUSB got a fix when running as a
module. By dropping the wrong __init annotation, the
function will be available even when we're modules and
we're done with .init.text section.
Last, but not least, we have a fix on FunctionFS which
was causing a bug on our option parsing algorithm.
----------------------------------------------------------------
Benoit Goby (1):
usb: gadget: FunctionFS: Fix missing braces in parse_opts
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
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/musb/cppi_dma.c | 4 +--
13 files changed, 84 insertions(+), 60 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html