aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/altera_jtaguart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09serial: altera-juart: 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-08serial: altera: Make of_device_id arrays constTobias Klauser1-1/+1
2014-07-22serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser1-4/+2
2014-07-17serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser1-7/+5
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen1-0/+1
2013-08-27tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+2
2013-02-05tty: serial: altera_jtaguart: Simplify altera_jtaguart_init()Tobias Klauser1-4/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+2
2011-10-05devicetree: fix build error on drivers/tty/serial/altera_jtaguart.cGrant Likely1-0/+1
2011-09-29tty: use of_match_ptr() for of_match_table entryBen Dooks1-3/+1
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+13
2011-03-01tty: serial: altera_jtaguart: Add device tree supportTobias Klauser1-2/+13
2011-02-22tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser1-1/+1
2011-02-22tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser1-19/+42
2011-02-22tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser1-22/+0
2011-02-22tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+504