summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_mass_storage: convert to new function interface with backward ...Andrzej Pietrasiewicz2013-10-107-22/+179
* usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_comm...Andrzej Pietrasiewicz2013-10-102-11/+23
* usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in ...Andrzej Pietrasiewicz2013-10-102-10/+22
* usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...Andrzej Pietrasiewicz2013-10-102-91/+153
* usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...Andrzej Pietrasiewicz2013-10-102-21/+32
* usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...Andrzej Pietrasiewicz2013-10-102-17/+71
* usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...Andrzej Pietrasiewicz2013-10-102-26/+48
* usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_initAndrzej Pietrasiewicz2013-10-101-16/+24
* usb: gadget: f_mass_storage: make sysfs interface optionalAndrzej Pietrasiewicz2013-10-103-14/+59
* usb: gadget: f_mass_storage: create _fsg_common_free_buffersAndrzej Pietrasiewicz2013-10-101-9/+13
* usb: gadget: s3c-hsotg: fix set_ep_maxpacket functionRobert Baldyga2013-10-101-6/+5
* usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-101-1/+1
* usb: g_ffs: fix compilation warningDavid Cohen2013-10-101-0/+2
* usb: gadget: s3c-hsotg: fix maxpacket sizeRobert Baldyga2013-10-041-1/+1
* usb: phy: Reordering of OTG FSM variablesAnton Tikhomirov2013-10-041-22/+24
* usb: phy: Add and use missed OTG FSM inputs/outputsAnton Tikhomirov2013-10-042-4/+50
* usb: phy: Rename "B-device session end SRP" OTG FSM inputAnton Tikhomirov2013-10-043-4/+4
* usb: phy: Rename OTG FSM informative variablesAnton Tikhomirov2013-10-043-9/+13
* usb: phy: Add and use missed OTG FSM timersAnton Tikhomirov2013-10-042-3/+17
* usb: phy: Fix OTG FSM timer handlingAnton Tikhomirov2013-10-043-25/+87
* usb: phy: Add and use missed helper functionsAnton Tikhomirov2013-10-042-4/+18
* usb: phy: Check OTG FSM callback existance in helper functionsAnton Tikhomirov2013-10-041-7/+28
* usb: phy: Pass OTG FSM pointer to callback functionsAnton Tikhomirov2013-10-043-31/+31
* usb: gadget: udc-core: Do not report -EISNAM error from gadgetfsFabio Estevam2013-10-041-1/+2
* ARM: OMAP2+: usb-host: Adapt to USB phy-nop RESET line changesRoger Quadros2013-10-041-10/+1
* ARM: OMAP2+: omap-usb-host: Get rid of platform_data from struct usbhs_phy_dataRoger Quadros2013-10-043-8/+10
* usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros2013-10-044-36/+63
* usb: phy: generic: Add gpio_reset to platform dataRoger Quadros2013-10-041-1/+2
* usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat2013-10-041-1/+1
* usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek2013-10-021-8/+10
* 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: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz2013-10-011-13/+12
* usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz2013-10-011-19/+41
* usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz2013-10-012-110/+133
* usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz2013-10-018-291/+423
* usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz2013-10-012-0/+14
* usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong2013-10-011-1/+1
* usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov2013-10-011-1/+10
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-10-011-1/+1
* usb: dwc3: Remove additional delay of 100ms when resumingVivek Gautam2013-10-011-1/+0
* usb: gadget: mv_u3d_core: fix memory leaksValentin Ilie2013-10-011-0/+2
* usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat2013-10-011-2/+0
* usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-014-128/+68
* usb: gadget: net2280: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-011-1/+0
OpenPOWER on IntegriCloud