summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/altera_jtaguart.c
AgeCommit message (Expand)Author
2023-11-23serial: altera_jtaguart: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: altera_jtaguart: Use port lock wrappersThomas Gleixner
2023-07-31serial: altera_jtaguart: switch status to u32Jiri Slaby
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2022-11-22tty: serial: altera_jtaguart: remove struct altera_jtaguartJiri Slaby (SUSE)
2022-11-22tty: serial: altera_jtaguart: use uart_port::read_status_maskJiri Slaby (SUSE)
2022-11-22tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigsJiri Slaby (SUSE)
2022-11-22tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()Jiri Slaby (SUSE)
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)
2022-09-30tty: serial: do unlock on a common path in altera_jtaguart_console_putc()Jiri Slaby
2022-09-30tty: serial: unify TX space reads under altera_jtaguart_tx_space()Jiri Slaby
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-04-14tty: serial: altera: use altera_jtaguart_stop_tx()Jiri Slaby
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-30serial: altera_jtaguart: Use platform_get_irq_optional() to get the interruptLad Prabhakar
2021-04-22serial: altera_jtaguart: drop low-latency workaroundJohan Hovold
2020-07-21serial: altera_jtaguart: Replace HTTP links with HTTPS onesAlexander A. Klimov
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-05-18serial: altera_jtaguart: adding iounmap()Alexey Khoroshilov
2017-03-17serial: altera_jtaguart: add earlycon supportTobias Klauser
2016-09-02serial: altera: constify uart_ops structuresJulia Lawall
2015-05-06drivers/tty/serial: altera: fix typos in #endif commentsValentin Rothberg
2015-01-09serial: altera-juart: 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-22serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser
2014-07-17serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
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_jtag: drop uart_port->lock before calling tty_flip_buffer...Viresh Kumar
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-02-05tty: serial: altera_jtaguart: Simplify altera_jtaguart_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
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-10-05devicetree: fix build error on drivers/tty/serial/altera_jtaguart.cGrant Likely
2011-09-29tty: use of_match_ptr() for of_match_table entryBen Dooks
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-01tty: serial: altera_jtaguart: Add device tree supportTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman