summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: host: st: fix typo 'CONFIG_USB_EHCI_HCD_ST'Paul Bolle2014-10-031-1/+1
* uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede2014-10-031-15/+14
* xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker2014-10-036-51/+25
* xhci: Export symbols used by host-controller driversAndrew Bresticker2014-10-033-0/+7
* xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker2014-10-033-5/+2
* xhci: Introduce xhci_init_driver()Andrew Bresticker2014-10-034-116/+82
* usb: hcd: add generic PHY supportSergei Shtylyov2014-09-292-2/+41
* usb: rename phy to usb_phy in HCDAntoine Tenart2014-09-2910-49/+49
* usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann2014-09-291-1/+1
* USB: host: st: fix ehci/ohci driver selectionArnd Bergmann2014-09-292-9/+20
* usb: host: ehci-exynos: Remove unnecessary usb-phy supportVivek Gautam2014-09-291-54/+20
* usb: core: return -ENOTSUPP for all targeted hostsPeter Chen2014-09-291-2/+3
* USB: Remove .owner field for driverKiran Padwal2014-09-283-3/+0
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-281-3/+1
* usb: Add LED triggers for USB activityMichal Sojka2014-09-256-0/+86
* usb: Rename usb-common.cMichal Sojka2014-09-252-1/+3
* usb: gadget: Refactor request completionMichal Sojka2014-09-2529-56/+41
* usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka2014-09-252-0/+24
* usb: dwc2/gadget: move phy bus legth initializationKamil Debski2014-09-251-11/+11
* Merge tag 'phy-for_3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2014-09-25170-907/+2254
|\
| * phy: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-2418-18/+0
| * phy: exynos-dp-video: Use syscon support to control pmu registerVivek Gautam2014-09-242-27/+59
| * MAINTAINERS: Add phy-stih41x-usb.c to ARCH/STI architecturePeter Griffin2014-09-241-0/+1
| * phy: phy-stih41x-usb: Add dt documentation for USB phy on STiH415/6Peter Griffin2014-09-241-0/+24
| * phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.Peter Griffin2014-09-243-0/+196
| * MAINTAINERS: Add phy-stih407-usb.c file to ARCH/STI architecturePeter Griffin2014-09-241-0/+1
| * phy: phy-stih407-usb: Add dt documentation for USB picophy found on stih407 S...Peter Griffin2014-09-241-0/+30
| * phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC familyPeter Griffin2014-09-243-0/+187
| * usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the dataTony Lindgren2014-09-241-9/+7
| * usb: phy: twl4030-usb: Remove asleep and rely on runtime PMTony Lindgren2014-09-241-9/+5
| * usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM callsTony Lindgren2014-09-241-41/+31
| * usb: phy: twl4030-usb: Simplify phy init to use runtime PMTony Lindgren2014-09-241-17/+3
| * usb: phy: twl4030-usb: Remove unused irq_enabledTony Lindgren2014-09-241-2/+0
| * phy: phy-spear1340-miphy: Use module_platform_driver to register driver.Peter Griffin2014-09-241-12/+1
| * phy: phy-spear1310-miphy: Use module_platform_driver to register driver.Peter Griffin2014-09-241-12/+1
| * phy: phy-spear1340-miphy: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-3/+1
| * phy: phy-spear1310-miphy: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-3/+1
| * phy: phy-ti-pipe3: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-3/+2
| * phy: phy-omap-usb2: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-6/+2
| * phy: phy-mvebu-sata: Add missing error check for devm_kzallocPeter Griffin2014-09-241-0/+2
| * phy: phy-omap-control: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-3/+1
| * phy: Renesas R-Car Gen2 PHY driverSergei Shtylyov2014-09-244-0/+400
| * Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-2319-155/+277
| |\
| | *-------. Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2014-09-2217-149/+263
| | |\ \ \ \ \
| | | | | | | * IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn2014-09-192-9/+2
| | | | | | | * IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | | | * IB/ipath: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | | * | RDMA/ocrdma: Use right macro in query AHdevesh.sharma@emulex.com2014-09-221-1/+1
| | | | | | * | RDMA/ocrdma: Resolve L2 address when creating user AHdevesh.sharma@emulex.com2014-09-221-11/+30
| | | | | | * | RDMA/ocrdma: Do not skip setting deferred_armDevesh Sharma2014-09-191-3/+1
OpenPOWER on IntegriCloud