summaryrefslogtreecommitdiff
path: root/common/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-2/+2
* video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
* video: Drop VCXK video controllerSimon Glass2022-10-301-2/+0
* input: Remove legacy KEYBOARD optionTom Rini2022-10-211-3/+0
* stdio: Fix class iteration in stdio_add_devices()Michal Suchanek2022-10-171-19/+13
* serial: Implement serial_flush() function for console flush() fallbackPali Rohár2022-09-241-0/+8
* video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-2/+1
* video: Drop cfg_consoleSimon Glass2022-03-281-1/+0
* usb: gadget: Add CDC ACM functionLoic Poulain2022-01-261-0/+3
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-301-1/+1
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-1/+1
* stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2021-02-161-0/+13
* stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko2021-02-161-12/+21
* stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko2021-02-161-11/+0
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-1/+1
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-151-2/+2
* eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin2020-10-261-1/+3
* stdio: Tidy up the coding styleWIP/2020-08-21-stdio-cleanupSimon Glass2020-08-231-21/+16
* stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
* stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
* stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-08-231-20/+10
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* splash: display splash in DM_VIDEO configurationsIgor Opaniuk2019-06-041-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Drop the log bufferSimon Glass2017-12-071-6/+0
* i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2017-05-151-4/+1
* stdio: Correct numbering logic in stdio_probe_device()Simon Glass2016-11-251-2/+3
* stdio: Correct code style nitsSimon Glass2016-11-251-2/+2
* Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-231-3/+3
* dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-111-4/+83
* stdio: Correct a build error with driver modelSimon Glass2016-01-211-0/+3
* dm: stdio: video: Plumb the video uclass into stdioSimon Glass2016-01-201-4/+15
* dm: stdio: Plumb in the new keyboard uclassSimon Glass2015-11-191-1/+30
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-051-2/+2
* stdio: Fix memleak on stdio_deregisterHans de Goede2014-11-041-0/+1
* serial: make local functions staticJeroen Hofstee2014-10-251-7/+7
* stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-061-3/+10
* dm: Make driver model available before board_init()Simon Glass2014-09-101-2/+16
* stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-231-8/+24
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-7/+27
* serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki2013-08-131-3/+0
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-2/+11
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-5/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-1/+12
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek2013-02-041-1/+1
* stdio: remove useless strncpyVincent Palatin2012-12-111-1/+0
* x86: Add CBMEM console driver for corebootVadim Bendebury2012-11-301-1/+3
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0