summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers/usb/phy: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-184-20/+0Star
* drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0Star
* drivers/usb/gadget: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-10/+0Star
* drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-092-4/+10
|\
| * usb: tilegx: fix memleak when create hcd failLibo Chen2013-05-092-4/+10
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-1/+1
|\ \
| * | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
* | | aio: use cancellation list lazilyKent Overstreet2013-05-081-2/+1Star
* | | aio: move private stuff out of aio.hKent Overstreet2013-05-081-0/+1
* | | gadget: remove only user of aio retryZach Brown2013-05-081-9/+29
* | | gadget: single_open() leaksAl Viro2013-05-052-2/+2
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\ \ \
| * \ \ Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-291-1/+0Star
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'cleanup-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2013-04-091-1/+2
| |\ \ \
| | * | | ARM: EXYNOS: change the name of USB ohci headerJingoo Han2013-04-081-1/+2
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0211-175/+103Star
|\ \ \ \
| * | | | fsl_udc: Don't use create_proc_read_entry()David Howells2013-04-291-81/+43Star
| * | | | goku_udc: Don't use create_proc_read_entry()David Howells2013-04-291-50/+39Star
| * | | | yurex: don't wank with fasync on ->release()...Al Viro2013-04-291-2/+0Star
| * | | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-095-6/+6
| * | | | usb-storage: switch to ->show_info()Al Viro2013-04-091-28/+14Star
| * | | | isp1362-hcd: don't reimplement proc_create_data()Al Viro2013-04-091-4/+1Star
| * | | | gadgetfs: don't bother with fops->ownerAl Viro2013-04-092-4/+0Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-012-0/+14
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-18334-13407/+9782Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov2013-03-122-0/+14
* | | | | | drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton2013-05-011-4/+1Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-3/+3
|\ \ \ \ \ \
| * | | | | | treewide: Fix typo in printksMasanari Iida2013-04-121-2/+2
| * | | | | | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
| * | | | | | driver: usb: storage: remove cast for kmalloc return valueZhang Yanfei2013-03-181-2/+1Star
* | | | | | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-29267-9728/+9961
|\ \ \ \ \ \ \
| * | | | | | | USB: ehci-msm: USB_MSM_OTG needs USB_PHYArnd Bergmann2013-04-251-0/+1
| * | | | | | | USB: OHCI: avoid conflicting platform driversArnd Bergmann2013-04-251-18/+118
| * | | | | | | USB: OMAP: ISP1301 needs USB_PHYArnd Bergmann2013-04-252-1/+2
| * | | | | | | USB: lpc32xx: ISP1301 needs USB_PHYArnd Bergmann2013-04-251-0/+1
| * | | | | | | USB: ftdi_sio: enable two UART ports on ST Microconnect LiteAdrian Thomasset2013-04-241-7/+11
| * | | | | | | usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann2013-04-232-9/+14
| * | | | | | | usb: phy: phy core cannot yet be a moduleArnd Bergmann2013-04-231-1/+1
| * | | | | | | USB: Fix initconst in ehci driverAndi Kleen2013-04-233-3/+3
| * | | | | | | usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden2013-04-231-2/+14
| * | | | | | | USB: serial: option: Added support Olivetti Olicard 145Filippo Turato2013-04-231-0/+2
| * | | | | | | USB: ftdi_sio: correct ST Micro Connect Lite PIDsAdrian Thomasset2013-04-232-2/+5
| * | | | | | | Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-04-236-5/+12
| |\ \ \ \ \ \ \
| | * | | | | | | usb: phy: remove exported function from __init sectionDenis Efremov2013-04-231-1/+1
| | * | | | | | | usb: gadget: zero: put function instances on unbindAndrzej Pietrasiewicz2013-04-231-0/+2
| | * | | | | | | usb: gadget: f_sourcesink.c: correct a copy-paste misnomerAndrzej Pietrasiewicz2013-04-231-2/+2
| | * | | | | | | usb: gadget: cdc2: fix error return code in cdc_do_config()Wei Yongjun2013-04-231-1/+3
| | * | | | | | | usb: gadget: multi: fix error return code in rndis_do_config()Wei Yongjun2013-04-231-1/+3