index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
altera_uart.c
Age
Commit message (
Expand
)
Author
2019-05-10
serial: altera_uart: convert to livetree
Simon Goldschmidt
2018-11-14
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2015-11-18
altera_uart: change ioremap to map_physmem
Thomas Chou
2015-11-06
altera_uart: Adjust the declaration of debug_uart_init()
Thomas Chou
2015-11-06
serial: altera_uart: minor clean up
Thomas Chou
2015-11-06
serial: altera_uart: use BIT macro
Thomas Chou
2015-10-23
nios2: convert altera_uart to driver model
Thomas Chou
2014-08-30
nios2: divide nios2-io.h into each specific drivers and remove it
Thomas Chou
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-10-17
serial: Use default_serial_puts() in drivers
Marek Vasut
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver
Marek Vasut
2010-04-02
nios2: Fix outx/writex parameter order in io.h
Scott McNutt
2010-04-02
nios2: Move serial drivers to individual files in drivers/serial
Scott McNutt