aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_dsps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren1-1/+24
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren1-2/+5
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren1-0/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-14/+14
2014-11-03usb: musb: dsps: remove duplicate check on resourceVarka Bhadram1-3/+0
2014-11-03usb: musb: musb_dsps: delete unnecessary 'out of memory' messagesPeter Chen1-4/+1
2014-10-23usb: musb: musb_dsps: fix NULL pointer in suspendSebastian Andrzej Siewior1-2/+12
2014-10-23usb: musb: dsps: start OTG timer on resume againSebastian Andrzej Siewior1-1/+3
2014-09-16usb: musb: dsps: kill OTG timer on suspendFelipe Balbi1-0/+2
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-7/+97
2014-07-16usb: musb: dsps: Add the sw_babble_control() and Enable for newer siliconGeorge Cherian1-6/+83
2014-07-16usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian1-1/+2
2014-06-30usb: musb: dsps: fix the base address for accessing the mode registerLothar Waßmann1-5/+4
2014-06-30usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()George Cherian1-1/+5
2014-06-30usb: musb: dsps: coding style cleanupLothar Waßmann1-4/+12
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+26
2014-04-21usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang1-1/+1
2014-04-21usb: musb: dsps: handle babble interruptsDaniel Mack1-1/+24
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi1-1/+1
2014-04-16usb: musb: dsps: move debugfs_remove_recursive()Daniel Mack1-3/+2
2014-02-20usb: musb: dsps, debugfs filesMarkus Pargmann1-0/+54
2014-02-18usb: musb: dsps, use devm_kzallocMarkus Pargmann1-3/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-26usb: musb: dsps: polling ID pin status only in otg modeBin Liu1-2/+3
2013-11-26usb: musb: dsps: add support for suspend and resumeDaniel Mack1-0/+57
2013-11-26usb: musb: dsps: add {tx,rx}_mode to wrapperDaniel Mack1-0/+4
2013-11-26usb: musb: dsps: implement ->set_mode()Felipe Balbi1-0/+51
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-46/+48
2013-10-17usb: musb: dsps: run the timer only on OTG systemsSebastian Andrzej Siewior1-1/+1
2013-10-17usb: musb: dsps: redo the otg timerSebastian Andrzej Siewior1-11/+9
2013-10-17usb: musb: dsps: remove declartion for dsps_musb_try_idle()Sebastian Andrzej Siewior1-38/+37
2013-10-17usb: musb: dsps: move try_idle to start hookSebastian Andrzej Siewior1-0/+5
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-01usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior1-0/+3
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior1-0/+2
2013-08-27usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior1-1/+0
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior1-18/+36
2013-08-27usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall1-2/+2
2013-08-09usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior1-157/+98
2013-08-09usb: musb: dsps: remove the hardcoded phy piecesSebastian Andrzej Siewior1-96/+1
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-1/+1
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-1/+1
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29usb: musb: dsps: remove EOI accessSebastian Andrzej Siewior1-13/+2
2013-07-29usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_dataSebastian Andrzej Siewior1-2/+2
2013-07-29usb: musb: remove ti81xx pieces from musbSebastian Andrzej Siewior1-14/+0
2013-07-29usb: musb: dsps: init / shutdown the phySebastian Andrzej Siewior1-0/+3
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-05-15usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun1-0/+1