summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/serial (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-27dev/sc16is752: Fix parity generation.Christian Mauderer1-0/+1
2018-10-05dev/sc16is752: Deal with a baud of zeroSebastian Huber1-8/+13
Avoid division by zero and instead disable rx/tx in case of a zero baud value. Problem identified by Coverity Scan.
2018-08-15dev/sc16is752: Add name space for field names.Christian Mauderer2-95/+98
The field names for the registers generated a name collision (MSR_RI on the power pc). This patch adds a SC16IS752_ prefix for all field names. Closes #3501.
2018-05-14dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2-1/+96
This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
2018-02-12dev/sc16is752: Check return values.Christian Mauderer1-4/+6
Escalate a failed installation of the interrupts to the next higher level.
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer2-0/+22
2017-04-03bsps: Fix baud settingsSebastian Huber1-1/+1
Update #2897.
2016-12-16dev: Add NXP SC16IS752 serial device driverAlexander Krutwig3-0/+597
Update #2841.