summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_s5p.c
Commit message (Expand)AuthorAgeFilesLines
* serial: s5p: Use IS_ENABLED where appropriateMark Kettenis2023-01-271-4/+4
* serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár2022-06-061-2/+2
* serial: samsung: add support for skip debug init in s5pDzmitry Sankouski2021-10-311-0/+3
* serial: s5p: Add Apple M1 supportMark Kettenis2021-10-311-22/+82
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-6/+6
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-8/+8
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-3/+3
* serial: s5p: use clock api to get clock rateThomas Abraham2016-05-251-1/+14
* serial: s5p: get the port id number from the alias of the device nodeThomas Abraham2016-05-251-2/+2
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-211-1/+1
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-1/+1
* exynos: Enable the debug UART in SPLSimon Glass2015-08-051-0/+2
* exynos: Add debug UART support for Samsung S5P serialSimon Glass2015-08-051-0/+25
* exynos: serial: Refactor init code for debug UARTSimon Glass2015-08-051-12/+24
* dm: exynos: Move serial to driver modelSimon Glass2014-10-221-183/+72
* serial: s5p: set automatically clears after resetting Rx FIFOInha Song2014-02-051-2/+2
* serial: s5p: Staticize local functionsAxel Lin2013-11-081-12/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* S5P: Serial: Add fdt support to driverRajeshwari Shinde2013-06-241-0/+78
* Exynos: uart: s5p: enabling the uart tx/rx fifoAkshay Saraswat2013-05-211-4/+9
* serial: s5p: Move serial registration from serial_initialize()Marek Vasut2012-10-151-0/+8
* serial: Properly spell out the structure member names of serial_driverMarek Vasut2012-10-151-9/+10
* serial: drop useless ctlr fieldMike Frysinger2011-07-261-6/+5
* serial: push default_serial_console to driversMike Frysinger2011-07-261-0/+16
* S5P: serial: Use the inline function instead of static valueMinkyu Kang2011-02-021-1/+1
* Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby2010-12-211-1/+2
* ARMV7: S5P: serial: support the s5pc210Minkyu Kang2010-10-191-1/+5
* ARMV7: S5P: separate the peripheral clocksMinkyu Kang2010-08-301-2/+2
* S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang2010-08-171-5/+1
* SAMSUNG: serial: remove compiler warningsMinkyu Kang2010-07-091-2/+2
* SAMSUNG: serial: modify name from s5pc1xx to s5pMinkyu Kang2010-04-301-0/+206