summaryrefslogtreecommitdiff
path: root/drivers/serial/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-15/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-6/+6
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-12-13sandbox: serial: Update to use membuffSimon Glass1-29/+19
2020-12-13sandbox: serial: Convert to livetreeSimon Glass1-3/+1
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass1-9/+2
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass1-0/+3
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-4/+6
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt1-1/+1
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass1-0/+2
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+21
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+13
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass1-1/+1
2018-10-09serial: sandbox: Allow serial output without device treeSimon Glass1-0/+5
2018-10-09sandbox: Add a debug UARTSimon Glass1-0/+17
2018-09-11sandbox: Add serial testPatrice Chotard1-0/+14
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-07-15sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-3/+2
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass1-0/+83
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass1-31/+36
2014-03-18sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-18sandbox: Add LCD driverSimon Glass1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-03-01sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-6/+38
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-32/+0
2012-10-15serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driverMarek Vasut1-6/+61
2011-11-04sandbox: put stdin into raw modeMike Frysinger1-0/+1
2011-11-04serial: sandbox: use ssize_t to match os_readMike Frysinger1-1/+1
2011-11-04serial: sandbox: optimize putsMike Frysinger1-2/+1
2011-10-18sandbox: Add serial uartSimon Glass1-0/+63