aboutsummaryrefslogtreecommitdiff
path: root/test/dm/serial.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-14test: serial: Add test for putc/putsSean Anderson1-0/+19
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-1/+1
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-2/+2
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-4/+7
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-2/+2
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+5
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+7
2018-09-10sandbox: Add serial testPatrice Chotard1-0/+54