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