summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-061-1/+1
|\
| * of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-1/+1
* | Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-05161-3425/+5272
|\ \
| * | usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2017-04-262-13/+4Star
| * | usb: musb: don't mark of_dev_auxdata as initdataArnd Bergmann2017-04-261-1/+1
| * | usb: misc: legousbtower: Fix buffers on stackMaksim Salau2017-04-261-10/+27
| * | USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"Bjørn Mork2017-04-251-99/+4Star
| * | USB: storage: e-mail update in drivers/usb/storage/unusual_devs.hPhillip Potter2017-04-251-1/+1
| * | Merge tag 'usb-serial-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-2030-923/+517Star
| |\ \
| | * | USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev KitMarek Vasut2017-04-192-0/+7
| | * | USB: serial: constify static arraysJohan Hovold2017-04-193-5/+5
| | * | USB: serial: quatech2: drop redundant tty_buffer_request_roomJohan Hovold2017-04-101-3/+1Star
| | * | USB: serial: iuu_phoenix: drop excessive sanity checksJohan Hovold2017-04-101-6/+3Star
| | * | USB: serial: drop obsolete open-race workaroundJohan Hovold2017-03-311-8/+0Star
| | * | USB: serial: drop termios-flag debuggingJohan Hovold2017-03-295-42/+0Star
| | * | USB: serial: f81534: clean up port bulk-out setupJohan Hovold2017-03-281-51/+11Star
| | * | USB: serial: f81534: clean up calc_num_portsJohan Hovold2017-03-281-5/+6
| | * | USB: serial: mxuport: clean up port bulk-out setupJohan Hovold2017-03-281-91/+12Star
| | * | USB: serial: mxuport: add endpoint sanity checkJohan Hovold2017-03-281-0/+2
| | * | USB: serial: mxuport: register two ports for unknown devicesJohan Hovold2017-03-281-11/+16
| | * | USB: serial: visor: clean up treo endpoint hackJohan Hovold2017-03-281-58/+24Star
| | * | USB: serial: visor: clean up clie_5 endpoint hackJohan Hovold2017-03-281-34/+23Star
| | * | USB: serial: visor: drop redundant calc_num_ports callbackJohan Hovold2017-03-281-1/+0Star
| | * | USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
| | * | USB: serial: omninet: use generic write implementationJohan Hovold2017-03-281-76/+17Star
| | * | USB: serial: omninet: clean up port setupJohan Hovold2017-03-281-26/+21Star
| | * | USB: serial: mos7840: clean up endpoint sanity checkJohan Hovold2017-03-281-12/+11Star
| | * | USB: serial: mos7720: always require an interrupt endpointJohan Hovold2017-03-281-2/+2
| | * | USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold2017-03-281-32/+20Star
| | * | USB: serial: io_ti: drop redundant read-urb checkJohan Hovold2017-03-281-6/+0Star
| | * | USB: serial: io_ti: verify interrupt endpoint at probeJohan Hovold2017-03-281-8/+2Star
| | * | USB: serial: io_ti: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
| | * | USB: serial: io_ti: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-6/+19
| | * | USB: serial: ipaq: always register a single portJohan Hovold2017-03-281-26/+15Star
| | * | USB: serial: ipaq: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-8/+10
| | * | USB: serial: f81534: abort probe on early errorsJohan Hovold2017-03-281-3/+3
| | * | USB: serial: f81534: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-44/+11Star
| | * | USB: serial: aircable: use calc_num_endpoints to verify endpointsJohan Hovold2017-03-281-28/+8Star
| | * | USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold2017-03-281-38/+46
| | * | USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2017-03-282-42/+55
| | * | USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold2017-03-281-2/+4
| | * | USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-282-21/+24
| | * | USB: serial: add probe callback to generic driverJohan Hovold2017-03-282-2/+12
| | * | USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold2017-03-289-23/+26
| | * | USB: serial: whiteheat: simplify endpoint checkJohan Hovold2017-03-161-30/+2Star
| | * | USB: serial: symbolserial: simplify endpoint checkJohan Hovold2017-03-161-11/+1Star
| | * | USB: serial: spcp8x5: simplify endpoint checkJohan Hovold2017-03-161-14/+2Star
| | * | USB: serial: pl2303: simplify endpoint checkJohan Hovold2017-03-161-8/+3Star
| | * | USB: serial: oti6858: simplify endpoint checkJohan Hovold2017-03-161-16/+3Star
| | * | USB: serial: opticon: simplify endpoint checkJohan Hovold2017-03-161-11/+1Star