aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/altera_uart.c
AgeCommit message (Expand)Author
2017-05-25serial: altera_uart: call iounmap() at driver removeTobias Klauser
2017-03-31serial: altera_uart: add earlycon supportTobias Klauser
2016-09-02serial: altera: constify uart_ops structuresJulia Lawall
2015-10-04serial: altera_uart: Use of_property_read_u32 instead of open-coding itTobias Klauser
2015-05-06drivers/tty/serial: altera: fix typos in #endif commentsValentin Rothberg
2015-01-09serial: altera-uart: fix NULL device in log messageLey Foon Tan
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-09-08serial: altera: Make of_device_id arrays constTobias Klauser
2014-07-11serial: altera: Adopt uart_console_write()Daniel Thompson
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen
2013-08-27tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-05-20serial: altera: remove unnecessary platform_set_drvdata()Jingoo Han
2013-02-05tty: serial: altera_uart: Simplify altera_uart_init()Tobias Klauser
2013-01-15TTY: switch tty_flip_buffer_pushJiri 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-09-05tty: serial: altera_uart: Use platform_{get,set}_drvdataTobias Klauser
2012-04-09tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-09-29tty: use of_match_ptr() for of_match_table entryBen Dooks
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-04-19serial: altera_uart: Scan for a free port if platform device id is -1Tobias Klauser
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-01tty: serial: altera_uart: Add devicetree supportTobias Klauser
2011-02-17tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser
2011-02-17tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman