summaryrefslogtreecommitdiff
path: root/common/stdio.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko1-0/+13
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko1-12/+21
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko1-11/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-1/+1
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko1-2/+2
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin1-1/+3
2020-08-23stdio: Tidy up the coding styleSimon Glass1-21/+16
2020-08-23stdio: Drop brackets around &devs.listSimon Glass1-6/+6
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass1-89/+83
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass1-20/+10
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-06-05splash: display splash in DM_VIDEO configurationsIgor Opaniuk1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-07Drop the log bufferSimon Glass1-6/+0
2017-05-15i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass1-4/+1
2016-11-26stdio: Correct numbering logic in stdio_probe_device()Simon Glass1-2/+3
2016-11-26stdio: Correct code style nitsSimon Glass1-2/+2
2016-10-24Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass1-3/+3
2016-10-11dm: stdio: Allow lazy probing of video devicesSimon Glass1-4/+83
2016-01-22stdio: Correct a build error with driver modelSimon Glass1-0/+3
2016-01-21dm: stdio: video: Plumb the video uclass into stdioSimon Glass1-4/+15
2015-11-20dm: stdio: Plumb in the new keyboard uclassSimon Glass1-1/+30
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-2/+2
2014-11-04stdio: Fix memleak on stdio_deregisterHans de Goede1-0/+1
2014-10-25serial: make local functions staticJeroen Hofstee1-7/+7
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede1-3/+10
2014-09-10dm: Make driver model available before board_init()Simon Glass1-2/+16
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass1-8/+24
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-7/+27
2013-08-13serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki1-3/+0
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-5/+3
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+12
2013-02-04serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek1-1/+1
2012-12-12stdio: remove useless strncpyVincent Palatin1-1/+0
2012-12-01x86: Add CBMEM console driver for corebootVadim Bendebury1-1/+3
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2011-09-05stdio: Fix a possible buffer overflowBradley Bolen1-2/+2
2010-11-28stdio: constify "name" arg in public apiMike Frysinger1-2/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-8/+0
2009-10-03arm/microblaze/nios/nios2/sh: Remove relocation fixupsPeter Tyser1-2/+2
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-2/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-0/+251