summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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 3.8-rc4 into usb-nextGreg Kroah-Hartman
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam
2013-01-18usb: dwc3: gadget: req->queued must be forced to false in cleanupPratyush Anand
2013-01-18usb: dwc3: gadget: fix scatter gather implementationPratyush Anand
2013-01-18usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFERPratyush Anand
2013-01-18usb: dwc3: gadget: fix skip LINK_TRB on ISOCPratyush Anand
2013-01-18usb: dwc3: gadget: fix isoc END TRANSFER ConditionPratyush Anand
2013-01-18usb: dwc3: gadget: correct return from ep_queuePratyush Anand
2013-01-18usb: dwc3: gadget: fix missed isocPratyush Anand
2013-01-18usb: dwc3: Enable usb2 LPM only when connected as usb2.0Pratyush Anand
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi
2013-01-18usb: dwc3: gadget: don't redefine 'ret'Felipe Balbi
2013-01-18usb: dwc3: exynos: use devm_ functionsJingoo Han
2013-01-18usb: dwc3: decrease event buffer sizeFelipe Balbi
2013-01-17USB: misc: fixup smatch WARNINGDongjin Kim
2013-01-17usb: misc: usb3503_probe() can be staticFengguang Wu
2013-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-01-17usb: musb: omap2430: fix wrong devm_kzalloc() result checkSergei Shtylyov
2013-01-17usb: musb: fix dependency on transceiver driverMing Lei
2013-01-17usb: musb: core: fix failure pathMing Lei
2013-01-17usb: musb: Double buffering issues in host mode TXsupriya karanth
2013-01-17usb: musb: omap2430: kill redundant assignments in omap2430_probe()Sergei Shtylyov
2013-01-17usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepareFabio Baltieri
2013-01-16Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds