summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-25sl811-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25r8a66597-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25oxu210hp-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25ohci-s3c2410: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25ohci-hub: use HUB_CHAR_*Sergei Shtylyov1-5/+5
2015-01-25ohci-at91: use HUB_CHAR_*Sergei Shtylyov1-2/+4
2015-01-25max3421-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25isp1760-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25isp1362-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+6
2015-01-25isp116x-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+4
2015-01-25imx21-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+2
2015-01-25fusbh200-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+2
2015-01-25fotg210-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+2
2015-01-25fhci-hub: use HUB_CHAR_*Sergei Shtylyov1-1/+1
2015-01-25ehci-hub: use HUB_CHAR_*Sergei Shtylyov1-4/+4
2015-01-25xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede1-2/+4
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede2-0/+6
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern3-53/+12
2015-01-25USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann1-1/+2
2015-01-25fhci-hub: kill 'len' variable in fhci_hub_control()Sergei Shtylyov1-4/+0
2015-01-25fhci-hub: no need to overwrite byte 3 of the Hub DescriptorSergei Shtylyov1-3/+2
2015-01-25uwb: lc-dev: Remove unused functionRickard Strandqvist1-7/+0
2015-01-19Merge 3.19-rc5 into usb-nextGreg Kroah-Hartman278-2794/+3154
2015-01-18Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+7
2015-01-18Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds7-28/+69
2015-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov1-1/+1
2015-01-17Revert "clk: ppc-corenet: Fix Section mismatch warning"Kevin Hao1-1/+1
2015-01-17clk: rockchip: fix deadlock possibility in cpuclkHeiko Stübner1-4/+6
2015-01-18Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+5
2015-01-16reset: sunxi: fix spinlock initializationTyler Baker1-0/+4
2015-01-16drivers: bus: check cci device tree node statusAbhilash Kesavan1-0/+3
2015-01-17Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+31
2015-01-17Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-35/+70
2015-01-17Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-10/+36
2015-01-17Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds35-93/+232
2015-01-16Merge tag 'fbdev-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+6
2015-01-16Merge tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-0/+6
2015-01-16Merge tag 'powerpc-3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-25/+71
2015-01-15Merge branch 'thermal-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-9/+16
2015-01-14Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-5/+6
2015-01-14Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman54-259/+506
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-131/+289
2015-01-14tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan1-0/+12
2015-01-14tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan1-0/+3
2015-01-14tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan1-3/+5
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko1-2/+14
2015-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-3/+7
2015-01-14i40e: adds FCoE configure optionVasu Dev3-3/+14
2015-01-14cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai1-1/+1