summaryrefslogtreecommitdiffstats
path: root/drivers/eisa/virtual_root.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-06USB: OHCI: Properly handle ohci-da8xx suspendManjunath Goudar1-4/+11
2013-10-06USB: OHCI: Properly handle ohci-s3c2410 suspendManjunath Goudar1-17/+4
2013-10-06USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar1-2/+8
2013-10-06USB: OHCI: Properly handle OHCI controller suspendManjunath Goudar1-1/+8
2013-10-06usb: g_ffs: fix compilation warningDavid Cohen1-0/+2
2013-10-06usb: wusbcore: add support for isoc out transfersThomas Pugliese2-102/+406
2013-10-06usb: remove intel_mid_otg.hHeikki Krogerus1-180/+0
2013-10-04ARM: dts: omap5: update omap-control-usb nodeRoger Quadros1-8/+12
2013-10-04ARM: dts: omap4: update omap-control-usb nodesRoger Quadros1-8/+12
2013-10-04usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros2-26/+10
2013-10-04usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros3-17/+14
2013-10-04usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros1-6/+20
2013-10-04usb: phy: omap-usb2: Don't use omap_get_control_dev()Roger Quadros1-8/+23
2013-10-04usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros4-103/+130
2013-10-04usb: phy: omap-control: Get rid of platform dataRoger Quadros2-13/+3
2013-10-04usb: wusbcore: Add isoc transfer type enum and packet definitionsThomas Pugliese1-12/+33
2013-10-04usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese1-2/+4
2013-10-04usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese1-3/+7
2013-10-04usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38
2013-10-04usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui3-13/+10
2013-10-04usb: ehci: use amd_chipset_type to filter for usb subsystem hang bugHuang Rui3-18/+20
2013-10-01usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese1-1/+1
2013-10-01USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun1-3/+1
2013-10-01USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman1-4/+6
2013-10-01usb: wusbcore: clean up urb dequeue processThomas Pugliese1-35/+87
2013-10-01usb: wusbcore: include the xfer_id in debug printsThomas Pugliese1-45/+49
2013-10-01usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese1-9/+11
2013-10-01usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2-0/+25
2013-10-01usb: chipidea: imx: remove PHY operationsPeter Chen1-17/+4
2013-10-01usb: chipidea: move PHY operation to corePeter Chen2-44/+52
2013-09-30Linux 3.12-rc3v3.12-rc3Linus Torvalds1-1/+1
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2-0/+6
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens5-9/+5
2013-09-28usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* opsKishon Vijay Abraham I1-44/+13
2013-09-28usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I3-6/+23
2013-09-28ARM: dts: omap: update usb_otg_hs dataKishon Vijay Abraham I7-0/+21
2013-09-28arm: omap3: twl: add phy consumer data in twl4030_usb_dataKishon Vijay Abraham I1-0/+11
2013-09-28usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I6-14/+67
2013-09-28usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I5-16/+54
2013-09-28drivers: phy: add generic PHY frameworkKishon Vijay Abraham I9-0/+1235