aboutsummaryrefslogtreecommitdiff
path: root/test/dm/serial.c
AgeCommit message (Expand)AuthorFilesLines
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