aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09drivers: 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-10sandbox: 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-14sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-20dm: 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-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-17sandbox: Add LCD driverSimon Glass1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-02-28sandbox: 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-03sandbox: put stdin into raw modeMike Frysinger1-0/+1
2011-11-03serial: sandbox: use ssize_t to match os_readMike Frysinger1-1/+1
2011-11-03serial: sandbox: optimize putsMike Frysinger1-2/+1
2011-10-17sandbox: Add serial uartSimon Glass1-0/+63