index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_uniphier.c
Age
Commit message (
Expand
)
Author
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-18
serial: uniphier: fix typo in comment
Masahiro Yamada
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-11
serial: uniphier: enable FIFO
Masahiro Yamada
2020-07-11
serial: uniphier: flush transmitter before changing hardware settings
Masahiro Yamada
2020-07-11
serial: uniphier: use register macros instead of structure
Masahiro Yamada
2018-06-23
serial: uniphier: set clock rate without clock-frequency property
Masahiro Yamada
2018-06-23
serial: uniphier: rename struct uniphier_serial_private_data
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Fix up inclusion of common.h
Simon Glass
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-07-24
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
Masahiro Yamada
2016-04-01
serial: uniphier: use devm_get_addr() to get base address
Masahiro Yamada
2015-08-31
serial: uniphier: drop platform data support
Masahiro Yamada
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-05-31
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-03-15
ARM: UniPhier: adjust device trees for business transfer
Masahiro Yamada
2015-03-01
serial: UniPhier: move LCR register setting to probe function
Masahiro Yamada
2015-03-01
serial: UniPhier: use 32 bit register access
Masahiro Yamada
2014-11-28
serial: UniPhier: support OF configuration
Masahiro Yamada
2014-11-12
serial: UniPhier: borrow macros from linux/serial_reg.h
Masahiro Yamada
2014-10-29
serial: UniPhier: add static to locally used functions
Masahiro Yamada
2014-10-29
serial: UniPhier: add .pending handler
Masahiro Yamada
2014-10-23
dm: serial: use Driver Model for UniPhier serial driver
Masahiro Yamada
2014-10-05
serial: add UniPhier serial driver
Masahiro Yamada