summaryrefslogtreecommitdiffstats
path: root/common/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud