Re: [GIT PULL] USB changes for v3.17

2014-07-21 Thread Felipe Balbi
On Mon, Jul 21, 2014 at 11:34:50AM -0700, Greg KH wrote:
> On Mon, Jul 21, 2014 at 10:35:29AM -0500, Felipe Balbi wrote:
> > Hi Greg,
> > 
> > Here's my big set of patches containing 97 commits. While it looks big and
> > all, most commits are just cleanups moving code around, using devm_*, etc.
> > 
> > I tested these patches on a couple TI platforms and couldn't find any 
> > regressions
> > on my setup.
> > 
> > This tree has also been on linux-next for a while.
> > 
> > Please consider merging on top of your usb-next branch or let me know if you
> > want anything to change.
> > 
> > cheers
> > 
> > The following changes since commit 4c834452aad01531db949414f94f817a86348d59:
> > 
> >   Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
> > tags/usb-for-v3.17
> 
> I've now merged and pushed this out.  I did have some merge conflicts in
> these files:
>   drivers/usb/musb/musb_core.c
>   drivers/usb/musb/musb_cppi41.c
>   include/uapi/linux/usb/functionfs.h
> 
> and I _think_ I resolved them properly, but getting verification of this
> would be great.

your resolution looks correct to me, thank you.

-- 
balbi


signature.asc
Description: Digital signature


Re: [GIT PULL] USB changes for v3.17

2014-07-21 Thread Greg KH
On Mon, Jul 21, 2014 at 10:35:29AM -0500, Felipe Balbi wrote:
> Hi Greg,
> 
> Here's my big set of patches containing 97 commits. While it looks big and
> all, most commits are just cleanups moving code around, using devm_*, etc.
> 
> I tested these patches on a couple TI platforms and couldn't find any 
> regressions
> on my setup.
> 
> This tree has also been on linux-next for a while.
> 
> Please consider merging on top of your usb-next branch or let me know if you
> want anything to change.
> 
> cheers
> 
> The following changes since commit 4c834452aad01531db949414f94f817a86348d59:
> 
>   Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
> tags/usb-for-v3.17

I've now merged and pushed this out.  I did have some merge conflicts in
these files:
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_cppi41.c
include/uapi/linux/usb/functionfs.h

and I _think_ I resolved them properly, but getting verification of this
would be great.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL] USB changes for v3.17

2014-07-21 Thread Felipe Balbi
Hi Greg,

Here's my big set of patches containing 97 commits. While it looks big and
all, most commits are just cleanups moving code around, using devm_*, etc.

I tested these patches on a couple TI platforms and couldn't find any 
regressions
on my setup.

This tree has also been on linux-next for a while.

Please consider merging on top of your usb-next branch or let me know if you
want anything to change.

cheers

The following changes since commit 4c834452aad01531db949414f94f817a86348d59:

  Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/usb-for-v3.17

for you to fetch changes up to 8346b33fad01cfe93f0fd0e64cd32ff40bd4ba41:

  Documentation: DocBook: elieminate doc build break (2014-07-17 12:21:16 -0500)


usb: patches for v3.17 merge window

Surprisingly enough, while a big set of patches, the majority is
composed of cleanups (using devm_*, fixing sparse errors, moving
code around, adding const, etc).

The highlights are addition of new support for PLX USB338x devices,
and support for USB 2.0-only configurations of the DWC3 IP core.

Signed-of-by: Felipe Balbi 


Andrzej Pietrasiewicz (8):
  usb: gadget: f_fs: rename descriptor parsing functions
  usb: gadget: u_os_desc: helper functions for accessing ext prop buffer
  usb: gadget: f_fs: OS descriptors support
  usb: gadget: Gadget directory cleanup - group legacy gadgets
  usb: gadget: Gadget directory cleanup - group UDC drivers
  usb: gadget: Gadget directory cleanup - group usb functions
  usb: gadget: f_rndis: fix interface id for OS descriptors
  Documentation: DocBook: elieminate doc build break

Apelete Seketeli (1):
  usb: musb: register nop transceiver driver for jz4740

Arnd Bergmann (1):
  usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions

Ben Dooks (8):
  usb: gadget: r8a66597-udc: use devm_ioremap_resource() for registers
  usb: gadget: r8a66597-udc: keep dev as reference to &pdev->dev
  usb: gadget: r8a66597-udc: use devm_kzalloc() to allocate driver state
  usb: gadget: r8a66597-udc: handle sudmac registers with 
devm_ioremap_resource()
  usb: gadget: r8a66597-udc: cleanup error path
  usb: gadget: r8a66597-udc: use devm_clk_get() to get clock
  usb: gadget: r8a66597-udc: use devm_request_irq() to get device irq
  usb: gadget: r8a66597-udc: remove now unused clean_up and clean_up3 label.

Benoit Taine (1):
  usb: gadget: Use kmemdup instead of kmalloc + memcpy

Daniel Mack (8):
  usb: musb: remove unnecessary (void) prefix at function calls
  usb: musb: use is_host_active() to distinguish between host and gadget 
mode
  usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()
  usb: musb: introduce dma_channel.rx_packet_done
  usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSR
  usb: musb: fix wrong indentation in musb_host.c
  Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the 
hrtimer."
  usb: musb: cppi41: fire hrtimer according to programmed channel length

Felipe Balbi (3):
  usb: gadget: udc: fsl_udc_core: fix sparse errors
  usb: gadget: udc: net2280: fix sparse error
  usb: gadget: udc: fsl_mxc_udc: fix sparse error

George Cherian (9):
  usb: musb: dsps: Call usb_phy(_shutdown/_init) during 
musb_platform_reset()
  usb: dwc3: omap: remove x_major calculation from revision register
  usb: dwc3: omap: add dwc3_omap_map_offset() function
  usb: dwc3: omap: add dwc3_omap_set_utmi_mode() function
  usb: dwc3: omap: add dwc3_omap_extcon_register function
  usb: musb: core: Handle Babble condition only in HOST mode
  usb: musb: core: Convert babble recover work to delayed work
  usb: musb: core: Convert the musb_platform_reset to have a return value.
  usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon

Himangi Saraogi (7):
  usb: gadget: pxa25x_udc: use devm_ functions
  usb: musb: ux500: use devm_ functions
  usb: gadget: fsl_qe_udc: Introduce use of managed version of kzalloc
  usb: phy: phy-gpio-vbus-usb: use devm_ functions
  usb: musb: davinci: use devm_ functions.
  usb: musb: tusb6010: Introduce the use of the managed version of kzalloc
  usb: musb: backfin: Introduce the use of the managed version of kzalloc

Jim Baxter (3):
  usb: gadget: NCM: RX function support multiple NDPs
  usb: gadget: NCM: Add transmit multi-frame.
  usb: gadget: NCM: Stop RX TCP Bursts getting dropped.

Jingoo Han (6):
  usb: phy: msm: Make of_device_id array const
  usb: phy: tegra: Make of_device_id array const
  usb: gadget: gr_udc: Make of_device_id array const
  usb: gadget: lpc32xx_udc: Make of_device_id array const