aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/altera_jtag_uart.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2015-11-18altera_jtag_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-06altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06serial: altera_jtag_uart: minor clean upThomas Chou1-14/+13
2015-11-06serial: altera_jtag_uart: use BIT macroThomas Chou1-3/+3
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou1-60/+111
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou1-1/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut1-7/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-32/+0
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driverMarek Vasut1-6/+67
2010-04-24altera_jtag_uart: bypass when no jtag connectionThomas Chou1-2/+10
2010-04-02nios2: Fix outx/writex parameter order in io.hScott McNutt1-1/+1
2010-04-02nios2: Move serial drivers to individual files in drivers/serialScott McNutt1-0/+70