aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21stdio: Correct a build error with driver modelSimon Glass1-0/+3
2016-01-20dm: stdio: video: Plumb the video uclass into stdioSimon Glass1-4/+15
2015-11-19dm: 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-11stdio: remove useless strncpyVincent Palatin1-1/+0
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury1-1/+3
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2011-09-04stdio: 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