summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-22serial: sunsu: drop low-latency workaroundJohan Hovold1-4/+0
2021-04-22serial: sifive: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: txx9: drop low-latency workaroundJohan Hovold1-2/+2
2021-04-22serial: sa1100: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: rp2: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: rda: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: owl: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: msm_serial: drop low-latency workaroundJohan Hovold1-4/+0
2021-04-22serial: mpc52xx_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: meson: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: mcf: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: lpc32xx_hs: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: icom: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: bcm63xx: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold1-18/+0
2021-04-22serial: arc_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: ar933x: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: apbuart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: amba-pl011: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: amba-pl010: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: altera_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: altera_jtaguart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22tty: mxser: drop low-latency workaroundJohan Hovold1-7/+0
2021-04-22serial: omap: fix rs485 half-duplex filteringDario Binacchi1-15/+24
2021-04-22serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi1-8/+4
2021-04-22serial: stm32: defer sysrq processingJohan Hovold1-10/+6
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold5-17/+17
2021-04-22tty: synclink_gt: remove redundant initialization of variable countColin Ian King1-1/+1
2021-04-22ttyprintk: Add TTY hangup callback.Tetsuo Handa1-0/+11
2021-04-22usb: dwc3: core: Do core softreset when switch modeYu Chen2-0/+32
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan2-14/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan1-5/+7
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan1-0/+15
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan1-0/+10
2021-04-22usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan1-0/+10
2021-04-22usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan1-0/+14
2021-04-22usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan1-6/+7
2021-04-22usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan1-4/+14
2021-04-22usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan1-0/+6
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan2-0/+19
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan1-5/+18
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan1-0/+4
2021-04-22usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan1-6/+11
2021-04-22Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman27-920/+1150
2021-04-22usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen1-4/+6
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun1-41/+2
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton3-1/+20