summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* 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/+9
| * 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/+0
| * 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/+11
| * 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/+2
* | 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-075-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/+2
| * usb: musb: dsps, debugfs filesMarkus Pargmann2014-02-201-0/+54
| * usb: musb: dsps, use devm_kzallocMarkus Pargmann2014-02-181-3/+1
| * usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.George Cherian2014-02-181-0/+53
| * usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfersGeorge Cherian2014-02-181-0/+13
| * usb: musb: musb_host: Enable ISOCH IN handling for AM335x hostGeorge Cherian2014-02-181-4/+26
* | usb: musb: correct use of schedule_delayed_work()Daniel Mack2014-02-202-6/+9
* | usb: musb: do not sleep in atomic contextDaniel Mack2014-02-182-5/+17
* | usb: musb: core: Fix remote-wakeup resumeRoger Quadros2014-02-181-1/+9
* | usb: musb: host: Fix SuperSpeed hub enumerationAjay Kumar Gupta2014-02-181-0/+3
* | usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi2014-02-181-2/+0
|/
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-0812-12/+0
* USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar2014-01-034-7/+7
* Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-01-0311-67/+442
|\
| * usb: musb: Remove usb_disable() check in module_init()Ezequiel Garcia2013-12-261-16/+1
| * usb: musb: Rework USB and USB_GADGET dependencyEzequiel Garcia2013-12-231-4/+4
| * usb: musb: fix musb pointer acqusition in musb_host_finish_resumeDaniel Mack2013-12-201-1/+1
| * usb: musb: fix prototype for musb_port_resetDaniel Mack2013-12-201-1/+1
| * usb: musb: fix setting JZ4740 gadget periphal mode on resetApelete Seketeli2013-12-201-1/+9
| * usb: musb: add support for JZ4740 usb device controllerApelete Seketeli2013-12-203-1/+209
| * usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack2013-12-194-34/+61
| * Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-193-28/+149
| |\
| * | usb: musb: ux500_dma: fix potential NULL dereference errorLee Jones2013-12-171-1/+3
| * | usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-3/+3
| * | usb: musb: dsps: polling ID pin status only in otg modeBin Liu2013-11-261-2/+3
| * | usb: musb: dsps: add support for suspend and resumeDaniel Mack2013-11-264-2/+66
| * | usb: musb: dsps: add {tx,rx}_mode to wrapperDaniel Mack2013-11-261-0/+4
OpenPOWER on IntegriCloud