summaryrefslogtreecommitdiff
path: root/cpukit/dev/serial (follow)
AgeCommit message (Collapse)Author
2019-08-26dev/sc16is752: Reduce RX FIFO trigger levelSebastian Huber
This may help to avoid character loss.
2019-08-26dev/sc16is752: Set TLS to zeroSebastian Huber
Ensures that the FCR values are used.
2019-08-26dev/sc16is752: Do FIFO reset separatelySebastian Huber
2019-08-26dev/sc16is752: Enable enhanced func earlySebastian Huber
2019-08-26dev/sc16is752: Write to right registerSebastian Huber
2019-06-14dev/sc16is752: Add set/get EFCR IO controlsSebastian Huber
2019-06-14dev/sc16is752: Add RS485 mode variantsSebastian Huber
2019-02-27dev/sc16is752: Fix parity generation.Christian Mauderer
2018-10-05dev/sc16is752: Deal with a baud of zeroSebastian Huber
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 Mauderer
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 Mauderer
This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
2018-02-12dev/sc16is752: Check return values.Christian Mauderer
Escalate a failed installation of the interrupts to the next higher level.
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer
2017-04-03bsps: Fix baud settingsSebastian Huber
Update #2897.
2016-12-16dev: Add NXP SC16IS752 serial device driverAlexander Krutwig
Update #2841.