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_s5p.c
Age
Commit message (
Expand
)
Author
2024-01-24
serial: s5p: Add Exynos850 compatible
Sam Protsenko
2023-11-27
serial: s5p: Use dev_read_addr_ptr() to get base address
Sam Protsenko
2023-11-23
serial: s5p: Improve coding style
Sam Protsenko
2023-11-23
serial: s5p: Use named constants for register values
Sam Protsenko
2023-11-23
serial: s5p: Use livetree API to get "id" property
Sam Protsenko
2023-11-23
serial: s5p: Remove common.h inclusion
Sam Protsenko
2023-11-13
serial: s5p: Fix clk_get_by_index() error code check
Sam Protsenko
2023-01-27
serial: s5p: Use IS_ENABLED where appropriate
Mark Kettenis
2022-06-06
serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)
Pali Rohár
2021-10-31
serial: samsung: add support for skip debug init in s5p
Dzmitry Sankouski
2021-10-31
serial: s5p: Add Apple M1 support
Mark Kettenis
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
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
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
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-05-25
serial: s5p: use clock api to get clock rate
Thomas Abraham
2016-05-25
serial: s5p: get the port id number from the alias of the device node
Thomas Abraham
2015-10-21
debug_uart: Adjust the declaration of debug_uart_init()
Simon Glass
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
2015-08-05
exynos: Enable the debug UART in SPL
Simon Glass
2015-08-05
exynos: Add debug UART support for Samsung S5P serial
Simon Glass
2015-08-05
exynos: serial: Refactor init code for debug UART
Simon Glass
2014-10-22
dm: exynos: Move serial to driver model
Simon Glass
2014-02-05
serial: s5p: set automatically clears after resetting Rx FIFO
Inha Song
2013-11-08
serial: s5p: Staticize local functions
Axel Lin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-24
S5P: Serial: Add fdt support to driver
Rajeshwari Shinde
2013-05-21
Exynos: uart: s5p: enabling the uart tx/rx fifo
Akshay Saraswat
2012-10-15
serial: s5p: Move serial registration from serial_initialize()
Marek Vasut
2012-10-15
serial: Properly spell out the structure member names of serial_driver
Marek Vasut
2011-07-26
serial: drop useless ctlr field
Mike Frysinger
2011-07-26
serial: push default_serial_console to drivers
Mike Frysinger
2011-02-02
S5P: serial: Use the inline function instead of static value
Minkyu Kang
2010-12-21
Move DECLARE_GLOBAL_DATA_PTR to file scope
John Rigby
2010-10-19
ARMV7: S5P: serial: support the s5pc210
Minkyu Kang
2010-08-30
ARMV7: S5P: separate the peripheral clocks
Minkyu Kang
2010-08-17
S5P: Use accessor functions instead of SoC specific defines to access the bas...
Minkyu Kang
2010-07-09
SAMSUNG: serial: remove compiler warnings
Minkyu Kang
2010-04-30
SAMSUNG: serial: modify name from s5pc1xx to s5p
Minkyu Kang