aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAge
...
| | * | | | | | | usb: musb: dsps: reduce musb instance to oneAfzal Mohammed2012-11-06
| | * | | | | | | usb: musb: dsps: remove platform callbackAfzal Mohammed2012-11-06
| | * | | | | | | usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior2012-11-01
| | * | | | | | | usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior2012-10-31
| | * | | | | | | usb: musb: Perform only write access on MUSB_INTRRXESebastian Andrzej Siewior2012-10-31
| | * | | | | | | usb: musb: avoid FADDR read accessSebastian Andrzej Siewior2012-10-31
| | * | | | | | | usb: musb: read MUSB_POWER register only when required.Sebastian Andrzej Siewior2012-10-31
| | * | | | | | | usb: musb: ux500: use platform_device_unregister in ux500_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: tusb6010: use platform_device_unregister in tusb_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: dsps: use platform_device_unregister in dsps_delete_musb_pdev()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: davinci: use platform_device_unregister in davinci_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: da8xx: use platform_device_unregister in da8xx_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: blackfin: use platform_device_unregister in bfin_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: am35x: use platform_device_unregister in am35x_remove()Wei Yongjun2012-10-26
| | * | | | | | | usb: musb: ux500: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | * | | | | | | usb: musb: tusb6010: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | * | | | | | | usb: musb: davinci: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | * | | | | | | usb: musb: da8xx: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | * | | | | | | usb: musb: blackfin: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | * | | | | | | usb: musb: am35x: use module_platform_driver macroSrinivas Kandagatla2012-10-15
| | |/ / / / / /
| * | | | | | | Merge tag 'xceiv-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-11-11
| |\ \ \ \ \ \ \
| | * | | | | | | usb: phy: add R-Car USB phy driverKuninori Morimoto2012-11-01
| | * | | | | | | usb: phy: mv_otg: use module_platform_driver macroSrinivas Kandagatla2012-10-16
| | * | | | | | | usb: phy: tegra remove include of <mach/iomap.h>Stephen Warren2012-10-16
| | |/ / / / / /
| * | | | | | | USB: EHCI: fix build error in ChipIdea host driverAlan Stern2012-11-03
| * | | | | | | fix build of EHCI debug port code when USB_CHIPIDEA but !USB_EHCI_HCDJan Beulich2012-11-02
| * | | | | | | USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern2012-11-02
| * | | | | | | USB: ohci-exynos: initialize registers pointer earlierVincent Palatin2012-11-02
| * | | | | | | USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern2012-11-02
| * | | | | | | USB: EHCI: make ehci-platform a separate driverAlan Stern2012-11-01
| * | | | | | | USB: EHCI: make ehci-pci a separate driverAlan Stern2012-11-01
| * | | | | | | USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern2012-11-01
| * | | | | | | USB: option: idVendor and idProduct are __le16Bjørn Mork2012-10-31
| * | | | | | | USB: option: replace vendor probe rule with match flagsBjørn Mork2012-10-31
| * | | | | | | USB: option: never bind to a usb-storage interfaceBjørn Mork2012-10-31
| * | | | | | | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-31
| * | | | | | | USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-31
| * | | | | | | USB: remove iteration limit in hub_tt_work()Alan Stern2012-10-31
| * | | | | | | USB: serial: remove driver version informationJohan Hovold2012-10-31
| * | | | | | | USB: ums_realtek: fix build warningJingoo Han2012-10-30
| * | | | | | | USB: ftdi_sio: use ftdi_get_modem_status in chars_in_bufferJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: optimise chars_in_bufferJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: use generic chars_in_bufferJohan Hovold2012-10-30
| * | | | | | | USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: refactor modem-control status retrievalJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: fix tiocmget and tiocmset return valuesJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: fix tiocmget indentationJohan Hovold2012-10-30
| * | | | | | | USB: ftdi_sio: remove unused private port-dataJohan Hovold2012-10-30
| * | | | | | | USB: fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabledJan Beulich2012-10-30
| * | | | | | | USB: ftdi_sio: remove unnecessary memsetJohan Hovold2012-10-30