summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/cpm_uart
AgeCommit message (Expand)AuthorLines
2023-08-04serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy-1732/+0
2023-08-04serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy-142/+49
2023-08-04serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy-140/+72
2023-08-04serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy-11/+5
2023-08-04serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy-71/+9
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy-2/+4
2023-08-04serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy-3/+1
2023-08-04serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy-24/+1
2023-08-04serial: cpm_uart: Avoid suspicious lockingChristophe Leroy-9/+4
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman-2/+0
2023-05-30serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina-2/+0
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König-1/+4
2023-03-29serial: cpm_uart: Use uart_circ_empty()Ilpo Järvinen-3/+2
2022-11-03serial: cpm_uart: Use uart_xmit_advance()Ilpo Järvinen-2/+1
2022-09-30serial: cpm_uart: Don't request IRQ too early for console portChristophe Leroy-12/+10
2022-09-22tty: serial: cpm_uart: remove unused cpm_uart_nr declarationGaosheng Cui-1/+0
2022-08-30serial: cpm_uart: Remove custom frame size calculationIlpo Järvinen-21/+10
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing-1/+1
2022-04-22serial: allow COMPILE_TEST for some driversJiri Slaby-0/+2
2022-04-15tty: serial: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-1/+0
2021-10-30serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven-0/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby-18/+1
2021-01-07tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby-2/+1
2020-12-28tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy-1/+39
2020-06-27tty: serial: cpm_uart: Fix behaviour for non existing GPIOsChristophe Leroy-1/+8
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2020-03-06tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij-28/+24
2020-02-13serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes-0/+1
2019-12-18tty/serial: Migrate cpm_uart to use has_sysrqDmitry Safonov-7/+2
2019-05-24tty: cpm_uart: drop unused iflag macroJohan Hovold-2/+0
2019-05-24tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy-6/+11
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-3/+3
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman-3/+7
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring-4/+4
2018-09-18serial: cpm_uart: return immediately from console pollChristophe Leroy-3/+7
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-50/+4
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman-50/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-08-28serial: cpm_uart: constify uart_ops structuresJulia Lawall-1/+1
2017-02-03tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov-8/+10
2015-10-04tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-03-26tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1Christophe Leroy-2/+2
2015-03-26tty: constify of_device_id arrayFabian Frederick-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-05serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick-16/+32
2014-10-20tty: serial: cpm_uart: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan-9/+0