aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/altera_jtaguart.c
AgeCommit message (Expand)Author
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