aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/ucc_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: ucc_uart: Remove custom frame size calculationIlpo Järvinen1-14/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-06-27tty: serial: Fix refcount leak bug in ucc_uart.cLiang He1-0/+2
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-04-06tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read,write}*Christophe Leroy1-62/+62
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan1-1/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-184/+201
2020-01-06serial: ucc_uart: remove redundant assignment to pointer bdpColin Ian King1-2/+0
2019-12-18tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQDmitry Safonov1-2/+0
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes1-3/+3
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes1-0/+7
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes1-21/+15
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes1-1/+16
2019-12-09serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes1-52/+58
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes1-108/+102
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes1-0/+1
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab1-1/+1
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: uuc_uart: constify uart_ops structuresJulia Lawall1-1/+1
2016-05-01QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang1-0/+3
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-07-23serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-11/+0
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2013-10-16tty: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-06-03driver: tty: add missing unregister in err caseLibo Chen1-1/+3
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+3
2012-01-26serial: Kill off NO_IRQAlan Cox1-1/+1
2011-11-24drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade1-0/+3
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+3
2011-09-22TTY: serial, fix includes in some driversJiri Slaby1-1/+3
2011-08-22drivers/serial/ucc_uart.c: Fix compiler warningKumar Gala1-1/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-32/+35
2011-03-15drivers/serial/ucc_uart.c: Add of_node_put to avoid memory leakJulia Lawall1-32/+35
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/+1537