aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/cpm_uart/cpm_uart_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30serial: cpm_uart: Don't request IRQ too early for console portChristophe Leroy1-12/+10
2022-08-30serial: cpm_uart: Remove custom frame size calculationIlpo Järvinen1-21/+10
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing1-1/+1
2021-10-30serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven1-0/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-18/+1
2021-01-07tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby1-2/+1
2020-12-28tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy1-1/+39
2020-06-27tty: serial: cpm_uart: Fix behaviour for non existing GPIOsChristophe Leroy1-1/+8
2020-03-06tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij1-27/+21
2020-02-13serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes1-0/+1
2019-12-18tty/serial: Migrate cpm_uart to use has_sysrqDmitry Safonov1-7/+2
2019-05-24tty: cpm_uart: drop unused iflag macroJohan Hovold1-2/+0
2019-05-24tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy1-6/+11
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman1-3/+7
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-09-18serial: cpm_uart: return immediately from console pollChristophe Leroy1-3/+7
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: cpm_uart: constify uart_ops structuresJulia Lawall1-1/+1
2017-02-03tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov1-8/+10
2015-10-04tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-05serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick1-16/+32
2014-10-20tty: serial: cpm_uart: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-9/+0
2014-05-29serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson1-4/+4
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-1/+1
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-27tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy1-2/+26
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+3
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-09-26Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rateChristophe Leroy1-0/+14
2012-09-26Powerpc 8xx CPM_UART maxidl should not depend on fifo sizeChristophe Leroy1-2/+2
2012-09-26Powerpc 8xx CPM_UART too many interruptsChristophe Leroy1-2/+2
2012-09-26Powerpc 8xx CPM_UART desynchronisationChristophe Leroy1-0/+1
2011-09-22TTY: serial, fix includes in some driversJiri Slaby1-0/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1443