summaryrefslogtreecommitdiffstats
path: root/drivers/serial/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* sandbox: serial: Move priv into a header fileSimon Glass2021-01-051-15/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-3/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-6/+6
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-5/+5
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* sandbox: serial: Update to use membuffSimon Glass2020-12-131-29/+19
* sandbox: serial: Convert to livetreeSimon Glass2020-12-131-3/+1
* serial: sandbox: Drop unnecessary #ifdefsSimon Glass2020-12-131-9/+2
* sandbox: Drop ad-hoc device declarations in SPLSimon Glass2020-10-291-0/+3
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-4/+6
* dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
* serial: sandbox: support UnicodeHeinrich Schuchardt2019-12-101-1/+1
* dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2019-10-081-0/+2
* dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+21
* dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+13
* sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-1/+1
* serial: sandbox: Allow serial output without device treeSimon Glass2018-10-091-0/+5
* sandbox: Add a debug UARTSimon Glass2018-10-091-0/+17
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+14
* sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger2018-07-261-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* sandbox: serial: Don't sync video in SPLSimon Glass2016-07-141-0/+2
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-3/+2
* sandbox: serial: Support a coloured consoleSimon Glass2014-09-101-0/+83
* sandbox: Convert serial driver to use driver modelSimon Glass2014-09-101-31/+36
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-1/+5
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-16/+1
* sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-281-6/+38
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-151-32/+0
* serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driverMarek Vasut2012-10-151-6/+61
* sandbox: put stdin into raw modeMike Frysinger2011-11-031-0/+1
* serial: sandbox: use ssize_t to match os_readMike Frysinger2011-11-031-1/+1
* serial: sandbox: optimize putsMike Frysinger2011-11-031-2/+1
* sandbox: Add serial uartSimon Glass2011-10-171-0/+63