summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-14usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabledGeorge Cherian1-0/+1
2014-05-12usb: udc-core: set gadget state as not attached after unloading modulePeter Chen1-0/+2
2014-05-12usb: gadget: set gadget state as configuredPeter Chen2-0/+2
2014-05-12usb: phy: msm: enable build on other architecturesFelipe Balbi1-1/+1
2014-05-12usb: phy: msm: switch over to writel()Felipe Balbi1-1/+1
2014-05-12usb: phy: msm: cast to enum msm_usb_phy_typeFelipe Balbi1-1/+1
2014-04-30usb: phy: msm: Use usb_add_phy_dev() to register deviceIvan T. Ivanov1-1/+2
2014-04-30usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CXIvan T. Ivanov1-8/+27
2014-04-30usb: phy: msm: Handle disconnect eventsIvan T. Ivanov1-0/+18
2014-04-30usb: phy: msm: Select secondary PHY via TCSRTim Bird1-0/+14
2014-04-30usb: phy: msm: Fix PTS definitions for MSM USB controllerTim Bird1-3/+5
2014-04-30usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov1-52/+88
2014-04-30usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov1-2/+22
2014-04-30usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov1-8/+21
2014-04-30usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov1-19/+94
2014-04-30usb: phy: msm: Properly check result from platform_get_irq()Ivan T. Ivanov1-1/+1
2014-04-30usb: phy: msm: Remove HSUSB prefix from regulator namesIvan T. Ivanov1-3/+3
2014-04-30usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov1-25/+1
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov1-24/+17
2014-04-30usb: phy: msm: Fix checkpatch.pl warningsIvan T. Ivanov1-25/+14
2014-04-30usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov1-10/+0
2014-04-30usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov1-119/+68
2014-04-30usb: phy: msm: Enable deferred driver probingIvan T. Ivanov1-2/+3
2014-04-30usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov1-43/+39
2014-04-30usb: phy: msm: Make driver selectable on ARCH_QCOMIvan T. Ivanov1-3/+3
2014-04-25usb: dwc3: gadget: pretty print Generic CMDsFelipe Balbi1-0/+29
2014-04-25usb: dwc3: gadget: pretty print link statesFelipe Balbi1-3/+41
2014-04-25usb: dwc3: gadget: print both cmd string and numberFelipe Balbi1-2/+2
2014-04-21usb: dwc3: exynos: Make provision for vdd regulatorsVivek Gautam1-2/+49
2014-04-21usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang1-1/+1
2014-04-21usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-21usb: dwc3: add glue layer dependenciesJean Delvare1-1/+3
2014-04-21usb: musb: dsps: handle babble interruptsDaniel Mack1-1/+24
2014-04-21usb: musb: add a work_struct to recover from babble errorsDaniel Mack2-0/+36
2014-04-21usb: musb: add reset hook to platform opsDaniel Mack1-0/+7
2014-04-21usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlockAndreas Larsson1-2/+2
2014-04-21usb: gadget: gr_udc: Return error code when trying to set ep.maxpacket > ep.m...Andreas Larsson1-0/+4
2014-04-21usb: gadget: gr_udc: Add ep.maxpacket_limit to debugfs informationAndreas Larsson1-0/+1
2014-04-21usb: gadget: gr_udc: Use of_property_read_u32_index to access arraysAndreas Larsson1-8/+4
2014-04-21usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_mapAndreas Larsson1-6/+8
2014-04-21usb: gadget: gr_udc: improve platform_device variable nameAndreas Larsson1-9/+9
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi5-23/+35
2014-04-21usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi5-12/+11
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi12-12/+12
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi11-48/+48
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi8-64/+64
2014-04-21usb: dwc3: core: refactor mode initialization to its own functionFelipe Balbi1-66/+67
2014-04-21usb: phy: mv-u3d: switch over to writel/readlFelipe Balbi1-10/+10
2014-04-17usb: dwc3: core: refactor PHY initializationFelipe Balbi1-54/+66
2014-04-16usb: dwc3: gadget: clear stall when disabling endpointFelipe Balbi1-0/+4