aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/ucc_uart.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: switch from circ_buf to kfifoGravatar Jiri Slaby (SUSE) 1-13/+7
2023-12-08serial: ucc_uart: Fix multiple address space type errorsGravatar Christophe Leroy 1-14/+14
2023-11-23serial: ucc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-18serial: ucc_uart: Use port lock wrappersGravatar Thomas Gleixner 1-2/+2
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededGravatar Christophe Leroy 1-1/+0
2023-07-31Merge 6.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-1/+1
2023-07-25tty: Explicitly include correct DT includesGravatar Rob Herring 1-1/+2
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersGravatar Randy Dunlap 1-1/+1
2023-03-29serial: ucc_uart: Use uart_circ_empty()Gravatar Ilpo Järvinen 1-3/+2
2023-03-16serial: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-1/+1
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Gravatar Liang He 1-0/+2
2022-11-03serial: ucc_uart: Use uart_xmit_advance()Gravatar Ilpo Järvinen 1-2/+1
2022-08-30serial: ucc_uart: Remove custom frame size calculationGravatar Ilpo Järvinen 1-14/+1
2022-08-30serial: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-1/+2
2022-06-27tty: serial: Fix refcount leak bug in ucc_uart.cGravatar Liang He 1-0/+2
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesGravatar Shawn Guo 1-1/+1
2021-04-06tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read...Gravatar Christophe Leroy 1-62/+62
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticGravatar Jason Yan 1-1/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-184/+201
2020-01-06serial: ucc_uart: remove redundant assignment to pointer bdpGravatar Colin Ian King 1-2/+0
2019-12-18tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQGravatar Dmitry Safonov 1-2/+0
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuGravatar Rasmus Villemoes 1-3/+3
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Gravatar Rasmus Villemoes 1-0/+7
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Gravatar Rasmus Villemoes 1-21/+15
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Gravatar Rasmus Villemoes 1-1/+16
2019-12-09serial: ucc_uart: factor out soft_uart initializationGravatar Rasmus Villemoes 1-52/+58
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsGravatar Rasmus Villemoes 1-108/+102
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hGravatar Rasmus Villemoes 1-0/+1
2019-07-15docs: serial: move it to the driver-apiGravatar Mauro Carvalho Chehab 1-1/+1
2019-04-25docs: serial: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2017-11-08tty: serial: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-08-28serial: uuc_uart: constify uart_ops structuresGravatar Julia Lawall 1-1/+1
2016-05-01QE-UART: add "fsl,t1040-ucc-uart" to of_device_idGravatar Zhao Qiang 1-0/+3
2015-12-22QE: Move QE from arch/powerpc to drivers/socGravatar Zhao Qiang 1-1/+1
2015-07-23serial/uuc_uart: Support higher bitrates than 115200 Bit/sGravatar Alexander Stein 1-1/+1
2015-03-26tty: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2014-10-20tty: serial: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Gravatar Alexander Shiyan 1-11/+0
2014-06-19serial: Fix IGNBRK handlingGravatar Peter Hurley 1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2013-10-16tty: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+2
2013-06-03driver: tty: add missing unregister in err caseGravatar Libo Chen 1-1/+3
2013-06-03serial: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-3/+2
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-2/+1
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: switch tty_buffer_request_room to tty_portGravatar Jiri Slaby 1-2/+3
2012-01-26serial: Kill off NO_IRQGravatar Alan Cox 1-1/+1
2011-11-24drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutGravatar Chuck Meade 1-0/+3