summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+1
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko1-6/+1
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren2-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)1-3/+0
2023-08-09serial: core: Revert port_id useTony Lindgren1-1/+1
2023-08-04serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren1-0/+1
2023-08-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren1-0/+2
2023-08-03serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren1-2/+8
2023-08-01serial: core: Fix serial core controller port name to show controller idTony Lindgren1-12/+20
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren2-1/+3
2023-08-01tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun1-2/+2
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-5/+7
2023-07-25serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das1-1/+1
2023-07-25serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap1-1/+1
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold1-7/+0
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds40-368/+2055
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter1-2/+2
2023-06-19tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang3-0/+845
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun1-0/+1
2023-06-19tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet1-2/+2
2023-06-15serial: core: fix -EPROBE_DEFER handling in initDan Carpenter1-5/+5
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET1-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET1-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET1-1/+5
2023-06-13tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028ARobert Hodaszi1-1/+1
2023-06-13serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König3-4/+7
2023-06-06serial: core: don't kfree device managed dataDan Carpenter1-6/+2
2023-06-06serial: lantiq: add missing interrupt ackBernhard Seibold1-0/+1
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai1-40/+10
2023-06-06serial: st-asc: fix typo in property nameRaphael Gallais-Pou1-1/+1
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman4-25/+27
2023-06-05Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman4-25/+27
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren1-2/+2
2023-06-01serial: core: Fix probing serial_base_bus devicesTony Lindgren1-1/+10
2023-06-01serial: core: Don't drop port_mutex in serial_core_remove_one_portSteven Price1-3/+1
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren8-22/+594
2023-05-31serial: 8250: omap: convert to modern PM opsArnd Bergmann1-12/+5
2023-05-31serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven1-5/+5
2023-05-31serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviourUwe Kleine-König1-1/+13
2023-05-30serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_arrayJames Clark1-0/+5
2023-05-30serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina2-3/+1
2023-05-30tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun1-21/+23