aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/efm32-uart.c
AgeCommit message (Expand)Author
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-05-18serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-11serial: efm32: correct namespacing of location propertyUwe Kleine-König
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-28serial: efm32: add module_exitVincent Stehlé
2014-04-16serial: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König
2014-03-17serial: efm32: properly namespace location propertyUwe Kleine-König
2013-08-27tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-07-31serial/efm32-uart: don't slur over failure in probe_dtUwe Kleine-König
2013-07-31serial/efm32-uart: don't use pdev->id to determine the port's lineUwe Kleine-König
2013-07-26serial/efm32-uart: make of_device_id array constUwe Kleine-König
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-21serial/efm32: parse location propertyUwe Kleine-König
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-01-26serial/efm32: add new driverUwe Kleine-König