summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/cpm_uart/cpm_uart_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy2023-08-041-1612/+0
* serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy2023-08-041-0/+48
* serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy2023-08-041-0/+72
* serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy2023-08-041-0/+5
* serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy2023-08-041-3/+5
* serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-041-2/+4
* serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2023-08-041-1/+0
* serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy2023-08-041-3/+1
* serial: cpm_uart: Avoid suspicious lockingChristophe Leroy2023-08-041-9/+4
* serial: Make uart_remove_one_port() return voidUwe Kleine-König2023-05-131-1/+4
* serial: cpm_uart: Use uart_circ_empty()Ilpo Järvinen2023-03-291-3/+2
* serial: cpm_uart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: cpm_uart: Don't request IRQ too early for console portChristophe Leroy2022-09-301-12/+10
* serial: cpm_uart: Remove custom frame size calculationIlpo Järvinen2022-08-301-21/+10
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing2022-05-191-1/+1
* serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven2021-10-301-0/+2
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-18/+1
* tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby2021-01-071-2/+1
* tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy2020-12-281-1/+39
* tty: serial: cpm_uart: Fix behaviour for non existing GPIOsChristophe Leroy2020-06-271-1/+8
* tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij2020-03-061-27/+21
* serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes2020-02-131-0/+1
* tty/serial: Migrate cpm_uart to use has_sysrqDmitry Safonov2019-12-181-7/+2
* tty: cpm_uart: drop unused iflag macroJohan Hovold2019-05-241-2/+0
* tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy2019-05-241-6/+11
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman2018-09-301-3/+7
|\
| * serial: cpm_uart: return immediately from console pollChristophe Leroy2018-09-181-3/+7
* | tty: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-181-4/+4
|/
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-15/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: cpm_uart: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
* tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov2017-02-031-8/+10
* tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: cpm_uart: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick2014-11-051-16/+32
|/
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-9/+0
* serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson2014-05-291-4/+4
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-1/+1
|\
| * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-241-1/+1
* | drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
|/
* tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy2013-08-271-2/+26
* serial: use platform_{get,set}_drvdata()Jingoo Han2013-06-031-2/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+3