summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-2112-153/+188
|\
| * usb: musb: dsps: Add the sw_babble_control() and Enable for newer siliconGeorge Cherian2014-07-162-6/+90
| * usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian2014-07-163-9/+14
| * usb: musb: core: Convert babble recover work to delayed workGeorge Cherian2014-07-162-8/+9
| * usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian2014-07-161-1/+1
| * usb: musb: register nop transceiver driver for jz4740Apelete Seketeli2014-07-101-0/+3
| * usb: musb: cppi41: fire hrtimer according to programmed channel lengthDaniel Mack2014-06-301-2/+4
| * Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrti...Daniel Mack2014-06-301-53/+0Star
| * usb: musb: fix wrong indentation in musb_host.cDaniel Mack2014-06-301-5/+5
| * usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSRDaniel Mack2014-06-301-2/+7
| * usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack2014-06-303-1/+5
| * usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()Daniel Mack2014-06-301-1/+1
| * usb: musb: use is_host_active() to distinguish between host and gadget modeDaniel Mack2014-06-301-9/+7Star
| * usb: musb: remove unnecessary (void) prefix at function callsDaniel Mack2014-06-301-3/+3
| * usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()George Cherian2014-06-301-1/+5
| * usb: musb: musb_host.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-301-1/+1
| * usb: musb: backfin: Introduce the use of the managed version of kzallocHimangi Saraogi2014-06-301-12/+8Star
| * usb: musb: tusb6010: Introduce the use of the managed version of kzallocHimangi Saraogi2014-06-301-11/+5Star
| * usb: musb: davinci: use devm_ functions.Himangi Saraogi2014-06-301-14/+6Star
| * usb: musb: ux500: use devm_ functionsHimangi Saraogi2014-06-301-18/+10Star
| * usb: musb: dsps: coding style cleanupLothar Waßmann2014-06-301-4/+12
* | usb: musb: dsps: fix the base address for accessing the mode registerLothar Waßmann2014-06-301-5/+4Star
* | usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner2014-06-271-1/+1
* | usb: musb: Fix panic upon musb_am335x module removalEzequiel Garcia2014-06-271-17/+6Star
* | usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian2014-06-191-1/+1
* | usb: musb: ux500: don't propagate the OF nodeLinus Walleij2014-06-191-1/+0Star
|/
* Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-2311-45/+123
|\
| * usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov2014-05-163-14/+9Star
| * usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov2014-05-162-0/+2
| * usb: musb: omap2plus bus glue needs USB host supportArnd Bergmann2014-05-141-1/+1
| * usb: musb: tusb-dma can't be built-in if tusb is notArnd Bergmann2014-05-141-1/+1
| * usb: musb: tusb: remove dead codePaul Bolle2014-05-141-6/+0Star
| * usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabledGeorge Cherian2014-05-141-0/+1
| * usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang2014-04-211-1/+1
| * usb: musb: dsps: handle babble interruptsDaniel Mack2014-04-211-1/+24
| * usb: musb: add a work_struct to recover from babble errorsDaniel Mack2014-04-212-0/+36
| * usb: musb: add reset hook to platform opsDaniel Mack2014-04-211-0/+7
| * usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-214-9/+30
| * usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi2014-04-215-12/+11Star
| * usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-216-6/+6
| * usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-215-12/+12
* | usb: musb: dsps: move debugfs_remove_recursive()Daniel Mack2014-04-161-3/+2Star
* | usb: musb: omap2430: make sure clocks are enabled when running mailboxFelipe Balbi2014-04-151-0/+6
* | usb: musb: fix PHY power on/offFelipe Balbi2014-04-151-0/+2
|/
* Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2014-03-091-1/+1
|\
| * phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-091-1/+1
* | Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-085-11/+153
|\ \ | |/ |/|
| * usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian2014-03-051-1/+2
| * usb: musb: USB_MUSB_DUAL_ROLE/USB_MUSB_GADGET should depend on HAS_DMAGeert Uytterhoeven2014-03-051-0/+2
| * usb: musb: avoid NULL pointer dereferenceFelipe Balbi2014-03-051-3/+2Star