summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-20USB: serial: cp210x: implement GPIO support for CP2102NKaroly Pados1-36/+209
2018-07-18USB: serial: cp210x: improve line-speed handling for CP2104 and CP2105Johan Hovold1-2/+7
2018-07-18USB: serial: cp210x: generalise CP2102N line-speed handlingJohan Hovold1-23/+27
2018-07-18USB: serial: cp210x: improve baudrate support for CP2102NKaroly Pados1-5/+34
2018-07-18USB: serial: cp210x: honour device-type maximum line speedJohan Hovold1-3/+38
2018-07-18USB: serial: cp210x: make line-speed quantisation data drivenJohan Hovold1-43/+56
2018-07-16USB: serial: iuu_phoenix: drop redundant input-speed re-encodingJohan Hovold1-3/+0
2018-07-16USB: serial: iuu_phoenix: drop unused driver-data baud rateJohan Hovold1-2/+0
2018-07-16USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King1-9/+0
2018-07-11USB: serial: clean up kl5kusb105 documentationJohan Hovold1-9/+0
2018-07-11USB: serial: kl5kusb105: remove KLSI device idJohan Hovold2-4/+0
2018-07-06USB: serial: kobil_sct: add missing version error handlingJohan Hovold1-4/+8
2018-07-06USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold1-2/+10
2018-06-27USB: serial: digi_acceleport: rename tty flag variableJohan Hovold1-6/+6
2018-06-26USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness1-4/+5
2018-06-26USB: serial: symbolserial: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: sierra: use irqsave() in USB's complete callbackJohn Ogness1-4/+5
2018-06-26USB: serial: sierra: fix potential deadlock at closeJohn Ogness1-2/+2
2018-06-26USB: serial: quatech2: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: mos7840: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: io_ti: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness1-6/+11
2018-06-26USB: serial: digi_acceleport: use irqsave() in USB's complete callbackJohn Ogness1-10/+13
2018-06-26USB: serial: cyberjack: use irqsave() in USB's complete callbackJohn Ogness1-7/+10
2018-06-25USB: serial: cast sizeof() to int when comparing with error codeChengguang Xu3-3/+3
2018-06-24Linux 4.18-rc2Linus Torvalds1-1/+1
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-37/+71
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-20/+23
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2018-06-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-22/+97
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+5
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds11-64/+61
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+42
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-6/+8
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-21/+60
2018-06-24Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-22/+807
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel1-1/+1
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds20-84/+142
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-8/+15
2018-06-24Merge tag 'linux-kselftest-4.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-27/+79
2018-06-24Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-19/+28
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2-1/+1
2018-06-23Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds16-34/+153
2018-06-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-8/+10
2018-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-26/+131
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-22/+297
2018-06-23x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov1-0/+3