summaryrefslogtreecommitdiff
path: root/test/dm/serial.c
AgeCommit message (Expand)Author
2022-04-14test: serial: Add test for putc/putsSean Anderson
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko
2018-09-10sandbox: Add serial testPatrice Chotard