summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/altera_uart.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04tty/serial: altera_uart: use more informative labels in /proc/interruptsAntony Pavlov1-1/+1
2023-11-23serial: altera: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: altera_uart: Use port lock wrappersThomas Gleixner1-10/+10
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+1
2022-11-23serial: altera_uart: fix locking in polling modeGabriel Somlo1-2/+3
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-24/+5
2022-09-22tty: serial: altera_uart_{r,t}x_chars() need only uart_portJiri Slaby1-6/+4
2022-09-22tty: serial: clean up stop-tx part in altera_uart_tx_chars()Jiri Slaby1-4/+2
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-12-30serial: altera: Use platform_get_irq_optional() to get the interruptLad Prabhakar1-4/+5
2021-04-22serial: altera_uart: drop low-latency workaroundJohan Hovold1-2/+0
2018-02-28serial: altera: set RRDY flag also without irqUwe Kleine-König1-10/+10
2018-02-28serial: altera: don't enable any irq if the device doesn't feature an irqUwe Kleine-König1-8/+22
2018-02-28serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König1-6/+6
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04tty/serial: altera_uart: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-05-25serial: altera_uart: call iounmap() at driver removeTobias Klauser1-0/+1
2017-03-31serial: altera_uart: add earlycon supportTobias Klauser1-0/+32
2016-09-02serial: altera: constify uart_ops structuresJulia Lawall1-1/+1
2015-10-04serial: altera_uart: Use of_property_read_u32 instead of open-coding itTobias Klauser1-24/+2
2015-05-06drivers/tty/serial: altera: fix typos in #endif commentsValentin Rothberg1-1/+1
2015-01-10serial: altera-uart: fix NULL device in log messageLey Foon Tan1-0/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09serial: altera: Make of_device_id arrays constTobias Klauser1-1/+1
2014-07-12serial: altera: Adopt uart_console_write()Daniel Thompson1-6/+2
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2014-06-20serial: Fix IGNBRK handlingPeter Hurley1-0/+6
2013-09-07Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen1-0/+1
2013-08-28tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-08-01serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-20serial: altera: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-02-05tty: serial: altera_uart: Simplify altera_uart_init()Tobias Klauser1-4/+2
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-05tty: serial: altera_uart: Use platform_{get,set}_drvdataTobias Klauser1-3/+3
2012-04-09tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov1-2/+2
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser1-0/+24
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser1-23/+0
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+1
2011-09-30tty: use of_match_ptr() for of_match_table entryBen Dooks1-3/+1
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-04-20serial: altera_uart: Scan for a free port if platform device id is -1Tobias Klauser1-11/+15
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+47
2011-03-01tty: serial: altera_uart: Add devicetree supportTobias Klauser1-4/+47
2011-02-17tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser1-7/+7