summaryrefslogtreecommitdiff
path: root/drivers/serial/sandbox.c
AgeCommit message (Expand)Author
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop use of the lcd header fileSimon Glass
2022-06-23serial: sandbox: Fix buffer underflow in putsAndrew Scull
2022-04-14test: serial: Add test for putc/putsSean Anderson
2022-04-14serial: sandbox: Implement putsSean Anderson
2022-01-25sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13sandbox: serial: Update to use membuffSimon Glass
2020-12-13sandbox: serial: Convert to livetreeSimon Glass
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09serial: sandbox: Allow serial output without device treeSimon Glass
2018-10-09sandbox: Add a debug UARTSimon Glass
2018-09-10sandbox: Add serial testPatrice Chotard
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-07-14sandbox: serial: Don't sync video in SPLSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut
2012-10-15serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driverMarek Vasut
2011-11-03sandbox: put stdin into raw modeMike Frysinger
2011-11-03serial: sandbox: use ssize_t to match os_readMike Frysinger
2011-11-03serial: sandbox: optimize putsMike Frysinger
2011-10-17sandbox: Add serial uartSimon Glass