summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | usb: musb: call musb_port_suspend from musb_bus_suspendDaniel Mack2013-11-263-1/+5
| * | usb: musb: unconditionally save and restore the context on suspendDaniel Mack2013-11-261-1/+13
| * | usb: musb: core: call musb_platform_set_mode() during probeFelipe Balbi2013-11-261-1/+10
| * | usb: musb: dsps: implement ->set_mode()Felipe Balbi2013-11-261-0/+51
* | | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-0/+1
|\ \ \ | |_|/ |/| |
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
| |/
* | usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior2013-11-251-4/+5
* | usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior2013-11-251-5/+108
* | usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_tran...Sebastian Andrzej Siewior2013-11-251-23/+36
* | usb: fix musb gadget to enable OTG mode conditionallyApelete Seketeli2013-11-251-0/+4
|/
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-11-111-1/+1
|\
| * Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux...Kevin Hilman2013-10-142-1/+7
| |\
| * | usb: musb: ux500: Don't supply a con_id when requesting the clockLee Jones2013-09-261-1/+1
* | | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-2413-214/+179
|\ \ \
| * | | usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior2013-10-172-3/+13
| * | | usb: musb: core: Call dma_controller_destroy() in error path only once.Sebastian Andrzej Siewior2013-10-171-2/+3
| * | | usb: musb: core: properly free host / device structs in err pathSebastian Andrzej Siewior2013-10-171-0/+3
| * | | usb: musb: dsps: run the timer only on OTG systemsSebastian Andrzej Siewior2013-10-171-1/+1
| * | | usb: musb: dsps: redo the otg timerSebastian Andrzej Siewior2013-10-171-11/+9
| * | | usb: musb: dsps: remove declartion for dsps_musb_try_idle()Sebastian Andrzej Siewior2013-10-171-38/+37
| * | | usb: musb: dsps: move try_idle to start hookSebastian Andrzej Siewior2013-10-171-0/+5
| * | | usb: musb: call musb_start() only once in OTG modeSebastian Andrzej Siewior2013-10-171-1/+18
| * | | usb: musb: cancel work on removalSebastian Andrzej Siewior2013-10-101-0/+1
| * | | usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat2013-10-041-1/+1
| * | | usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb: blackfin: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb: am35x: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
| * | | usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov2013-10-011-1/+10
| * | | usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-014-128/+68
| * | | usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár2013-10-011-0/+3
| * | | usb: musb: name ux500 platforms more broadlyLinus Walleij2013-10-011-2/+2
| |/ /
* | | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-194-46/+50
|\ \ \
| * | | Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman2013-10-141-0/+1
OpenPOWER on IntegriCloud