summaryrefslogtreecommitdiffstats
path: root/test/dm/serial.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-1/+1
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-2/+2
* dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-4/+7
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-2/+2
* dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+5
* dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+7
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+54