aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27uwb: fix variable set but not used warningsThomas Pugliese3-7/+0
2014-05-27uwb: comment typo fixThomas Pugliese1-1/+1
2014-05-27uwb: whitespace and line length cleanupsThomas Pugliese1-128/+166
2014-05-27usb: core: remove the Kconfig entry for USB_DEBUGPeter Chen1-7/+0
2014-05-27usb: remove redundant D0 power state setYijing Wang1-1/+0
2014-05-27USB: keyspan: fix potential null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-27USB: wusbcore: fix control-pipe directionsJohan Hovold1-2/+2
2014-05-27USB: cdc-acm: use tty-port dtr_rtsJohan Hovold1-12/+20
2014-05-27USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold1-1/+0
2014-05-27USB: cdc-acm: do not update PM busy on read errorsJohan Hovold1-1/+3
2014-05-27USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold1-6/+11
2014-05-27USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold1-22/+19
2014-05-27USB: cdc-acm: simplify runtime PM lockingJohan Hovold1-11/+6
2014-05-27USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold1-2/+4
2014-05-27USB: cdc-acm: fix I/O after failed openJohan Hovold1-0/+3
2014-05-27USB: cdc-acm: fix failed open not being detectedJohan Hovold1-6/+8
2014-05-27USB: cdc-acm: fix open and suspend raceJohan Hovold1-4/+3
2014-05-27USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold1-1/+7
2014-05-27USB: cdc-acm: fix shutdown and suspend raceJohan Hovold1-2/+1
2014-05-27USB: cdc-acm: fix runtime PM for control messagesJohan Hovold1-1/+11
2014-05-27USB: cdc-acm: fix broken runtime suspendJohan Hovold2-11/+23
2014-05-27USB: cdc-acm: fix write and resume raceJohan Hovold1-14/+9
2014-05-27USB: cdc-acm: fix write and suspend raceJohan Hovold1-9/+6
2014-05-27USB: kobil_sct: fix control requests without data stageJohan Hovold1-11/+11
2014-05-27USB: serial: remove overly defensive port testsJohan Hovold1-24/+14
2014-05-27USB: serial: fix potential runtime pm imbalance at device removeJohan Hovold1-3/+11
2014-05-27USB: usb_wwan: do not resume I/O on closing portsJohan Hovold2-5/+7
2014-05-27USB: usb_wwan: report failed submissions as errorsJohan Hovold1-6/+7
2014-05-27USB: usb_wwan: remove bogus function prototypeJohan Hovold1-1/+0
2014-05-27USB: usb_wwan: remove some superfluous commentsJohan Hovold1-7/+0
2014-05-27USB: usb_wwan: remove comment from closeJohan Hovold1-1/+0
2014-05-27USB: usb_wwan: clean up delayed-urb submissionJohan Hovold1-5/+9
2014-05-27USB: usb_wwan: use interface-data accessorsJohan Hovold1-10/+10
2014-05-27USB: usb_wwan: make resume error messages uniformJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: kill interrupt urb explicitly at suspendJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: remove redundant urb kill from port removeJohan Hovold1-4/+1
2014-05-27USB: usb_wwan: remove unimplemented set_termiosJohan Hovold3-18/+0
2014-05-27USB: usb_wwan: remove redundant modem-control requestJohan Hovold1-3/+0
2014-05-27USB: usb_wwan: fix remote wakeupJohan Hovold2-2/+5
2014-05-27USB: usb_wwan: fix discarded writes on resume errorsJohan Hovold1-11/+16
2014-05-27USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold1-8/+17
2014-05-27USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold1-24/+19
2014-05-27USB: usb_wwan: fix urb leak at shutdownJohan Hovold1-12/+22
2014-05-27USB: usb_wwan: fix write and suspend raceJohan Hovold1-8/+5
2014-05-27USB: usb_wwan: fix race between write and resumexiao jin1-6/+2
2014-05-27USB: usb_wwan: fix urb leak in write error pathxiao jin1-1/+3
2014-05-27USB: option: add missing usb_mark_last_busyJohan Hovold1-0/+1
2014-05-27USB: option: fix line-control pipe directionJohan Hovold1-1/+1
2014-05-27USB: option: fix runtime PM handlingJohan Hovold1-1/+10
2014-05-27USB: sierra: do not resume I/O on closing portsJohan Hovold1-6/+5