summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ucc_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy2023-12-081-14/+14
* serial: ucc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: ucc_uart: Use port lock wrappersThomas Gleixner2023-09-181-2/+2
* serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-041-1/+0
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-311-1/+1
|\
| * Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap2023-07-251-1/+1
* | tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+2
|/
* serial: ucc_uart: Use uart_circ_empty()Ilpo Järvinen2023-03-291-3/+2
* serial: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He2023-01-191-0/+2
* serial: ucc_uart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: ucc_uart: Remove custom frame size calculationIlpo Järvinen2022-08-301-14/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* tty: serial: Fix refcount leak bug in ucc_uart.cLiang He2022-06-271-0/+2
* firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
* tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read...Christophe Leroy2021-04-061-62/+62
* serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan2020-09-161-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-184/+201
|\
| * serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes2019-12-091-3/+3
| * serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes2019-12-091-0/+7
| * serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes2019-12-091-21/+15
| * serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes2019-12-091-1/+16
| * serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes2019-12-091-52/+58
| * serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes2019-12-091-108/+102
| * serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes2019-12-091-0/+1
* | serial: ucc_uart: remove redundant assignment to pointer bdpColin Ian King2020-01-061-2/+0
* | tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQDmitry Safonov2019-12-181-2/+0
|/
* docs: serial: move it to the driver-apiMauro Carvalho Chehab2019-07-151-1/+1
* docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-04-251-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+1
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: uuc_uart: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
* QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang2016-05-011-0/+3
* QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-221-1/+1
* serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein2015-07-231-1/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-11/+0
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+2
|\
| * drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* | tty: Remove unnecessary semicolonsJoe Perches2013-10-161-1/+1
|/
* driver: tty: add missing unregister in err caseLibo Chen2013-06-031-1/+3
* serial: use platform_{get,set}_drvdata()Jingoo Han2013-06-031-3/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+2
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+3
* serial: Kill off NO_IRQAlan Cox2012-01-261-1/+1
* drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade2011-11-241-0/+3
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-1/+3
|\