aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-10usb: gadget: f_mass_storage: convert to new function interface with backward ...Andrzej Pietrasiewicz7-22/+179
2013-10-10usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_comm...Andrzej Pietrasiewicz2-11/+23
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in ...Andrzej Pietrasiewicz2-10/+22
2013-10-10usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...Andrzej Pietrasiewicz2-91/+153
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...Andrzej Pietrasiewicz2-21/+32
2013-10-10usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...Andrzej Pietrasiewicz2-17/+71
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...Andrzej Pietrasiewicz2-26/+48
2013-10-10usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_initAndrzej Pietrasiewicz1-16/+24
2013-10-10usb: gadget: f_mass_storage: make sysfs interface optionalAndrzej Pietrasiewicz3-14/+59
2013-10-10usb: gadget: f_mass_storage: create _fsg_common_free_buffersAndrzej Pietrasiewicz1-9/+13
2013-10-10usb: gadget: s3c-hsotg: fix set_ep_maxpacket functionRobert Baldyga1-6/+5
2013-10-10usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-10usb: g_ffs: fix compilation warningDavid Cohen1-0/+2
2013-10-04usb: gadget: s3c-hsotg: fix maxpacket sizeRobert Baldyga1-1/+1
2013-10-04usb: phy: Reordering of OTG FSM variablesAnton Tikhomirov1-22/+24
2013-10-04usb: phy: Add and use missed OTG FSM inputs/outputsAnton Tikhomirov2-4/+50
2013-10-04usb: phy: Rename "B-device session end SRP" OTG FSM inputAnton Tikhomirov3-4/+4
2013-10-04usb: phy: Rename OTG FSM informative variablesAnton Tikhomirov3-9/+13
2013-10-04usb: phy: Add and use missed OTG FSM timersAnton Tikhomirov2-3/+17
2013-10-04usb: phy: Fix OTG FSM timer handlingAnton Tikhomirov3-25/+87
2013-10-04usb: phy: Add and use missed helper functionsAnton Tikhomirov2-4/+18
2013-10-04usb: phy: Check OTG FSM callback existance in helper functionsAnton Tikhomirov1-7/+28
2013-10-04usb: phy: Pass OTG FSM pointer to callback functionsAnton Tikhomirov3-31/+31
2013-10-04usb: gadget: udc-core: Do not report -EISNAM error from gadgetfsFabio Estevam1-1/+2
2013-10-04ARM: OMAP2+: usb-host: Adapt to USB phy-nop RESET line changesRoger Quadros1-10/+1
2013-10-04ARM: OMAP2+: omap-usb-host: Get rid of platform_data from struct usbhs_phy_dataRoger Quadros3-8/+10
2013-10-04usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros4-36/+63
2013-10-04usb: phy: generic: Add gpio_reset to platform dataRoger Quadros1-1/+2
2013-10-04usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-02usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek1-8/+10
2013-10-02usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-02usb: musb: blackfin: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-02usb: musb: am35x: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz1-13/+12
2013-10-01usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz1-19/+41
2013-10-01usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz2-110/+133
2013-10-01usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz8-291/+423
2013-10-01usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz2-0/+14
2013-10-01usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-10-01usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov1-1/+10
2013-10-01usb: usbtest: bmAttributes would better be maskedHuang Rui1-1/+1
2013-10-01usb: dwc3: Remove additional delay of 100ms when resumingVivek Gautam1-1/+0
2013-10-01usb: gadget: mv_u3d_core: fix memory leaksValentin Ilie1-0/+2
2013-10-01usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-01usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King4-128/+68
2013-10-01usb: gadget: net2280: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0