aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Drop video-sync in serial driverSimon Glass2024-07-311-2/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* serial: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson2023-10-171-1/+1
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* video: Drop use of the lcd header fileSimon Glass2022-10-301-1/+0
* serial: sandbox: Fix buffer underflow in putsAndrew Scull2022-06-231-1/+1
* test: serial: Add test for putc/putsSean Anderson2022-04-141-4/+29
* serial: sandbox: Implement putsSean Anderson2022-04-141-1/+20
* sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt2022-01-251-1/+1
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-251-1/+1
* 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