summaryrefslogtreecommitdiffstats
path: root/drivers/serial/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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