aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-28USB: serial: mos7720: clean up mcs7715 port setupJohan Hovold1-32/+20
2017-03-28USB: serial: io_ti: drop redundant read-urb checkJohan Hovold1-6/+0
2017-03-28USB: serial: io_ti: verify interrupt endpoint at probeJohan Hovold1-8/+2
2017-03-28USB: serial: io_ti: always require a bulk-out endpointJohan Hovold1-0/+2
2017-03-28USB: serial: io_ti: use calc_num_endpoints to verify endpointsJohan Hovold1-6/+19
2017-03-28USB: serial: ipaq: always register a single portJohan Hovold1-26/+15
2017-03-28USB: serial: ipaq: use calc_num_endpoints to verify endpointsJohan Hovold1-8/+10
2017-03-28USB: serial: f81534: abort probe on early errorsJohan Hovold1-3/+3
2017-03-28USB: serial: f81534: use calc_num_endpoints to verify endpointsJohan Hovold1-44/+11
2017-03-28USB: serial: aircable: use calc_num_endpoints to verify endpointsJohan Hovold1-28/+8
2017-03-28USB: serial: pl2303: clean up legacy endpoint hackJohan Hovold1-38/+46
2017-03-28USB: serial: move pl2303 hack out of usb-serial coreJohan Hovold2-42/+55
2017-03-28USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold1-2/+4
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold2-21/+24
2017-03-28USB: serial: add probe callback to generic driverJohan Hovold2-2/+12
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold9-23/+26
2017-03-16USB: serial: whiteheat: simplify endpoint checkJohan Hovold1-30/+2
2017-03-16USB: serial: symbolserial: simplify endpoint checkJohan Hovold1-11/+1
2017-03-16USB: serial: spcp8x5: simplify endpoint checkJohan Hovold1-14/+2
2017-03-16USB: serial: pl2303: simplify endpoint checkJohan Hovold1-8/+3
2017-03-16USB: serial: oti6858: simplify endpoint checkJohan Hovold1-16/+3
2017-03-16USB: serial: opticon: simplify endpoint checkJohan Hovold1-11/+1
2017-03-16USB: serial: omninet: simplify endpoint checkJohan Hovold1-13/+1
2017-03-16USB: serial: mos7720: simplify endpoint checkJohan Hovold1-5/+2
2017-03-16USB: serial: kobil_sct: simplify endpoint checkJohan Hovold1-12/+1
2017-03-16USB: serial: keyspan_pda: simplify endpoint checkJohan Hovold1-14/+2
2017-03-16USB: serial: iuu_phoenix: simplify endpoint checkJohan Hovold1-11/+2
2017-03-16USB: serial: io_edgeport: simplify and tighten endpoint checkJohan Hovold1-5/+12
2017-03-16USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold1-19/+4
2017-03-16USB: serial: cyberjack: simplify endpoint checkJohan Hovold1-10/+1
2017-03-16USB: serial: ark3116: simplify endpoint sanity checkJohan Hovold1-14/+3
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold1-5/+12
2017-03-16USB: serial: replace runtime overflow checkJohan Hovold1-8/+5
2017-03-16USB: serial: refactor and clean up endpoint handlingJohan Hovold1-74/+80
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold1-7/+7
2017-03-16USB: serial: clean up probe error pathsJohan Hovold1-12/+12
2017-03-13USB: serial: ftdi_sio: allow other bases for "event_char"Ian Abbott1-2/+2
2017-03-13USB: serial: ftdi_sio: only allow valid event_char valuesIan Abbott1-1/+4
2017-03-13USB: serial: ftdi_sio: only allow valid latency timer valuesIan Abbott1-1/+4
2017-03-13USB: serial: ftdi_sio: detect BM chip with iSerialNumber bugIan Abbott1-8/+33
2017-03-13USB: serial: ftdi_sio: don't access latency timer on old chipsIan Abbott1-0/+6
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+20
2017-03-11Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-79/+50
2017-03-11Merge tag 'tty-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-65/+73
2017-03-11Merge tag 'staging-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+1
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-108/+195
2017-03-11Merge tag 'pinctrl-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+21
2017-03-10Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+12
2017-03-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-22/+56
2017-03-10Merge tag 'drm-fixes-for-4.11-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds22-264/+768