summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-13sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-302/+285
2014-04-13Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+3
2014-04-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds29-422/+1213
2014-04-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-124/+192
2014-04-13Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds4-109/+138
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-175/+54
2014-04-13drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione1-1/+1
2014-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-203/+91
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+2
2014-04-12r8152: check RTL8152_UNPLUGhayeswang1-0/+48
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-04-12net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-04-12Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+115