summaryrefslogtreecommitdiff
path: root/common/stdio.c
AgeCommit message (Expand)Author
2022-04-06MLK-23964-1 video: Add video link frameworkYe Li
2022-01-26usb: gadget: Add CDC ACM functionLoic Poulain
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin
2020-08-23stdio: Tidy up the coding styleSimon Glass
2020-08-23stdio: Drop brackets around &devs.listSimon Glass
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-06-04splash: display splash in DM_VIDEO configurationsIgor Opaniuk
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-07Drop the log bufferSimon Glass
2017-05-15i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass
2016-11-25stdio: Correct numbering logic in stdio_probe_device()Simon Glass
2016-11-25stdio: Correct code style nitsSimon Glass
2016-10-23Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass
2016-10-11dm: stdio: Allow lazy probing of video devicesSimon Glass
2016-01-21stdio: Correct a build error with driver modelSimon Glass
2016-01-20dm: stdio: video: Plumb the video uclass into stdioSimon Glass
2015-11-19dm: stdio: Plumb in the new keyboard uclassSimon Glass
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2014-11-04stdio: Fix memleak on stdio_deregisterHans de Goede
2014-10-25serial: make local functions staticJeroen Hofstee
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede
2014-09-10dm: Make driver model available before board_init()Simon Glass
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2013-08-13serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-02-04serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek
2012-12-11stdio: remove useless strncpyVincent Palatin
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2011-09-04stdio: Fix a possible buffer overflowBradley Bolen
2010-11-28stdio: constify "name" arg in public apiMike Frysinger
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese
2009-10-03arm/microblaze/nios/nios2/sh: Remove relocation fixupsPeter Tyser
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD