aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ucc_uart.c
AgeCommit message (Expand)Author
2023-12-08serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy
2023-11-23serial: ucc: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: ucc_uart: Use port lock wrappersThomas Gleixner
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap
2023-03-29serial: ucc_uart: Use uart_circ_empty()Ilpo Järvinen
2023-03-16serial: Use of_property_read_bool() for boolean propertiesRob Herring
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He
2022-11-03serial: ucc_uart: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: ucc_uart: Remove custom frame size calculationIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-06-27tty: serial: Fix refcount leak bug in ucc_uart.cLiang He
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo
2021-04-06tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read...Christophe Leroy
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-06serial: ucc_uart: remove redundant assignment to pointer bdpColin Ian King
2019-12-18tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQDmitry Safonov
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-28serial: uuc_uart: constify uart_ops structuresJulia Lawall
2016-05-01QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang
2015-07-23serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein
2015-03-26tty: constify of_device_id arrayFabian Frederick
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-16tty: Remove unnecessary semicolonsJoe Perches
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-06-03driver: tty: add missing unregister in err caseLibo Chen
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-01-26serial: Kill off NO_IRQAlan Cox
2011-11-24drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds