aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-01-23usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotationsVivek Gautam
2013-01-23USB: ohci-exynos: Add phy driver supportVivek Gautam
2013-01-23USB: ehci-s5p: Add phy driver supportVivek Gautam
2013-01-23usb: phy: samsung: Add host phy support to samsung-phy driverVivek Gautam
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu
2013-01-21drivers/usb/chipidea/core.c: adjust duplicate testJulia Lawall
2013-01-21Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2013-01-21usb: gadget: fix two sparse warningsFelipe Balbi
2013-01-21usb: gadget: f_uac2: fix compile warningFelipe Balbi
2013-01-21usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior
2013-01-21usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior
2013-01-21usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior
2013-01-21usb: gadget: acm_ms: use function framework for ACMSebastian Andrzej Siewior
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior
2013-01-21usb: gadget: g_serial: split the three possible functions into three bind fun...Sebastian Andrzej Siewior
2013-01-21usb: gadget: f_acm: remove empty functionSebastian Andrzej Siewior
2013-01-21usb: gadget: convert source sink and loopback to new function interfaceSebastian Andrzej Siewior
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior
2013-01-21usb: gadget: move loopback's config descriptor out of f_loopbackSebastian Andrzej Siewior
2013-01-21usb: gadget: move source sink's config descriptor out of f_sourcesinkSebastian Andrzej Siewior
2013-01-21usb: gadget: provide a wrapper around SourceSink's setup functionSebastian Andrzej Siewior
2013-01-21usb: gadget: remove u32 castings of address passed to readl()Sebastian Andrzej Siewior
2013-01-21usb: gadget: composite: don't call driver's unbind() if bind() failedSebastian Andrzej Siewior
2013-01-20USB: storage: avoid scanning other targets for single target deviceMing Lei
2013-01-20usb: Create link files between child device and usb port device.Lan Tianyu
2013-01-20usb: Add "portX/connect_type" attribute to expose usb port's connect typeLan Tianyu
2013-01-20usb: fix compilation error and warning of driver/usb/core/port.c on arm and b...Lan Tianyu
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-18usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu
2013-01-18USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg()Dan Carpenter
2013-01-18USB: io_ti: kill custom closing_wait implementationJohan Hovold
2013-01-18USB: io_ti: query hardware-buffer status in chars_in_bufferJohan Hovold
2013-01-18USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold
2013-01-18USB: io_ti: use tty-port drain delayJohan Hovold
2013-01-18USB: io_ti: move write-fifo flushing to closeJohan Hovold
2013-01-18Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds