summaryrefslogtreecommitdiff
path: root/common/iomux.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto1-2/+6
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko1-0/+33
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko1-3/+1
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko1-13/+14
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko1-9/+2
2021-01-15IOMUX: Stop dropped consolesAndy Shevchenko1-3/+16
2021-01-15IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko1-5/+5
2021-01-15IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko1-7/+6
2021-01-15IOMUX: Preserve console list if realloc() failsAndy Shevchenko1-11/+2
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass1-2/+2
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-26serial: remove calls to serial_assign()Allen Martin1-10/+0
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn1-0/+175