aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_s5p.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27serial: s5p: Use IS_ENABLED where appropriateMark Kettenis1-4/+4
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár1-2/+2
2021-10-31serial: samsung: add support for skip debug init in s5pDzmitry Sankouski1-0/+3
2021-10-31serial: s5p: Add Apple M1 supportMark Kettenis1-22/+82
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-6/+6
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-8/+8
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
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
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-3/+3
2016-05-25serial: s5p: use clock api to get clock rateThomas Abraham1-1/+14
2016-05-25serial: s5p: get the port id number from the alias of the device nodeThomas Abraham1-2/+2
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass1-1/+1
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-08-05exynos: Enable the debug UART in SPLSimon Glass1-0/+2
2015-08-05exynos: Add debug UART support for Samsung S5P serialSimon Glass1-0/+25
2015-08-05exynos: serial: Refactor init code for debug UARTSimon Glass1-12/+24
2014-10-22dm: exynos: Move serial to driver modelSimon Glass1-183/+72
2014-02-05serial: s5p: set automatically clears after resetting Rx FIFOInha Song1-2/+2
2013-11-08serial: s5p: Staticize local functionsAxel Lin1-12/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-24S5P: Serial: Add fdt support to driverRajeshwari Shinde1-0/+78
2013-05-21Exynos: uart: s5p: enabling the uart tx/rx fifoAkshay Saraswat1-4/+9
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut1-0/+8
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut1-9/+10
2011-07-26serial: drop useless ctlr fieldMike Frysinger1-6/+5
2011-07-26serial: push default_serial_console to driversMike Frysinger1-0/+16
2011-02-02S5P: serial: Use the inline function instead of static valueMinkyu Kang1-1/+1
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-1/+2
2010-10-19ARMV7: S5P: serial: support the s5pc210Minkyu Kang1-1/+5
2010-08-30ARMV7: S5P: separate the peripheral clocksMinkyu Kang1-2/+2
2010-08-17S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang1-5/+1
2010-07-09SAMSUNG: serial: remove compiler warningsMinkyu Kang1-2/+2
2010-04-30SAMSUNG: serial: modify name from s5pc1xx to s5pMinkyu Kang1-0/+206