index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
sandbox.c
Age
Commit message (
Expand
)
Author
2023-10-17
spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time
Sean Anderson
2022-10-30
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
2022-10-30
video: Drop use of the lcd header file
Simon Glass
2022-06-23
serial: sandbox: Fix buffer underflow in puts
Andrew Scull
2022-04-14
test: serial: Add test for putc/puts
Sean Anderson
2022-04-14
serial: sandbox: Implement puts
Sean Anderson
2022-01-25
sandbox: sandbox_serial_pending depends on DM_VIDEO
Heinrich Schuchardt
2021-09-25
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
sandbox: serial: Move priv into a header file
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
sandbox: serial: Update to use membuff
Simon Glass
2020-12-13
sandbox: serial: Convert to livetree
Simon Glass
2020-12-13
serial: sandbox: Drop unnecessary #ifdefs
Simon Glass
2020-10-29
sandbox: Drop ad-hoc device declarations in SPL
Simon Glass
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
2020-04-16
dm: serial: Add clock member to struct serial_device_info
Andy Shevchenko
2019-12-10
serial: sandbox: support Unicode
Heinrich Schuchardt
2019-10-08
dm: core: Call ofdata_to_platdata() with of-platdata
Simon Glass
2018-12-05
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
2018-12-05
dm: serial: Add ->getconfig() callback
Andy Shevchenko
2018-10-09
sandbox: Restore blocking I/O on exit
Simon Glass
2018-10-09
serial: sandbox: Allow serial output without device tree
Simon Glass
2018-10-09
sandbox: Add a debug UART
Simon Glass
2018-09-10
sandbox: Add serial test
Patrice Chotard
2018-07-26
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-07-14
sandbox: serial: Don't sync video in SPL
Simon Glass
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2016-01-20
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
2014-09-10
sandbox: serial: Support a coloured console
Simon Glass
2014-09-10
sandbox: Convert serial driver to use driver model
Simon Glass
2014-03-17
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
2014-03-17
sandbox: Add LCD driver
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-02-28
sandbox: Improve sandbox serial port keyboard interface
Taylor Hutt
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
2012-10-15
serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver
Marek Vasut
2011-11-03
sandbox: put stdin into raw mode
Mike Frysinger
2011-11-03
serial: sandbox: use ssize_t to match os_read
Mike Frysinger
2011-11-03
serial: sandbox: optimize puts
Mike Frysinger
2011-10-17
sandbox: Add serial uart
Simon Glass