summaryrefslogtreecommitdiffstats
path: root/common/iomux.c
Commit message (Expand)AuthorAgeFilesLines
* IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto2021-04-271-2/+6
* IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-161-0/+33
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-161-3/+1
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-161-13/+14
* IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-9/+2
* IOMUX: Stop dropped consolesAndy Shevchenko2021-01-151-3/+16
* IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko2021-01-151-5/+5
* IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko2021-01-151-7/+6
* IOMUX: Preserve console list if realloc() failsAndy Shevchenko2021-01-151-11/+2
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-151-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass2017-02-061-2/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* serial: remove calls to serial_assign()Allen Martin2012-10-261-10/+0
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-7/+7
* IOMUX: Add console multiplexing support.Gary Jennejohn2008-12-071-0/+175