aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAge
* USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNTSimon Arlott2012-04-09
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-09
* USB: fix bug in serial driver unregistrationAlan Stern2012-04-09
* USB: serial: metro-usb: Fix idProduct for Uni-Directional mode.Aleksey Babahin2012-04-09
* USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id arraySantiago Garcia Mantinan2012-04-09
* USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold2012-04-09
* Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman2012-04-08
|\
| * USB: remove compile warning on gadget/inode.cMichael BRIGHT2012-04-06
| * USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-06
| * USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-06
| * usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei2012-04-06
| * usb: Put USB Kconfig items back under USB.David Daney2012-04-06
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-06
|\ \
| * | USB: ehci-atmel: add needed of.h header fileNicolas Ferre2012-04-04
| * | USB: ohci-at91: trivial return code name changeNicolas Ferre2012-04-04
| * | USB: ohci-at91: change maximum number of portsNicolas Ferre2012-04-04
| * | USB: ohci-at91: rework and fix initializationNicolas Ferre2012-04-04
| * | USB: ohci-at91: fix vbus_pin_active_low handlingNicolas Ferre2012-04-04
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-05
|\ \
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-05
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-02
|\ \ \ | |_|/ |/| |
| * | f_phonet: fix skb truesize underestimationEric Dumazet2012-03-27
* | | Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-30
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-29
|\ \ \
| * | | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-21
| * | | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-22
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \ \ \
| * | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'spear/dt' into next/dt2Arnd Bergmann2012-03-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'ux500/dt' into next/dt2Arnd Bergmann2012-03-16
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'depends/driver-core' into ux500/dtArnd Bergmann2012-03-16
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'at91-3.4-cleanup2-DT2+USB' of git://github.com/at91linux/linux-...Arnd Bergmann2012-03-16
| |\ \ \ \ \ \ \
| | * | | | | | | USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
| * | | | | | | | Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91...Arnd Bergmann2012-03-16
| |\| | | | | | |
| | * | | | | | | ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5Jean-Christophe PLAGNIOL-VILLARD2012-03-15
| | * | | | | | | ARM: at91: usb ehci add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
| | * | | | | | | ARM: at91: usb ohci add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
* | | | | | | | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | USB: sa1111: add hcd .reset methodRussell King2012-03-24
| * | | | | | | | USB: sa1111: add OHCI shutdown methodsRussell King2012-03-24
| * | | | | | | | USB: sa1111: reorganize ohci-sa1111.cRussell King2012-03-24
| * | | | | | | | USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King2012-03-24
| * | | | | | | | USB: sa1111: sparse and checkpatch cleanupsRussell King2012-03-24
| * | | | | | | | ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King2012-03-24
| * | | | | | | | ARM: sa11x0: badge4: move board specific ohci initialization to badge4.cRussell King2012-02-09
| * | | | | | | | ARM: sa1111: add platform enable/disable functionsRussell King2012-02-09
| * | | | | | | | ARM: sa1111: add .owner initializer to sa1111 driver structuresRussell King2012-02-09
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-25