summaryrefslogtreecommitdiffstats
path: root/common/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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 headerSimon 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 styleSimon 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
* stdio: Fix a possible buffer overflowBradley Bolen2011-09-041-2/+2
* stdio: constify "name" arg in public apiMike Frysinger2010-11-281-2/+2
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+2
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-231-8/+0
* arm/microblaze/nios/nios2/sh: Remove relocation fixupsPeter Tyser2009-10-031-2/+2
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-2/+3
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-0/+251