summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-18usb: phy: export ulpi_viewport_access_opsManjunath Goudar1-0/+2
2013-06-18usb: chipidea: get rid of camelcase namesAlexander Shishkin2-256/+257
2013-06-18usb: chipidea: move to pcim_* functionsAndy Shevchenko1-12/+4
2013-06-18usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko1-1/+0
2013-06-18usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer1-20/+12
2013-06-18usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel1-11/+1
2013-06-18usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik1-10/+9
2013-06-18usb: chipidea: introduce dual role mode pdata flagsSascha Hauer3-7/+20
2013-06-18usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik4-1/+69
2013-06-18usb: add devicetree helpers for determining dr_mode and phy_typeMichael Grzeschik6-0/+127
2013-06-18usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik3-83/+111
2013-06-18usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik3-62/+129
2013-06-18usb: chipidea: improve kconfigPeter Chen1-3/+3
2013-06-18usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam1-7/+5
2013-06-18usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam1-1/+2
2013-06-18usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam1-8/+6
2013-06-18usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam1-6/+7
2013-06-18usb: chipidea: udc: configure iso endpointsMichael Grzeschik3-2/+21
2013-06-18usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam1-2/+2
2013-06-18usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam1-7/+0
2013-06-18usb: wire adapter: add scatter gather supportThomas Pugliese2-15/+167
2013-06-18Documentation/ABI/testing: configfs-based usb gadgetsAndrzej Pietrasiewicz10-4/+142
2013-06-18Documentation/usb: gadget_configfsAndrzej Pietrasiewicz1-0/+384
2013-06-18usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz1-0/+64
2013-06-18usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resourceTushar Behera1-1/+1
2013-06-18USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman1-33/+19
2013-06-18USB: serial: increase the number of devices we supportGreg Kroah-Hartman2-6/+6
2013-06-18USB: serial: make minor allocation dynamicGreg Kroah-Hartman17-99/+82
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman241-1853/+2633
2013-06-16Linux 3.10-rc6v3.10-rc6Linus Torvalds1-1/+1
2013-06-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-29/+96
2013-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-81/+147
2013-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds5-5/+15
2013-06-15smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-23/+15
2013-06-15Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-11/+42
2013-06-15Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-15Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+23
2013-06-15powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt1-1/+1
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras2-1/+11
2013-06-15powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2-3/+3
2013-06-15snd_pcm_link(): fix a leak...Al Viro1-2/+2
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro1-2/+2
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov1-1/+1
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10
2013-06-15xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-15xfs: ensure btree root split sets blkno correctlyDave Chinner1-0/+10
2013-06-15xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2-2/+4
2013-06-15xfs: don't emit v5 superblock warnings on writeDave Chinner1-7/+11
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-9/+13